Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. alias "+jumpthrow" "+jump;-attack"
  2. alias "-jumpthrow" "-jump"
  3. bind "q" "+jumpthrow"
  4.  
  5. alias "+ninja" "gameinstructor_enable 1;+use"
  6. alias "-ninja" "gameinstructor_enable 0;-use"
  7. bind "e" "+ninja"
  8.  
  9. bind "v" "clutchtoggle"
  10. alias "clutchtoggle" "clutchon"
  11. alias "clutchon" "voice_enable 0; alias clutchtoggle clutchoff"
  12. alias "clutchoff" "voice_enable 1; alias clutchtoggle clutchon"
  13.  
  14. con_filter_enable "2"
  15. con_filter_text "Damage Given"
  16. con_filter_text_out "Player:"
  17. developer "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement