You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If mousewheel is assigned to a +alias, the + and - versions will be fired in the same frame.
bind mwheelup +gl
alias +gl "weapon 6;+attack"
alias -gl "wait;-attack"
The wait command is required to delay the -attack from being executed before the user command is sent to server. This means aliases that work with keys or other mouse buttons need changed to work on mousewheel.
Just posting this as a reminder as it has come up before, my memory failed me and I had to work it out from scratch last night.
The text was updated successfully, but these errors were encountered:
If mousewheel is assigned to a +alias, the + and - versions will be fired in the same frame.
The wait command is required to delay the -attack from being executed before the user command is sent to server. This means aliases that work with keys or other mouse buttons need changed to work on mousewheel.
Just posting this as a reminder as it has come up before, my memory failed me and I had to work it out from scratch last night.
The text was updated successfully, but these errors were encountered: