Garry's Mod Wiki

Revision Difference

GM:ScoreboardHide#544657

<function name="ScoreboardHide" parent="GM" type="hook"> <ishook>yes</ishook> <description>Called when player released the scoreboard button. ( TAB by default )</description> <realm>Client</realm> </function> <example> <code>hook.Add( "ScoreboarHide", "EQScoreboarClose", function() <code>hook.Add( "ScoreboardHide", "EQScoreboarClose", function() -- Use something like Base:Remove or DFrame:Close end )</code> </example>