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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]Timer (/showthread.php?tid=278875)



[HELP]Timer - Serialflood - 24.08.2011

Hello, first of all sorry for my bad english.
My question is, how can I create a timer that does not repeat itself to infinity but is repeated only once?


Re: [HELP]Timer - Dragony92 - 24.08.2011

SetTimer("Public", 1000, true);


Re: [HELP]Timer - Gazmull - 24.08.2011

Beaten[removed].


Re: [HELP]Timer - Serialflood - 24.08.2011

I try it but if i change 1 with 0 the script doesn't work


Re: [HELP]Timer - Serialflood - 24.08.2011

Help me please


Re: [HELP]Timer - Dragony92 - 24.08.2011

SetTimer("Public", 1000, true);


Re: [HELP]Timer - Serialflood - 24.08.2011

But with true it repeat in infinite


Re: [HELP]Timer - =WoR=Varth - 24.08.2011

https://sampwiki.blast.hk/wiki/SetTimer
https://sampwiki.blast.hk/wiki/SetTimerEx


Re: [HELP]Timer - =WoR=G4M3Ov3r - 24.08.2011

PHP Code:
SetTimer("Public"1000false);