Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
Hi, i dunno why it does this but ingame on my server sometimes the clock is normal (24 mins for a day) and then it will go so fast its like 24 secs a day. All i have done is added the line to toggle the clock ingame so why is it bugging?
p.s how do i make it so its 1 hour for ingame day?
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
Is there anyone that knows how to fix this? its second thread ive had to make because no one answered :/
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
Just make a new clock, the other clock, i am not sure, is the single player clock...
If you just make your own clock with textdraws, you are sure it works
you can also search a clock filterscript or take it from another script(keep/add credits of the original creator)
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
hi thanks for a reply (at last) i dont want a filterscript as i want my gamemode to be 100% done by me and not released by me, i have little experience with textdraws apart from basic text ones so could you explain how i would do this?
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
well, you can use Zamarot's textdraw editor to make your own textdraws in-game..
after that, just set the textdraw string every 1 minute, with the gettime function.
I have to go now but i will edit my reply as soon as i come back
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
ok ill give it a go, never used the gettime function before so wish me luck lol
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
I have made the textdraw shown it etc works now i need to make it work and be synced it for every player
question: ive set the string to 10:00 and if i go in ongame... and put setworldtime or whatever to 10 it will stay at 10 all the time or will start at 10am?
Posts: 686
Threads: 29
Joined: Feb 2011
Reputation:
0
No-one's replying because we need to see some codes.
Posts: 541
Threads: 60
Joined: Jul 2009
Reputation:
0
Do you use timers? if so, show us them.