Guest User

QuakeLive zoom config

a guest
Jul 28th, 2010
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. // quakelive zoomscript
  2.  
  3. bind XX "weapon XX;vstr wep7_bind;" //add vstr wep7_bind to every weapon bind
  4.  
  5. bind MOUSE2 "vstr wep7_act"
  6.  
  7. set wep7_act "weapon 7;bind MOUSE2 vstr act_zoom"
  8.  
  9. set wep7_bind "vstr wep7_bind_n;"
  10. set wep7_bind_n "bind MOUSE2 vstr wep7_act;"
  11. set wep7_bind_z "+zoom;bind MOUSE2 vstr wep7_act;vstr chk_zoomOUT;"
  12.  
  13. set act_zoom "+zoom;vstr chk_zoom;"
  14. set chk_zoom "vstr chk_zoomIN;"
  15. set chk_zoomIN "set wep7_bind vstr wep7_bind_z; set chk_zoom vstr chk_zoomOUT;"
  16. set chk_zoomOUT "set wep7_bind vstr wep7_bind_n; set chk_zoom vstr chk_zoomIN;"
  17.  
  18. set cg_zoomToggle 1;
Add Comment
Please, Sign In to add comment