How can I go about tracking my players game time in server?
You could use [URL="http://forums.ulyssesmod.net/index.php?topic=3039.0"]utime[/URL] or you could use [URL="https://github.com/Jake-TD/Clocky"]clocky[/URL] if you don't like the UI of utime.
what is the difference between the two?
Well on the outside they both have different UIs that player see. Personally I think clocky looks a lot better then utime. However utime comes with the added option of allowing each client to disable the HUD if they so choose.
Under the hood utime is built for a single server and does not offer MySQL support. Meanwhile clocky allows you to add multiple servers to the player time count and include that in the players total player time. Clocky also supports MySQL which means you can store all the date off the server in a separate database.
Sorry, you need to Log In to post a reply to this thread.