• Print

Author Topic: Utime not appearing in ULX menu?  (Read 5028 times)

0 Members and 1 Guest are viewing this topic.

Offline Michael George

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Utime not appearing in ULX menu?
« on: March 10, 2015, 12:55:25 pm »
Alright, so I installed Utime (yes I got the fixed version). It works fine, except for the fact that it doesn't show up in the ULX menu. I'm using SlimHud for deathrun, and it uses utime to keep track of time. So I want to disable utimes interface in the top right corner, since the hud already displays it.

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Utime not appearing in ULX menu?
« Reply #1 on: March 10, 2015, 01:14:42 pm »
Alright, so I installed Utime (yes I got the fixed version). It works fine, except for the fact that it doesn't show up in the ULX menu. I'm using SlimHud for deathrun, and it uses utime to keep track of time. So I want to disable utimes interface in the top right corner, since the hud already displays it.

utime isn't in ulx menu, if you want to disable utime for everyone, open utime, go to cl_utime.lua, and on line 8 or around there, change this:
Code: Lua
  1. local utime_enable = CreateClientConVar( "utime_enable", "1.0", true, false )
to
Code: Lua
  1. local utime_enable = CreateClientConVar( "utime_enable", "0.0", true, false )
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Utime not appearing in ULX menu?
« Reply #2 on: March 10, 2015, 07:52:28 pm »
Yes, UTime is in the default Gmod options menu. The same place you go to clear up props/run server commands.
If you're in a gamemode that doesn't show that menu (many are), the answer has been posted several times in the UTime thread in releases section of our forum.
There's code like Apple showed for all users, and there's client console commands they can run if the clients wish
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

  • Print