PringlesThx! That seems to work. Got a new problem now. My viewmodel script seems to not work. I had the rl with no viewmodel and viewmodel on the shotty. THis is the script I had.
bind 1 wep1
bind 2 wep2
bind 3 wep3
bind e wepcycle
alias wep1 "alias wepcycle wep2;modeloff;slot1"
alias wep2 "alias wepcycle wep1;modelon;slot2"
alias wep3 "alias wepcycle wep1;modelon;slot3"
alias modelon r_drawviewmodel 1
alias modeloff r_drawviewmodel 0
You would have to integrate them, as so.
[/quote]alias "switch1" "rockets; alias switcher switch2"
alias "switch2" "shotgun; alias switcher switch1"
alias "switch3" "melee; alias switcher switch1"
alias "rockets" "slot1; sensitivity 1.02;modeloff "
alias "shotgun" "slot2; sensitivity 1;modelon "
alias "melee" "slot3;modelon; SENSITIVITY U WANT FOR MELEE"
alias modelon "r_drawviewmodel 1"
alias modeloff "r_drawviewmodel 0"
alias switcher "switch1"
bind "e' "switcher"
bind "1" "switch1"
bind "2" "switch2"
bind "3" "switch3"[/quote]