SA-MP Forums Archive
How Many seconds? - 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: How Many seconds? (/showthread.php?tid=395881)



How Many seconds? - Akcent_Voltaj - 28.11.2012

how many seconds is this??

SetTimerEx(" ", 10000*2, 0, "i", playerid);


Re: How Many seconds? - Edvin - 28.11.2012

1.000 = 1 second.
10.000 = 10 seconds.

10000*2 = 20 seconds.


Re: How Many seconds? - JaKe Elite - 28.11.2012

20 seconds..


Re: How Many seconds? - Ballu Miaa - 28.11.2012

Timers are in milliseconds and 1000 ms = 1 second.

Therefore 10000 * 2 = 20 seconds.