19.03.2011, 22:34
Try using:
You used one '=' sign ... which is used to set something.
To check if something is equal to something else ... then you must use '=='
pawn Код:
if (pTeam[playerid] == TEAM_NINJA)
To check if something is equal to something else ... then you must use '=='