D€vIL²
Newbie
- Joined
- Nov 18, 2004
- Messages
- 899
- Reaction score
- 0
bind "z" "+zoom;cl_drawhud 0;r_drawviewmodel 0"
as you can see I want to beable to zoom without the stupid circle thing and the faded border, so when I try it it works but when I let go of zoom the hud a view model dosn't come back I tried this, but it didn't work:
alias +zoo "+zoom;cl_drawhud 0; r_drawviewmodel 0"
alias -zoo "cl_drawhud 1; r_drawviewmodel 1"
bind z +zoo
tell me how I can make this work, BTW, check out my slo-mo:
alias +slow "host_timescale .4;phys_pushscale 5;sv_gravity 450;mat_hsv 1"
alias -slow "host_timescale 1;phys_pushscale 1;sv_gravity 600;mat_hsv 0"
bind mouse2 +slow
i have the mat_hsv set so that when you go into slo-mo it goes black and white, to give it style.
as you can see I want to beable to zoom without the stupid circle thing and the faded border, so when I try it it works but when I let go of zoom the hud a view model dosn't come back I tried this, but it didn't work:
alias +zoo "+zoom;cl_drawhud 0; r_drawviewmodel 0"
alias -zoo "cl_drawhud 1; r_drawviewmodel 1"
bind z +zoo
tell me how I can make this work, BTW, check out my slo-mo:
alias +slow "host_timescale .4;phys_pushscale 5;sv_gravity 450;mat_hsv 1"
alias -slow "host_timescale 1;phys_pushscale 1;sv_gravity 600;mat_hsv 0"
bind mouse2 +slow
i have the mat_hsv set so that when you go into slo-mo it goes black and white, to give it style.