WantedLevel issue.
#8

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)
Reply


Messages In This Thread
WantedLevel issue. - by LeeXian99 - 05.11.2013, 04:55
Re: WantedLevel issue. - by ikbenremco - 05.11.2013, 05:56
Re: WantedLevel issue. - by LeeXian99 - 05.11.2013, 06:53
Re: WantedLevel issue. - by Zex Tan - 05.11.2013, 09:45
Re: WantedLevel issue. - by JeaSon - 05.11.2013, 09:49
Re: WantedLevel issue. - by SAMProductions - 05.11.2013, 09:49
Re: WantedLevel issue. - by LeeXian99 - 05.11.2013, 09:55
Re: WantedLevel issue. - by Jstylezzz - 05.11.2013, 09:58
Re: WantedLevel issue. - by Zex Tan - 05.11.2013, 10:01
Re: WantedLevel issue. - by JeaSon - 05.11.2013, 10:03

Forum Jump:


Users browsing this thread: 1 Guest(s)