SA-MP Forums Archive
Always night 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: Always night time (/showthread.php?tid=431726)



Always night time - NicholasA - 19.04.2013

How can I keep it always night time?


Re: Always night time - HurtLocker - 19.04.2013

https://sampwiki.blast.hk/wiki/SetWeather


Re: Always night time - DobbysGamertag - 19.04.2013

pawn Код:
public OnGameModeInit()
SetWorldTime(0);
That work?


Re: Always night time - NicholasA - 19.04.2013

Thanks HurtLocker