20.08.2018, 16:41
Quote:
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. Код:
LoginSpawnT[playerid] = SetTimerEx("AutoSpawn", 1000*60, false, "i", playerid); Код:
KillTimer(LoginSpawnT[playerid]); Does anyone have any idea what is wrong with it? |
Код:
SetTimer("AutoSpawn", 1000*60, false);