SA-MP Forums Archive
Server 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)
+--- Thread: Server Time (/showthread.php?tid=403772)



Server Time - geohareas - 31.12.2012

Hello,

As we all know,we got an TextDraw on the right top corner of our screen,displaying the current server time..
And i am asking..is there any way to remove this textdraw?

Thank you in advance,and happy new year!

Best Regards,
George


Re: Server Time - ThePhenix - 31.12.2012

I don't know if it's possible, but you can hide it using other textdraw.


Re: Server Time - Feastahashi - 31.12.2012

pawn Код:
TogglePlayerClock(playerid, 0);
https://sampwiki.blast.hk/wiki/TogglePlayerClock


Re: Server Time - Patrick - 31.12.2012

try to search this On OnPlayerConnect
pawn Код:
TogglePlayerClock(playerid, 1);
if you can see that, delete or remove that