Posts: 3
Threads: 2
Joined: Jun 2011
Reputation:
0
Hello. how can i disable the Real Time in my Server? i want that the clock works like in Singleplayer. Can somebody help me?
Posts: 233
Threads: 34
Joined: Feb 2012
Reputation:
0
Is it anything to do with a filterscript called "gl_realtime" possibly?
Posts: 125
Threads: 0
Joined: Nov 2011
Reputation:
0
unload the real time filterscript (ex.: gl_realtime)
for singeplayer clock: Add "TogglePlayerClock(playerid, 1);" on "OnPlayerConnect" in your script
Posts: 3
Threads: 2
Joined: Jun 2011
Reputation:
0
well, thanks i disabled the Gl_Realtime, But i have No idea how scripting works. it would be cool if you could teach it to me, how to do that command in my script.