23.04.2013, 04:28
would this work for example?
cuz as i understood it the killtimer wont restart the timer but stop it compleatly so if i kill the timer and then start it again with the same command would that work?
pawn Код:
if(strcmp(cmd, "/command", true) == 0)
{
KillTimer(addictedtimer[playerid]);
SetTimerEx("addictedtimer", 1000, 1, "i", playerid);