How to..
#1

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

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

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;
}
Reply
#4

but will it then stop getting dark automaticly?
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)