Guest User

Untitled

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