1 = how many seconds in pawn - 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: 1 = how many seconds in pawn (
/showthread.php?tid=513887)
1 = how many seconds in pawn -
AroseKhanNiazi - 18.05.2014
in samp how many seconds == 1 min ??
Re: 1 = how many seconds in pawn -
rumen98 - 18.05.2014
There is no seconds in SA-MP only milliseconds:
1 second = 1000 miliseconds
1 minute = 60000 miliseconds
1 hour = 3600000 miliseconds
I hope I helped you.
Re: 1 = how many seconds in pawn -
AroseKhanNiazi - 18.05.2014
thanks
Re: 1 = how many seconds in pawn -
NaClchemistryK - 18.05.2014
I don't exactly what you are asking. If you are talking about the game time in gta sa single, 1 min equals one second.
If you are talking about Timers, then the guy above should help you.