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



Time calculation - pagie1111 - 08.02.2010

I am creating a system to make a 24 hour period as 2 hours.

I need to know how many seconds one minute would be. Can anyone help me?


Re: Time calculation - Finn - 08.02.2010

(2 hours / 24 hours) * 100% = 8,4%.

8,4% * (60 seconds / 100%) = ~5 seconds.


Re: Time calculation - VonLeeuwen - 08.02.2010

Quote:
Originally Posted by Finn
(2 hours / 24 hours) * 100% = 8,4%.

8,4% * (60 seconds / 100%) = ~5 seconds.
You were first, but I got the same answer.