妳是因為遊戲總是換手的問題 ,最簡單的解決辦法
bind "F4" "cl_righthand 1" 如果妳是用右手就吧這個加到USERCONFIG.CFG 裏
左手妳用這行 bind "F4" "cl_righthand 0"
當妳按下F4的時候 直接設置到左手或者是右手
如果想要個1鍵切換的
可以這樣
alias hs hsz
alias hsz "cl_righthand 0;alias hs hsy"
alias hsy "cl_righthand 1;alias hs hsz"
bind "F4" "hs"
把這段代碼復制到USERCONFIG裏面 按F4就可以來回的切換左右手!