Problem with KillTImer
#1

Hi!

I'm using a timer when the player logs in the game, but unfortunately I can't kill it and it keeps repeating and repeating like an infinity loop. Fun fact, the timer's loop is set to false :'D

This is the code:

Код:
SpawningTimer[playerid] = SetTimerEx("LogCharIn", 1000*60, false, "i", playerid);
I tried to use KillTimer(SpawningTimer[playerid]); and I also tried to use set the value of SpawninTimer[playerid] to 0.

I have no further ideas what i can do about it to make it work.
Please help me :/ )
Reply


Messages In This Thread
Problem with KillTImer - by kadar - 06.09.2018, 16:55
Re: Problem with KillTImer - by v1k1nG - 06.09.2018, 17:11
Re: Problem with KillTImer - by kadar - 06.09.2018, 17:26
Re: Problem with KillTImer - by kadar - 07.09.2018, 17:21
Re: Problem with KillTImer - by iLearner - 07.09.2018, 17:58
Re: Problem with KillTImer - by kadar - 07.09.2018, 20:34
Re: Problem with KillTImer - by UFF - 08.09.2018, 05:39
Re: Problem with KillTImer - by sonn51280 - 08.09.2018, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)