05.11.2013, 09:58
Change '||' to '&&'. The way you did it, it will send the message whenever you are in the police team, with the '&&' it will just send the message if you are in the police team and have a wanted level aswell.
pawn Код:
if(gTeam[playerid] == POLICE && GetPlayerWantedLevel(UserInfo[playerid][uWanted]) >= 1)