Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /////////////////////////TOOLS BAR/////////////////////////
- "Fix Invisible Players"
- {
- "label" "C"
- "command" "engine stop; record fix"
- "tooltip" "Fix Invisible Players"
- "OnlyInGame" "1"
- }
- "Reload Sound"
- {
- "label" "v"
- "command" "engine snd_restart"
- "tooltip" "Reload Sound"
- "OnlyInGame" "1"
- }
- "Reload Hud"
- {
- "label" "i"
- "command" "engine hud_reloadscheme"
- "tooltip" "Reload Hud"
- "OnlyInGame" "1"
- }
- "Toggle Netgraph"
- {
- "label" "P"
- "command" "engine toggle net_graph 0 1"
- "tooltip" "Enable/Disable NetGraph"
- "OnlyInGame" "1"
- }
- "Toggle Contracts"
- {
- "label" "<"
- "command" "engine toggle tf_contract_progress_show 0 1"
- "tooltip" "Enable/Disable Contracts"
- "OnlyInGame" "1"
- }
- "Enable Captions"
- {
- "label" "N"
- "command" "engine closecaption 1;cc_subtitles 0;cc_lang english;cc_predisplay_time 0;cc_emit #subtitles0"
- "tooltip" "Enable CloseCaptions"
- "OnlyInGame" "1"
- }
- "Disable Captions"
- {
- "label" "N"
- "command" "engine closecaption 0; cc_predisplay_time 0"
- "tooltip" "Disable CloseCaptions"
- "OnlyInGame" "1"
- }
- "Toggle Chat"
- {
- "label" ":"
- "command" "engine toggle hud_saytext_time 0 6"
- "tooltip" "Enable/Disable Chat"
- "OnlyInGame" "1"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement