Server Time - 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 (
/showthread.php?tid=563132)
Server Time -
Thoma - 14.02.2015
So in my server the Time is set to 12 yet the server is dark...we have tried everything yet the server stays dark any ideas?
Re: Server Time -
ATGOggy - 14.02.2015
Show the code
Re: Server Time -
Thoma - 14.02.2015
Which part the ongamemodeint?
Re: Server Time -
Thoma - 14.02.2015
we put SetWorldTime(12) on OnGameModeInit already
Re: Server Time -
ATGOggy - 14.02.2015
Without SetWorldTime, what is the time?
Re: Server Time -
Thoma - 14.02.2015
the time is 12 but its dark
Re: Server Time -
ATGOggy - 14.02.2015
Add this in OnPlayerConnect,
pawn Код:
SetPlayerTime(playerid, 10, 0);
Re: Server Time -
Thoma - 14.02.2015
added but still dark
Re: Server Time -
Karan007 - 14.02.2015
Add This Script Under The Callback OnPlayerConnect
SetWeather(12);
Re: Server Time -
Thoma - 14.02.2015
hmmm nope still dark lol