27.10.2011, 19:35
If cop types /su Playerid Reason it gives to player 1 wanted level, but i want also that the player also always gets +1 yellow star
pawn Код:
if(WantedPoints[giveplayerid] == 0) { WantedPoints[giveplayerid] = 1; }
else { WantedPoints[giveplayerid]+= 1; }
SetPlayerWantedLevel(playerid, +=1); <===== This should give the star, But i get errors
SetPlayerCriminal(giveplayerid,playerid, result);
PlayCrimeReportForPlayer(playerid, giveplayerid, 15);