10.04.2010, 17:37
no , it's from here : if(!gTeam[playerid] == 7)
must be:
or:
must be:
pawn Код:
if(gTeam[playerid] != 7) /* if gTeam[playerid] is not 7 , do the { }*/
pawn Код:
if(gTeam[playerid] == 7) /* if gteam[playerid] is 7 , do the { }*/