29.07.2013, 11:29
I have a problem. I have this in my script:
And after, in OnDialogResponse i use:
to kill the repeating process, but i don't know why, the timer aren't getting destroyed. It still repeats... It's a plugin bug, or i did something wrong?
Code:
mytimer[playerid] = SetPlayerTimerEx(playerid, "FunctionName", 990, true, "i", playerid);
Code:
KillPlayerTimer(mytimer[playerid]);