• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [FIXED] can't run many timers, that are not working with backtrace notification.
#1
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);
  Reply
#2
I suppose there shouldn't be a space in "Change Color" -> change it to Change_Color.
  Reply
#3
(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?
  Reply
#4
well, the code works for me

if you want timerfix include: https://github.com/Jessyy/samp-include-t...merfix.inc
  Reply
#5
ERROR MESSAGE: for https://github.com/Jessyy/samp-include-t...merfix.inc , how to fix it?



error 017: undefined symbol "TF_gs_Timers"

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



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

https://github.com/Jessyy/samp-include-t...x/issues/2
  Reply


Forum Jump: