User panel stuff on forum
  3 posts on 1 page  1
Advanced Configuration
2006-03-02, 09:48
Member
139 posts

Registered:
Jan 2006
heys

im using this weaponchange aliases from def's cfg:

alias f_weaponchange "if $qt_$weapon$qt = $qt_$tp_name_lg$qt then fire_lg else if $qt_$weapon$qt = $qt_$tp_name_sng$qtthen fire_ng else if $qt_$weapon$qt = $qt_$tp_name_ng$qt then fire_ng else if $qt_$weapon$qt = $qt_$tp_name_sg$qt then fire_sg else if $qt_$weapon$qt = $qt_$tp_name_sg$qt then fire_sg else if $qt_$weapon$qt = $qt_$tp_name_ssg$qt then fire_sg else if $qt_$weapon$qt = $qt_$tp_name_rl$qt then fire_rl else if $qt_$weapon$qt = $qt_$tp_name_gl$qt then fire_rl else fire_sg"
alias fire_lg "crosshaircolor 0 255 0;cl_rollangle 3"
alias fire_ng "crosshaircolor 0 255 255;cl_rollangle 0"
alias fire_rl "crosshaircolor 255 255 0;cl_rollangle 0"
alias fire_sg "crosshaircolor 0 255 255;cl_rollangle 0"

since i use this rollangle thingie + no crosshair, its pretty annoying having to select sg or whatever when picking up lg ingame and rollangle keeps jerking off my movement..

any possibility to tweak that f_weaponchange, so that when i pickup lg, weapon switches instantly to sg (alias fire_sg)?

thx for help..
http://www.egozelle.com/stuff/qw_sig.jpg
2006-03-02, 10:04
Member
61 posts

Registered:
Jan 2006
b_switch "2"
w_switch "2"

?
2006-03-02, 11:17
Member
139 posts

Registered:
Jan 2006
erk?!
that something like weapon switch on/off?

i remember someone telling me that automatic weaponswitch on pickup cant be disabled :/

damnit.. that easy

/me rips himself a new one
http://www.egozelle.com/stuff/qw_sig.jpg
  3 posts on 1 page  1