SA-MP Forums Archive
Timer help - 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: Timer help (/showthread.php?tid=225257)



Timer help - Sepelin - 13.02.2011

Can anyone help me with this
PHP код:
SetTimer("Stop",30,true); 
its not working and i want to set it to 30 seconds


Re: Timer help - XoX - 13.02.2011

You have to set it in milliseconds. So
Код:
SetTimer("Stop",30000,true);



Re: Timer help - Sepelin - 13.02.2011

Okay Thanks