i need help, please - 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)
+--- Thread: i need help, please (
/showthread.php?tid=360064)
i need help, please -
DerekGTA - 16.07.2012
Hello. how can i disable the Real Time in my Server? i want that the clock works like in Singleplayer. Can somebody help me?
Re: i need help, please -
Finn707 - 16.07.2012
Is it anything to do with a filterscript called "gl_realtime" possibly?
Re: i need help, please -
Andi_Evandy - 16.07.2012
unload the real time filterscript (ex.: gl_realtime)
for singeplayer clock: Add "TogglePlayerClock(playerid, 1);" on "OnPlayerConnect" in your script
AW: i need help, please -
DerekGTA - 16.07.2012
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.