y_timers - Stopping the timer makes it run
#2

Cause you call a timer when you want to stop a timer?

Код:
main()
{
    repeat DelayedFunction(42);
    new
        Timer:x = repeat DelayedFunction(42);
    stop x;
}
Reply


Messages In This Thread
y_timers - Stopping the timer makes it run - by AidanRO - 29.03.2017, 14:48
Re: y_timers - Stopping the timer makes it run - by Runn3R - 29.03.2017, 20:37
Re: y_timers - Stopping the timer makes it run - by DRIFT_HUNTER - 30.03.2017, 08:00
Re: y_timers - Stopping the timer makes it run - by raydx - 30.03.2017, 09:05
Re: y_timers - Stopping the timer makes it run - by DRIFT_HUNTER - 30.03.2017, 09:28
Re: y_timers - Stopping the timer makes it run - by AidanRO - 01.04.2017, 22:27

Forum Jump:


Users browsing this thread: 1 Guest(s)