Advertisement
Guest User

engy script flip

a guest
Aug 29th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 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. //voice menus
  26. bind "z" "voice_menu_1"
  27. bind "x" "voice_menu_2"
  28. bind "c" "voice_menu_3"
  29. sensitivity // [#] Your default sens
  30. r_drawviewmodel 1// [0/1] set to "1" for viewmodels on, "0" for off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement