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



SetTimerEx Question - UnknownGamer - 27.11.2012

SetTimerEx("Pickable", 35000, false, "i", playerid);

How do you, set that to an hour? Been looking on ****** for ages, what do I times, for the seconds, to an hour?


Re: SetTimerEx Question - YoYo123 - 27.11.2012

https://www.******.co.il/#hl=en&tbo=...w=1152&bih=725


Re: SetTimerEx Question - Vince - 27.11.2012

For completeness: 1000 milliseconds in a second. Times 60 seconds in a minute. Times 60 minutes in an hour. 1000 x 60 x 60 = 3600000