• Please go to our Discord or SteamRep for trading. Bans and appeals go HERE

[TTC]ThatAianGamer3

Mildly Menacing Medic
Hey so I have a keys binded turn on and turn off viewmodels, but when I turn off viewmodels and then switch my weapon, the viewmodel turns back on. Does anyone have a solution to this? Please, help! Thank you.
 

KillerZebra

Forum Admin
Contributor
I am pretty sure that only makes the weapon you are using to a viewmodel of 0.

If you don't use scripts then this is the only thing for you

alias "primary" "slot1; r_drawviewmodel 0"
alias "secondary" "slot2; r_drawviewmodel 0"
alias "melee" "slot3; r_drawviewmodel 1"

bind "<key>" "primary"
bind "<key>" "secondary"
bind "<key>" "melee"
 

[TTC]ThatAianGamer3

Mildly Menacing Medic
I am pretty sure that only makes the weapon you are using to a viewmodel of 0.

If you don't use scripts then this is the only thing for you

alias "primary" "slot1; r_drawviewmodel 0"
alias "secondary" "slot2; r_drawviewmodel 0"
alias "melee" "slot3; r_drawviewmodel 1"

bind "<key>" "primary"
bind "<key>" "secondary"
bind "<key>" "melee"
what keys do you have them binded to?