27.10.2011, 19:55
pawn Код:
WantedPoints[giveplayerid]+= 1; //It doesn't matter if WantedPoints is 0 or not. +1 will do the same as setting it from 0 to 1, then from 1 to 2, etc
SetPlayerWantedLevel(playerid, WantedPoints[giveplayerid]); //You have a variable, might as well use it
SetPlayerCriminal(giveplayerid,playerid, result);
PlayCrimeReportForPlayer(playerid, giveplayerid, 15);