23.10.2012, 17:07
Store something like this in his user file:
HoursPlayed = 0
And make a timer that increases his HoursPlayed by 1 after an hour has passed.
About the minutes, you will need to do the same as above but make it for 1 minute.
Keep in mind that using alot of timers WILL slow down your server.
HoursPlayed = 0
And make a timer that increases his HoursPlayed by 1 after an hour has passed.
About the minutes, you will need to do the same as above but make it for 1 minute.
Keep in mind that using alot of timers WILL slow down your server.