Advertisement
Guest User

FOR MING

a guest
May 29th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Qaiyum's OP Script
  2.  
  3. // Shooting with the mousewheel on / off script. To toggle, press down the mousewheel
  4.  
  5. // Activation of the default mode
  6. mwheel_mode_inv
  7.  
  8. // Definition of the used aliases
  9. alias "mwheel_mode" "mwheel_mode_shoot"
  10. alias "mwheel_mode_inv" "bind mwheelup invprev; bind mwheeldown invnext; alias mwheel_mode mwheel_mode_shoot;echo mwheel_mode set to cycle through the loadout"
  11. alias "mwheel_mode_shoot" "bind mwheelup +attack; bind mwheeldown +attack; alias mwheel_mode mwheel_mode_inv; echo mwheel_mode set to primary attack"
  12.  
  13. // Toggle shooting via scrolling the mousewheel on / off
  14. bind "mouse3" "mwheel_mode"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement