11.07.2007, 19:57
finally this script is working on my server too
Originally Posted by Warriors_Tornado
when i always start a game or when i dead the time is changing to 00:00 at night.
And sometimes 3 peoples have different times i had night others day beceause i dyded can i set time to12:00 when i dyd and spawning to the spawn place |
Originally Posted by courage
You must also understand that this clock is under a textdraw.
I know some filterscripts wich are using KillTextDraw, that COULD effect this clock. Btw one of them is CarNames :P |
Originally Posted by Kapil
Quote:
![]() |
TextDrawDestroy(Text:2)
SetWorldTime(hour);
if (minute <= 9){format(string,25,"%d:0%d",hour,minute);} else {format(string,25,"%d:%d",hour,minute);}
format(string,25,"%d:%02d",hour,minute);