Advertisement
Guest User

Untitled

a guest
Mar 9th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. echo "default binds loaded."
  2.  
  3.  
  4. Code:
  5.  
  6. developer 1
  7. developer 0
  8.  
  9. // viewmodel/combination script binds
  10. bind "0" "slot10"
  11. bind "1" "slot1"
  12. bind "2" "slot2"
  13. bind "3" "slot3"
  14. bind "4" "slot4"
  15. bind "q" "lastinv"
  16.  
  17. bind "mouse1" "+attack"
  18. bind "mouse2" "+attack2"
  19.  
  20.  
  21. // crosshair script binds
  22. bind "a" "+moveleft"
  23. bind "d" "+moveright"
  24. bind "s" "+back"
  25. bind "w" "+forward"
  26. bind "SPACE" "+jump"
  27. bind "SHIFT" "+duck"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement