02.10.2012, 20:51
So work now, but now i have the other Problem that, Zombies get only the one Weapon, but i will that he have Chainsaw AND Knife.
Quote:
if(gTeam[playerid] == TEAM_ZOMBIE) { GivePlayerWeapon(playerid,9,1); GivePlayerWeapon(playerid,4,1); } |