Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2020
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. /////////////////////////TOOLS BAR/////////////////////////
  2. "Fix Invisible Players"
  3. {
  4. "label" "C"
  5. "command" "engine stop; record fix"
  6. "tooltip" "Fix Invisible Players"
  7. "OnlyInGame" "1"
  8. }
  9. "Reload Sound"
  10. {
  11. "label" "v"
  12. "command" "engine snd_restart"
  13. "tooltip" "Reload Sound"
  14. "OnlyInGame" "1"
  15. }
  16. "Reload Hud"
  17. {
  18. "label" "i"
  19. "command" "engine hud_reloadscheme"
  20. "tooltip" "Reload Hud"
  21. "OnlyInGame" "1"
  22. }
  23. "Toggle Netgraph"
  24. {
  25. "label" "P"
  26. "command" "engine toggle net_graph 0 1"
  27. "tooltip" "Enable/Disable NetGraph"
  28. "OnlyInGame" "1"
  29. }
  30. "Toggle Contracts"
  31. {
  32. "label" "<"
  33. "command" "engine toggle tf_contract_progress_show 0 1"
  34. "tooltip" "Enable/Disable Contracts"
  35. "OnlyInGame" "1"
  36. }
  37. "Enable Captions"
  38. {
  39. "label" "N"
  40. "command" "engine closecaption 1;cc_subtitles 0;cc_lang english;cc_predisplay_time 0;cc_emit #subtitles0"
  41. "tooltip" "Enable CloseCaptions"
  42. "OnlyInGame" "1"
  43. }
  44. "Disable Captions"
  45. {
  46. "label" "N"
  47. "command" "engine closecaption 0; cc_predisplay_time 0"
  48. "tooltip" "Disable CloseCaptions"
  49. "OnlyInGame" "1"
  50. }
  51. "Toggle Chat"
  52. {
  53. "label" ":"
  54. "command" "engine toggle hud_saytext_time 0 6"
  55. "tooltip" "Enable/Disable Chat"
  56. "OnlyInGame" "1"
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement