20.08.2018, 16:26
Hi,
I have a timer that I'm using at my login system. The repeat function is set to false, but it is still repeating and I can't even kill the timer, because it just does not work.
That is the code how I create the timer. (I don't think there should be any problem with the code )
And that is how I'm trying to kill it.
Does anyone have any idea what is wrong with it?
I have a timer that I'm using at my login system. The repeat function is set to false, but it is still repeating and I can't even kill the timer, because it just does not work.
Код:
LoginSpawnT[playerid] = SetTimerEx("AutoSpawn", 1000*60, false, "i", playerid);
Код:
KillTimer(LoginSpawnT[playerid]);
Does anyone have any idea what is wrong with it?