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 )