Help Please
ok guys i want to make a plugin for someone that will give CT's a knife and T's 1 smoke and 2 flashes.
i was gonna just edit my other plugin i made for my clan PHP Code:
|
Re: Help Please
Quote:
get_user_team() or cs_get_user_team() |
Re: Help Please
i read the cs_get_user_team but it confuses me lol, i dont know how to do floats and stuff yet.
|
Re: Help Please
Code:
Code:
CS_TEAM_UNASSIGNED = 0, |
Re: Help Please
k thanks
|
Re: Help Please
#1
if( containi( mapname, "surf" ) ) will not work if the map name begins with surf. Not sure how you crazy cs people do your map names for maps like that, but something like "surf1" will not be detected. The proper way to write that line is: if( containi( mapname, "surf" ) != -1 ) Anyway, #2, Code:
The weapon entity names might be different as I don't play cs. But you get the idea. |
| All times are GMT -4. The time now is 01:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.