Y_timers problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Y_timers problem (
/showthread.php?tid=575693)
Y_timers problem -
X337 - 29.05.2015
Hello, today i tried to use y_timers include.
But, when i try to call the timer using defer or repeat function, the AMX file going big.
Here's some picture.
Before call the timer:
After call the timer using defer:
Question:
Is it normal thing, or it's a bug from y_timers?
What's the better way, between using y_timers and Default Timer Function for Timer?
Sorry for my bad english.
Re: Y_timers problem -
rappy93 - 29.05.2015
Hmm, I think it has something to do with the include. Usually a gamemode gets so large when there's a recursive function. ( Function that keeps being called all over again, non-stop )
You should try the timerfix include and just use the default timer system.
Re: Y_timers problem -
Yashas - 30.05.2015
That is normal.If you use YSI then your AMX size is going to be large.