15.03.2014, 08:26
pawn Код:
if(gTeam[playerid] == TEAM_COPS) return SCM(playerid, COLOR_RED, "You dont have a pair of cuffs");
so should be like this
pawn Код:
if(gTeam[playerid] != TEAM_COPS) return SCM(playerid, COLOR_RED, "You dont have a pair of cuffs");