Hi well I got Hud which shows play time but its working thru uTime,so my question is how do I hide utime box from my server since I don't need two boxes..I know that there is console command but I think its client side ? Thanks
Where do I put that ? Im new sorry
Console.
well If I type that in console it would hide only for myself or for all players ?
nah I tried it didn't work
Then you didn't try hard enough.
hah funny -_-
Anyways I found the way to fix it just make anyname.lua put it in lua/autorun (I putted it in autorun,and in autorun/server and in autorun/client.)
if ConVarExists( "utime_enable") then
RunConsoleCommand("utime_enable",0)
end
Sorry, you need to Log In to post a reply to this thread.