03.10.2012, 15:50
Hey guys, I have a qeustion. How to reset the wanted counter, this is what I have.
And I want to reset it, when you died.
pawn Код:
Wanted++;
Wanted++;
new string24[24];
format(string24, sizeof(string24), "Your wanted level: %d", Wanted);
SendClientMessage(playerid, COLOR_ORANGE, string24);