SA-MP Forums Archive
How to.. - 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: How to.. (/showthread.php?tid=66958)



How to.. - Mr_Barzini - 25.02.2009

remove that IG clock in the upper right corner its so damned annoying that it keeps getting dark and all


Re: How to.. - brett7 - 25.02.2009

ongamemodeinit put SetWorldTime(time);
then the clock will be removed and it will stay at the time you put in


Re: How to.. - 1337pr0 - 26.02.2009

Quote:
Originally Posted by brett7
ongamemodeinit put SetWorldTime(time);
then the clock will be removed and it will stay at the time you put in
Time can become un-synced...

Best off adding this:

pawn Код:
public OnPlayerSpawn(playerid)
{
  SetPlayerTime(playerid, 12, 0);
  return 1;
}



Re: How to.. - Mr_Barzini - 26.02.2009

but will it then stop getting dark automaticly?


Re: How to.. - Mikep - 26.02.2009

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