stop function doesn't work [ Y_TIMERS ]
#1

Hey!
The stop function, from y_timers library, doesn't work. I don't know why.

Quote:

main()
{
repeat DelayedFunction(42);
new
Timer = repeat DelayedFunction(42);
stop x;
}

This example doesn't work too.
Do you have any suggestion?
Reply
#2

You are setting the function to repeat, then setting it to repeat again and stopping it. Also that code is seemingly useless, i doubt it will even execute and run the timer.
Reply
#3

The example before was from y_timers thread.

Quote:

main()
{
print("\n----------------------------------");
print(" Gamemode developed by Carabines(ANDY & MARIUS)");
print("----------------------------------\n");
new
Timer = repeat DelayedFunction();
stop x;

}

This code doesn't work too.
Reply
#4

You may try TimerFix.dll
Reply
#5

SOLVED
I added fixes2 plugin but I didn't include the library.
Thanks for help anyway.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)