Posts: 100
Threads: 44
Joined: Mar 2013
Reputation:
0
Hello, is there very simple way to save and show players time on server all together? like...lsreskjn - time on server - 200 hours 26 minutes...? thanks
Posts: 450
Threads: 52
Joined: Jun 2012
Reputation:
0
You would need to make a system that saves it.
Posts: 49
Threads: 1
Joined: Sep 2013
Reputation:
0
Yes its simple, follow the 4 steps below :
1. Add to your player info variables a variable called "PlayedTime" or choose a name.
2. make a 60 minutes timer that calls a public , if you have paycheck system add it there.
3. Inside the public that you're calling make so the "PlayedTime" variable will increase by 1.
4. make a textdraw that shows that variable with TextDrawSetString.
As for the hours and minutes you will need a stock that caculating the hours.