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



Timer? - Snyper18 - 08.03.2009

How long would be a 5 minute timer?


Example : 600000 For the car respawn,
What would be the 5 minute length one?


Re: Timer? - Dujma - 08.03.2009

Car respawn is in seconds not miliseconds. 5 minutes = 300 seconds

AddStaticVehicleEx

Timers are in milisecons that for 5 minutes is = 300000 miliseconds = 300 seconds

600000 is 10 minutes


Re: Timer? - MenaceX^ - 08.03.2009

You can use simple math in your timers. And also anything else.