keep world time to 00:00 - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: keep world time to 00:00 (
/showthread.php?tid=113006)
keep world time to 00:00 -
laserhel50 - 11.12.2009
how do i keep the world time on 00:00??
Re: keep world time to 00:00 -
Cedimedi - 11.12.2009
OnGameModeInt -> SetPlayerTime(playerid, 0,0);
Re: keep world time to 00:00 -
dice7 - 11.12.2009
Quote:
Originally Posted by (ed!med!
OnGameModeInt -> SetPlayerTime(playerid, 0,0);
|
OnGameModeInit doesn't have a playerid parameter. Use SetWorldTime(0);