Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: Shane648 on January 23, 2013, 02:34:43 AM
-
Would it be possible to make Utime only show when someone holds in tab/scorebaord ?
-
There are some scoreboards that integrate UTime, and the UTime GUI can be disabled by the client in the client settings (or you can force their default to be off).
-
add something like this to a clientside file...
function UTime_Show()
//UTime Code to Show UTime
end
hook.Add( "ScoreboardShow", "UTime_Show", UTime_Show )
function UTime_Hide()
//UTime Code to Hide UTime
end
hook.Add( "ScoreboardHide", "UTime_Hide", UTime_Hide )