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



Gettime() - DavidBilla - 03.01.2015

When i use gettime without any argument

Eg:
new Time=gettime();

Is the time value returned in seconds or milliseconds?


AW: Gettime() - CutX - 03.01.2015

Quote:
Originally Posted by DavidBilla
Посмотреть сообщение
When i use gettime without any argument

Eg:
new Time=gettime();

Is the time value returned in seconds or milliseconds?
seconds

Quote:
Originally Posted by wiki
Unix time is a system for describing instants in time,
defined as the number of seconds that have elapsed since 00:00:00
Coordinated Universal Time (UTC), Thursday, 1 January 1970, not counting leap seconds
unix time


Re: Gettime() - DavidBilla - 03.01.2015

Thank you!