Posts: 50
Threads: 16
Joined: Sep 2011
Reputation:
0
If I use
TogglePlayerClock(playerid,1);
Does the clock auto sync for people joining?
So say if I joined and then 5 minutes later my mate joined would we have the same time?
Posts: 50
Threads: 16
Joined: Sep 2011
Reputation:
0
Ahh it doesn't actually:P Had to make a sync script...
Posts: 130
Threads: 12
Joined: Jan 2014
Reputation:
0
what?
the clock auto sync's
Posts: 50
Threads: 16
Joined: Sep 2011
Reputation:
0
It does not sync the same time...
Posts: 1,648
Threads: 482
Joined: Jun 2010
You have to create your own time system, use a textdraw if you want them all to be synced.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
It does not sync. What I do is re-sync everyone's time every 4 hours (real 4 minutes), and sync the time of newly connecting players.
If you don't want interpolating weather (which TogglePlayerClock enables), then don't use TogglePlayerClock and just make time progress manually with SetPlayerTime.