Minor bug with /register command - 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: Minor bug with /register command (
/showthread.php?tid=566474)
Minor bug with /register command -
Sc0pion - 06.03.2015
Fixed!
Re: Minor bug with /register command -
Schneider - 06.03.2015
You forget to actually get the time...
pawn Код:
gettime(Hours, Minutes, Seconds);
Re: Minor bug with /register command -
Sc0pion - 06.03.2015
Fixed!
Re: Minor bug with /register command -
NinjahZ - 06.03.2015
You would put that under getdate id believe
Re: Minor bug with /register command -
Sc0pion - 06.03.2015
Fixed!
Re: Minor bug with /register command -
Sc0pion - 07.03.2015
Fixed!
Re: Minor bug with /register command -
Sc0pion - 08.03.2015
Fixed!
Re: Minor bug with /register command -
X337 - 08.03.2015
Код:
logtimeformat [%H:%M:%S]
That code just for timestamp format
Re: Minor bug with /register command -
Sc0pion - 08.03.2015
Fixed!
Re: Minor bug with /register command -
X337 - 08.03.2015
Can you tell me the random hours, minutes and seconds? Is the time from your server not same with your current time?
i think gettime() function based on server timezone, not client timezone.