open.mp forum
[Pawn] [FIXED] can't run many timers, that are not working with backtrace notification. - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] [FIXED] can't run many timers, that are not working with backtrace notification. (/showthread.php?tid=1799)



[FIXED] can't run many timers, that are not working with backtrace notification. - PutuSuhartawan - 2021-03-23

Quote:Change to

SetTimerEx("PublicOwned", 1000, true, "i", playerid);





sorry, I am confused about the mistake where when I install a lot of timer functions it can't work. I also can't run the isvalidtimer function because that include is empty. is there a way to install the correct include timerfix?



Quote:Does not work if it repeats:

SetTimer ("TimeServer", 500, true);

SetTimer ("Change_Color", 5000, true);

will run if one call:

SetTimer ("UnFreezeMe", 3000.0);



RE: Help can't run many timers, that are not working with backtrace notification. - DandoRYx - 2021-03-23

I suppose there shouldn't be a space in "Change Color" -> change it to Change_Color.


RE: Help can't run many timers, that are not working with backtrace notification. - PutuSuhartawan - 2021-03-23

(2021-03-23, 07:38 PM)DandoRYx Wrote: I suppose there shouldn't be a space in "Change Color" -> change it to Change_Color.



Dont worry that just excample callback. was changed??Change_Color before. have a new suggest timer sir?


RE: [FIXED] can't run many timers, that are not working with backtrace notification. - DandoRYx - 2021-03-24

well, the code works for me

if you want timerfix include: https://github.com/Jessyy/samp-include-timerfix/blob/master/timerfix.inc


RE: [FIXED] can't run many timers, that are not working with backtrace notification. - PutuSuhartawan - 2021-03-26

ERROR MESSAGE: for https://github.com/Jessyy/samp-include-timerfix/blob/master/timerfix.inc , how to fix it?



error 017: undefined symbol "TF_gs_Timers"

https://github.com/Jessyy/samp-include-timerfix/issues/1



Run time error 19: "File or function is not found"

https://github.com/Jessyy/samp-include-timerfix/issues/2