Is there anyway to make it so that utime can be closed instead of removed for players? The problem is that some players doesnt like utime on their screen and they want to remove it but if i remove it, its gonna be gone for everybody so i was wondering if anybody knows how to make it so that players can close their own utime instead having me disabling utime for the entire server. [url]https://github.com/Nayruden/Ulysses/tree/master/utime[/url]
This is for ttt
As a player, hold q, go to utilities (might be options), find utime, and untick the box.
[editline]2nd January 2014[/editline]
Or edit the script to change the default to not show it.
Line 8 of cl_utime.lua
[lua]local utime_enable = CreateClientConVar( "utime_enable", "1.0", true, false )[/lua]
Change 1.0 to 0.0
[QUOTE=wh1t3rabbit;43382840]As a player, hold q, go to utilities (might be options), find utime, and untick the box.
[editline]2nd January 2014[/editline]
Or edit the script to change the default to not show it.
Line 8 of cl_utime.lua
[lua]local utime_enable = CreateClientConVar( "utime_enable", "1.0", true, false )[/lua]
Change 1.0 to 0.0[/QUOTE]
Forgot to mention that this is going to be for ttt not sandbox
Just remove the whole cl_utime file and add it to your HUD.
[QUOTE=StonedPenguin;43382984]Just remove the whole cl_utime file and add it to your HUD.[/QUOTE]
add it to my HUD? I dont know what you mean
Can anyone please help out here?
[QUOTE=monstermega10;43404308]Can anyone please help out here?[/QUOTE]
You already got all the info/ suggestions you need. This is developer discussion not make me a script for free.
Sorry, you need to Log In to post a reply to this thread.