Garry's Mod Wiki

Revision Difference

GM:ScoreboardShow#544263

<function name="ScoreboardShow" parent="GM" type="hook"> <ishook>yes</ishook> <description> Called when player presses the scoreboard button. ( TAB by default ) </description> <realm>Client</realm> <predicted>No</predicted> </function> ⤶ <example>⤶ <code>hook.Add( "ScoreboardShow", "EQScoreboardOpen", function()⤶ -- You would use something like DFrame or HUDPaint⤶ end )</code>⤶ </example>⤶