SA-MP Forums Archive
Time / Delate - 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: Time / Delate (/showthread.php?tid=135514)



Time / Delate - XxerykxX - 20.03.2010

Hello.
How do you delate the up-right corner time and to make the time be the same?? For example at 20:00. I think it is with a set timers but really dont know :/ I dont really know how to make them even if i read wiki :/ somebody would give me it??

Thank you.


Re: Time / Delate - GaGlets(R) - 20.03.2010

clock system
New textdraw
Disable old time - byy toggle player clock - 1/0




Re: Time / Delate - XxerykxX - 20.03.2010

i made time to stay at 20:00 but it shows the time still in right top corner :/ how to turn it off?


Re: Time / Delate - XxerykxX - 21.03.2010

Is that it??
Under OnPlayerConnect

Код:
ShowTogglePlayerClock(playerid, toggle, false);
??

but getting

Код:
error 017: undefined symbol "ShowTogglePlayerClock"



Re: Time / Delate - Correlli - 21.03.2010

The functions name is TogglePlayerClock, not ShowTogglePlayerClock.


Re: Time / Delate - XxerykxX - 21.03.2010

is that it?? under OnPlayerConnect

TogglePlayerClock(playerid, 0)