SA-MP Forums Archive
Default clock is not being disabled - 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: Default clock is not being disabled (/showthread.php?tid=475195)



Default clock is not being disabled - Twizted - 11.11.2013

I've added the following code under OnPlayerConnect:

pawn Код:
TogglePlayerClock(playerid, false);
However, the default SA:MP clock is still showing. How can I fix this issue?


Re: Default clock is not being disabled - DobbysGamertag - 11.11.2013

You may have the gl_realtime FS loaded. Or check the other filterscripts you have


Re: Default clock is not being disabled - Twizted - 11.11.2013

Wow, stupid me. I totally forgot about that. Thanks alot, Dobbys.


Re: Default clock is not being disabled - Konstantinos - 11.11.2013

Actually if you do not use that function at all, then it will not show the clock (unless it's used somewhere else - in other script).


Re: Default clock is not being disabled - Twizted - 11.11.2013

I was not using that function anywhere, but the default clock kept showing.