SA-MP Forums Archive
Equivalent to settime() - 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: Equivalent to settime() (/showthread.php?tid=428450)



Equivalent to settime() - trollkemada - 05.04.2013

Is there anyway to change the time returned by gettime() without changuing the system time? (I've read about 'settime' in the PAWN documentation, but i can't use it in pawno )


Re: Equivalent to settime() - Bakr - 05.04.2013

What are you trying to accomplish?

gettime() will always return a unix timestamp from January 1, 1970 to the present time.