SA-MP Forums Archive
Time 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)
+--- Thread: Time Help (/showthread.php?tid=632657)



Time Help - silverms - 17.04.2017

mm I want to make a timer 15 minutes how much it will be in milliseconds?


Re: Time Help - OtimoJogo - 17.04.2017

It will be "900000"


Re: Time Help - Bolex_ - 17.04.2017

900000


Re: Time Help - luke49 - 17.04.2017

1000 miliseconds = 1 second;

1000 * 60 * 15 = 900000 (15 minutes)


Re: Time Help - coool - 17.04.2017

1000 * 60 * 15
Milliseconds Seconds Minutes


Re: Time Help - khRamin78 - 17.04.2017

Quote:
Originally Posted by silverms
Посмотреть сообщение
mm I want to make a timer 15 minutes how much it will be in milliseconds?
done