02.10.2012, 20:42
How can i add that Zombies have knife? Because when i make it with GivePlayerWeapon, my anticheat system ban the people where use knife, but with Chainsaw he got not banned.
Quote:
if(gTeam[playerid] == TEAM_ZOMBIE) { GivePlayerWeapon(playerid,9,1); GivePlayerWeapon(playerid,4,1); } |