Unbinds scroll when you defuse
«
Back
Unbinds scroll when you defuse (to avoid the
jump bug)
Script (mwheeldown+up bound
to jump):
bind "e" "+use"
bind "e" "+unbind"
alias "+unbind" "unbind MWHEELDOWN; unbind MWHEELUP;+use"
alias "-unbind" "bind MWHEELDOWN +jump; bind MWHEELUP +jump;-use"
Script (mwheeldown bound
to jump):
bind "e" "+use"
bind "e" "+unbind"
alias "+unbind" "unbind MWHEELDOWN; +use"
alias "-unbind" "bind MWHEELDOWN +jump;-use"Script (mwheelup bound
to jump):
bind "e" "+use"
bind "e" "+unbind"
alias "+unbind" "unbind MWHEELUP; +use"
alias "-unbind" "bind MWHEELUP +jump;-use"
© Made by padrak & satanioN