Advertisement
Guest User

demo cfg

a guest
Sep 27th, 2015
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 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 "ctrl" "+duck"
  24.  
  25. sensitivity // [#] Your default sens
  26. r_drawviewmodel 1// [0/1] set to "1" for viewmodels on, "0" for off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement