19.06.2015, 13:26
Maybe it attacks cuz it works for admins aswell, so even if you are survival, it will attack you , as you are adm.
Also you can try to use this format
Also you can try to use this format
pawn Код:
if(gTeam[playerid] == TEAM_SURVIVANT || AdminLevel[playerid] == 1)
{
//Your attack code
}
else
{
SendClientMessage(playerid,0x8C6346FF,"Vous ne pouvez pas utiliser cette commande en йtant qu'un Zombie.");
}