16.09.2012, 02:47
Hey, how do i make this team no attack the humans? BTW, here is the script
pawn Код:
if(gTeam[playerid] == SOLDIER)
{
SendClientMessage(playerid, SOLDIER_COLOR, "You are a soldier, try to kill the special zombies to get 10+ scores! Try to do /cmds for info and cmds.");
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
SetPlayerTeam(playerid, HUMAN);
SetPlayerTeam(playerid, SOLDIER);
}