11.07.2010, 09:44
That's what it does, to give the player a wanted level you use that function, and it'll automatically show it.
Test:
Test:
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerWantedLevel(playerid, 3);
return 1;
}