29.03.2014, 13:46
How's it going DarkLored? :P Okay so your problem is on the first line, you are getting the wanted level of the police officer such as yourself, but you have to get the wanted level of the suspect so just change playerid to ID and there (Refer to the second line).
pawn Код:
LINE 1: new pwl = GetPlayerWantedLevel(playerid);
pawn Код:
LINE 2: new pwl = GetPlayerWantedLevel(ID);