
The CS2 jumpthrow bind is something Counter-Strike veterans want to create. While Counter-Strike 2 is a free upgrade for CS: GO.
Jump Throw Bind
alias "+jumpaction" "+jump;"
alias "+throwaction" "-attack; -attack2"
alias "-jumpaction" "-jump"
bind KEY "+jumpaction;+throwaction;"
KEY is the which key you want to bind.
If you want to bind jump throw on V key your code should like this:
bind V "+jumpaction;+throwaction;"
Be the first to comment