zoom command?
•
14 Nov 2011, 14:49
•
Journals
is it possible to do some bind that if u press and keep mouse2 for example u get
90 fov, lower sense
and if u release the button u get 120fov and higher sense again?
90 fov, lower sense
and if u release the button u get 120fov and higher sense again?
bind MWHEELUP "cg_fov 90"
set zoom "cg_fov 90;sensitivity x"
set nozoom "cg_fov 120;sensitivity y"
bind z "+vstr zoom nozoom"
no problem