How many milliseconds is 2 and a half minutes? - 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: How many milliseconds is 2 and a half minutes? (
/showthread.php?tid=132519)
How many milliseconds is 2 and a half minutes? -
Torran - 07.03.2010
Well topic says all,
Im getting confused,
I have 250000, And i checked it on Millisecond converter made by Zezombia, And that says 150000, So what is 2 and a half minutes in milliseconds?
Re: How many milliseconds is 2 and a half minutes? -
Miguel - 07.03.2010
180000ms
Re: How many milliseconds is 2 and a half minutes? -
Torran - 07.03.2010
And that is 2 and a half minutes?
EDIT: i tried
http://www.calculateme.com/Time/Minu...lliseconds.htm
And it aso says 150000
Re: How many milliseconds is 2 and a half minutes? -
Miguel - 07.03.2010
I meant 150000, sorry. (1 min == 60000/2 == 30000)
Re: How many milliseconds is 2 and a half minutes? -
Gyvo - 07.03.2010
2 minutes 30 seconds = 150 000 milliseconds
******'s calc is the best.
http://www.******.co.uk/search?hl=en...meta=&aq=f&oq=
Re: How many milliseconds is 2 and a half minutes? -
adsy - 07.03.2010
just times the seconds by 1000
so 60 seconds = 60,000
2 and a half minutes is 60 X 2 = 120+30=150
150 X 1000 = 150,000