Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 30
Search took 0.01 seconds.
Search: Posts Made By: CoolPeter
Forum: Unapproved Plugins 07-20-2007, 10:08
Replies: 18
Views: 22,769
Posted By CoolPeter
Re: Hitgroup Restrictions

Big thanks!!!!
I was searching for a plugin like this a long time!
Works great :up:
Forum: Metamod:Source Plugins 01-19-2007, 16:34
Replies: 20
Views: 47,837
Posted By CoolPeter
Re: Country Filter

You have to exec country_filter.cfg in your server.cfg or autoexec.cfg
Forum: Coding MM:S Plugins & SM Extensions 10-29-2006, 08:36
Replies: 3
Views: 1,560
Posted By CoolPeter
Re: My Way of Setting/Getting from DataMap

actually the same as here (http://forums.alliedmods.net/showthread.php?t=44948) :)
Forum: Metamod:Source Plugins 10-17-2006, 06:16
Replies: 172
Views: 142,227
Posted By CoolPeter
Re: Entity Grabber / 'Gravity Gun'

Knagg0 created a plugin like this about 1 or 2 months ago.
I'am just telling it, because maybe someone want the binaries or sourcecode (http://www.mfzb.de/plugin/?f=plugin_physgun) :)

But it's...
Forum: Metamod:Source Plugins 09-20-2006, 17:13
Replies: 231
Views: 168,429
Posted By CoolPeter
Re: Spectator ESP (18 September)

Works perfectly on my CS:S and DOD:S servers :up:
Many thanks, +karma!!!
Forum: Coding MM:S Plugins & SM Extensions 09-10-2006, 03:45
Replies: 11
Views: 3,263
Posted By CoolPeter
Re: How to use a keyvalues file?

I don't know :)
This is in the sample vsp:

filesystem = (IFileSystem*)interfaceFactory(FILESYSTEM_INTERFACE_VERSION, NULL)
Forum: Coding MM:S Plugins & SM Extensions 09-09-2006, 13:02
Replies: 11
Views: 3,263
Posted By CoolPeter
Re: How to use a keyvalues file?

Yes i'm sure...
If i delete " || !kv->LoadFromFile(m_FileSystem, "ips.txt" )" it doesn't crash.
And m_FileSystem is ok otherwise it display "Could not find interface: ..." and return false.

If i...
Forum: Coding MM:S Plugins & SM Extensions 09-09-2006, 11:47
Replies: 11
Views: 3,263
Posted By CoolPeter
How to use a keyvalues file?

Hi,

i have a problem and hope that someone can help me.
I want to load a file like that:

"ips.txt"
{
"127.0.0.1"
{
"id" "1"
Forum: Coding MM:S Plugins & SM Extensions 07-24-2006, 07:58
Replies: 3
Views: 1,645
Posted By CoolPeter
Return type of CCSGameRules::GetMapRemainingTime?

Hi,

does anyone know the return type of this function?
I tried int, float, ... but it doesn't work right. :(
If i use float, it works sometimes (i don't know why).
...
Forum: Plugin/Gameplay Ideas and Requests 06-26-2006, 10:13
Replies: 3
Views: 1,486
Posted By CoolPeter
Re: Zombie-Mod with infection ...

Mhhh... This is the SourceMod forum or am i wrong?!?!
Forum: Coding MM:S Plugins & SM Extensions 06-19-2006, 07:23
Replies: 11
Views: 2,982
Posted By CoolPeter
@L. Duke: How can i get a CBaseEntity...

@L. Duke:

How can i get a CBaseEntity Pointer with your method?

I tried that:

CBaseEntity *pBase = *(CBaseEntity **)((char *)pEntity->GetUnknown()->GetBaseEntity() + mOffsetGetOwner);
And...
Forum: Metamod:Source Plugins 06-14-2006, 06:32
Replies: 231
Views: 168,429
Posted By CoolPeter
X-Spectate was a clientside "wallhack" that hooks...

X-Spectate was a clientside "wallhack" that hooks in the game like any other cheats do.
You was able to use this on a server too, so valve said that it's a cheat (correct!).

NOBODY got banned for...
Forum: Coding MM:S Plugins & SM Extensions 06-07-2006, 08:24
Replies: 1
Views: 2,107
Posted By CoolPeter
MathLib in SourceMM Plugins?

Hi,

can someone tell me how to use the mathlib in a sourcemm plugin?
I always get this error:

mathlib.obj : error LNK2019: unresolved external symbol __imp__GetCPUInformation referenced in...
Forum: Coding MM:S Plugins & SM Extensions 06-04-2006, 04:46
Replies: 6
Views: 2,875
Posted By CoolPeter
I tried that with SeLfkiLLs sigscan method, but...

I tried that with SeLfkiLLs sigscan method, but it crashs all the time.
Can someone help me with that?

DispatchEffect_Sig.Init("DispatchEffect",
(unsigned...
Forum: Plugin/Gameplay Ideas and Requests 05-27-2006, 17:57
Replies: 7
Views: 2,665
Posted By CoolPeter
There a million of free webspace hosters out...

There a million of free webspace hosters out there!
Use one of them!
Forum: Coding MM:S Plugins & SM Extensions 05-25-2006, 08:19
Replies: 4
Views: 1,615
Posted By CoolPeter
I changed it to RETURN_META_VALUE :idea: It...

I changed it to RETURN_META_VALUE :idea:
It works, thx :D
Forum: CS:S DM 05-24-2006, 13:48
Replies: 4
Views: 1,768
Posted By CoolPeter
I think you can't add bomb sites or rescue zones....

I think you can't add bomb sites or rescue zones.
The model of that entities are just pointers to the addr in the .bsp file.
Or am i wrong?
Forum: Coding MM:S Plugins & SM Extensions 05-24-2006, 06:36
Replies: 4
Views: 1,615
Posted By CoolPeter
Problem with hooking OnTakeDamage :(

Can someone help me to hook OnTakeDamage right?

Here is my code:

SH_DECL_MANUALHOOK2(CCSPlayer_OnTakeDamage, 54, 0, 0, int, CBasePlayer*, const CTakeDamageInfo&)

...

int...
Forum: Coding MM:S Plugins & SM Extensions 05-09-2006, 10:07
Replies: 3
Views: 1,419
Posted By CoolPeter
Do you know how to get the players m_hRagdoll? ...

Do you know how to get the players m_hRagdoll?

I saw that c0ldfyr3 removes the ragdolls in his goremod plugin when a player gets killed by a hegrenade.
Or does he remove all ragdolls?
Forum: Coding MM:S Plugins & SM Extensions 05-09-2006, 05:18
Replies: 3
Views: 1,419
Posted By CoolPeter
Ragdoll of a specific player

Is there a way to get the ragdoll of a specific player?
I want to get the ragdoll of a player when he dies and the player_death event fire.

I loop through the global entity list and search for...
Forum: Coding MM:S Plugins & SM Extensions 04-05-2006, 19:57
Replies: 1
Views: 1,322
Posted By CoolPeter
How to play sounds...

...that only players around an other player can hear?
I want to slap someone and play "player/damage3.wav" but all players on the whole map can here the sound :(
Can someone help me?
...
Forum: HL2 Plugins 12-05-2005, 08:20
Replies: 149
Views: 36,671
Posted By CoolPeter
i compiled the source on my linux server, but i...

i compiled the source on my linux server, but i didn't test it...
Forum: Coding MM:S Plugins & SM Extensions 12-05-2005, 01:21
Replies: 30
Views: 9,328
Posted By CoolPeter
i think mani can help... he updated his plugin

i think mani can help... he updated his plugin
Forum: Coding MM:S Plugins & SM Extensions 11-30-2005, 01:13
Replies: 0
Views: 988
Posted By CoolPeter
Hook Event_Killed

i want to hook the Event_Killed function, but i can't get it to work :(

here is my code:
HDEFVFUNC(Event_Killed, void, (CBaseEntity* pCBPlayer, const CTakeDamageInfo &info));

...

void VFUNC...
Forum: Coding MM:S Plugins & SM Extensions 11-29-2005, 21:14
Replies: 1
Views: 1,420
Posted By CoolPeter
Server-Plugin: Give Weapon

How can i give a weapon to a player?
CBaseCombatCharacter *pCharacter = (CBaseCombatCharacter *)pEdict;
CBaseCombatWeapon *pWeapon = pCharacter->Weapon_Create("weapon_ak47");...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT -4. The time now is 20:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode