Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Nessaj on January 10, 2015, 01:21:35 PM

Title: Using Utime without the panel
Post by: Nessaj on January 10, 2015, 01:21:35 PM
Hello guys,

I just want to ask if its possible to use Utime without the blue panel in the corner and which code I have to delete for that.
So it would be possible to see the players online time in the database for example as server owner :)
Title: Re: Using Utime without the panel
Post by: Megiddo on January 10, 2015, 01:58:19 PM
"utime_enable 0" in your client console will disable the panel.
Title: Re: Using Utime without the panel
Post by: Nessaj on January 10, 2015, 03:19:42 PM
Yes but I want to delete it for all persons on my server and not to give this possibility to the clients and I thinks this is just possible if I delete some code where you create this panel?
Title: Re: Using Utime without the panel
Post by: Megiddo on January 10, 2015, 05:01:00 PM
Hmm, doing a quick review of the code, I think if you delete cl_utime.lua, you'll forcibly disable the panel without causing any errors or functionality issues.
Title: Re: Using Utime without the panel
Post by: Nessaj on January 10, 2015, 05:20:09 PM
Okay I will try this, thank you a lot Sir =)