SA-MP Forums Archive
[Include] LTimers (Making Timers Easy!) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] LTimers (Making Timers Easy!) (/showthread.php?tid=271942)

Pages: 1 2


Re: LTimers (Making Timers Easy!) - Lookin - 27.07.2011

fair point guys ill take it into consideration


Re: LTimers (Making Timers Easy!) - Zh3r0 - 27.07.2011

For example, Y_Less's fs (y_timers) is way better.


Re: LTimers (Making Timers Easy!) - OUL - 27.07.2011

Code:
#define Sec(%0) ((%0*1000))
Better way?

Code:
SetTimer(..., Sec(60),false);



Re: LTimers (Making Timers Easy!) - Lookin - 27.07.2011

indeed
anywho
update cmin soon