Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. // Damage printout
  2. developer "1"
  3. con_filter_text "Damage"
  4. con_filter_text_out "Player:"
  5. con_filter_enable "2"
  6.  
  7. // Binds
  8. alias +ng "+showscores; net_graph 1"
  9. alias -ng "-showscores; net_graph 0"
  10. bind TAB +ng
  11. alias +jumpthrow "+jump;-attack"
  12. alias -jumpthrow "-jump"
  13. bind mouse4 +jumpthrow
  14.  
  15. // Overwrite config.cfg
  16. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement