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



Server Time Bug - Thoma - 13.02.2015

So in my Gm the Servers time is Froze on Dark. The Admin time command dont work and
Код:
SetWorldTime(12);
is even added yet its still dark and i have no FS loaded into the server to cause it to be dark. Any Idea what could cause this?


Re: Server Time Bug - CalvinC - 13.02.2015

Do you have TogglePlayerClock enabled?
If so, loop through all players and SetPlayerTime instead.
Otherwise try using CTRL+H and search for any other SetPlayerTime or SetWorldTime functions you might have and see if they could cause it.


Re: Server Time Bug - Thoma - 13.02.2015

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
Do you have TogglePlayerClock enabled?
If so, loop through all players and SetPlayerTime instead.
Otherwise try using CTRL+H and search for any other SetPlayerTime or SetWorldTime functions you might have and see if they could cause it.
Nope the only thing i got is SetPlayerTime and its set to 12 yet its dark and clock is off so..