In game time not match real 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: In game time not match real time (
/showthread.php?tid=71425)
In game time not match real time -
speedy199 - 01.04.2009
in game time (command /time) = 16.00 O'clock
and i use TogglePlayerClock(playerid, 1); time ToogleplayerClock = 12.00 O'clock
But real time in computer me = at 17.00 O'clock
How to do all time match in my computer time
------------------------------------------------------------------------------
I'm sorry english my not so good.
Re: In game time not match real time -
Dujma - 01.04.2009
You have to syncronize it... And I belive you can't syncronize the SA ingame clock to work as real clock... What game mode do you use?
Re: In game time not match real time -
speedy199 - 01.04.2009
i use Godfather[Fear] gamemode
Quote:
Originally Posted by Dujma
Ok just search for timeshift in your game mode and change that untill your server ingame clock matches the real time... (you can negative values like -5 if your time on server is faster than the real one)...
But for that TogglePlayerClock I think you can't use it for real time. With that clock your time of day will be automaticly changed and you can only sync it in way that is the same for every player (because in SP when you die your game time increases by 6 hours)...
|
Thankyou
Re: In game time not match real time -
Dujma - 01.04.2009
Ok just search for
timeshift in your game mode and change that untill your server ingame clock matches the real time... (you can negative values like -5 if your time on server is faster than the real one)...
But for that TogglePlayerClock I think you can't use it for real time. With that clock your time of day will be automaticly changed and you can only sync it in way that is the same for every player (because in SP when you die your game time increases by 6 hours)...