[Include] aw_timers - 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] aw_timers (
/showthread.php?tid=490800)
aw_timers -
Alienwar3 - 28.01.2014
AW_TIMERS
By [A]lien[W]are, A.K.A Alienwar3
Hello, I present my first release include that, aw_timers.
AW_SetTimer any timer is nothing more you can choose how often you want to repeat usage example:
pawn Код:
OnGameModeInit()
{
  AW_SetTimer("GetMoney", 10000, 4);
  return 1;
}
What it does is call GetMoney() every 10000 milliseconds, 4 times.
I hope they use it and like it!
v0.2 Stable[FIX]
v0.1
Re: aw_timers -
TahaAsif12 - 01.02.2014
NIce! Rep