Wanted Level
#1

What's the pawno option for setting wanted level to person.
When you type command and player ID, it will appear wanted level to the player. (SetWantedLevel set my own char's wanted level)
Reply
#2

COMMAND:wanted(playerid, input[])
{
if(sscanf(input, "u", id)) return SendClientMessage(playerid, COLOR, "Usage /wanted [playerid]");

SetWantedLevel(id, 1);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)