SA-MP Forums Archive
[HELP] Timer - 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: [HELP] Timer (/showthread.php?tid=397927)



[HELP] Timer - Thedya - 07.12.2012

I think i have some problem with my code's timers..

SetTimer("SahipKontrol",3000,1);
SetTimer("SahipKontrol2",3000,1);

Second one is not working like first. I dont know how can i fix it but i though maybe there is some different way to run them in one line..

I mean SetTimer(''Sahipkontrol,Sahipkontrol2'',3000,1) example..


Re: [HELP] Timer - DaRk_RaiN - 07.12.2012

That doesn't make sense, just put the things you want to happen in the second timer, in the first one since they have the same time.
Put the whole code i'll help you.


Re: [HELP] Timer - iSaad - 08.12.2012

Use "y_timers" for more efficiant and easy timing.