Counter-Strike 2

Counter-Strike 2

Binding "a" to move left and strafe left
as the title says this is for bunnhopping thougj this would be cool to try out thanks ;)

I need help because If jsut to +left it looks left but if I do +strafe; +left it moves left never both
< >
113/13 megjegyzés mutatása
I cant hold w and jump at the same time starting to get anoying
Ehm yes because thats not how you bunny hop
You can't bind two different commands to the same key.
im not trying to bunny jump i can jump left right and back but not forward
Sure you can... bind (key) "(command); (2ndCommand)"

I have one for bunnyhopping that changes like 10 different cvars and svs
bind "z" "+left; +moveleft"
//cl_bhop_pro 1
You can try it :
alias bhop_enable "bind a +moveleft2;bind d +moveright2; bind mouse5 bhop_disable"
alias bhop_disable "bind a +moveleft;bind d +moveright; -moveright2; bind mouse5 bhop_enable"
bind mouse5 bhop_enable

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"

Use mouse5 or other key to toggle that .

Or hold mouse5 :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left
Legutóbb szerkesztette: Haruhi; 2018. márc. 26., 3:20
✪ Tokenizer eredeti hozzászólása:
You can try it :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"
awesome!!!! now i bhop like a pro. this is the best +rep
✪ Tokenizer eredeti hozzászólása:
//cl_bhop_pro 1
You can try it :
alias bhop_enable "bind a +moveleft2;bind d +moveright2; bind mouse5 bhop_disable"
alias bhop_disable "bind a +moveleft;bind d +moveright; -moveright2; bind mouse5 bhop_enable"
bind mouse5 bhop_enable

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"

Use mouse5 or other key to toggle that .

Or hold mouse5 :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left
Uhhhh 2 year old post...
CharredPie eredeti hozzászólása:
✪ Tokenizer eredeti hozzászólása:
...
Uhhhh 2 year old post...
But somebody need it. :)
I DUNNO
Haruhi eredeti hozzászólása:
//cl_bhop_pro 1
You can try it :
alias bhop_enable "bind a +moveleft2;bind d +moveright2; bind mouse5 bhop_disable"
alias bhop_disable "bind a +moveleft;bind d +moveright; -moveright2; bind mouse5 bhop_enable"
bind mouse5 bhop_enable

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left"

Use mouse5 or other key to toggle that .

Or hold mouse5 :
alias +bhop "bind a +moveleft2;bind d +moveright2"
alias -bhop "bind a +moveleft;bind d +moveright; -moveright2; -moveleft2"
bind mouse5 +bhop

alias +moveright2 "+moveright; +right"
alias -moveright2 "-moveright; -right"

alias +moveleft2 "+moveleft; +left"
alias -moveleft2 "-moveleft; -left
how do i use it tho? i type it into the console and nothing happens?
A Nugget eredeti hozzászólása:
You can't bind two different commands to the same key.
Yes you can just use a ; to space out the commands for exampel : bind k "sv_cheats 1; noclip"
< >
113/13 megjegyzés mutatása
Laponként: 1530 50

Közzétéve: 2016. okt. 14., 20:00
Hozzászólások: 13