08.06.2012, 11:53
Sorry for double post, but this line:
Is this written good ? if ( playerid is not in team cop or team army) ==> do things to the playerid. However if it is , it just dont work as i want ! :v
Code:
if(gTeam[playerid] != TEAM_COP || gTeam[playerid] != TEAM_ARMY)

