Advertisement
Guest User

Untitled

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