06.04.2013, 05:01
My god use proper variables.....
You'll also want to use about 268200 if you want 5 minutes.
Anyways back to your original question, you could remove the KillTimers and only kill it when they disconnect this will keep checking their wanted level every 5 minutes or you could kill the timer when it reaches 0 then restart it where in the code you give them a wanted level pretty simple.
Код:
new WantedLevelDown[MAX_PLAYERS]; public OnPlayerConnect(playerid) { WantedLevelDown[playerid] = SetTimerEx("WantedLevelDown", 120000, 1, "i", playerid);
Anyways back to your original question, you could remove the KillTimers and only kill it when they disconnect this will keep checking their wanted level every 5 minutes or you could kill the timer when it reaches 0 then restart it where in the code you give them a wanted level pretty simple.