Counter-Strike 2

Counter-Strike 2

View Stats:
exo Jul 2, 2020 @ 3:37am
Help! I am constantly moving left, I can't play.
im new to steam so i dont really know what im doing, but i tried to copy something so i can switch between my left and right hands in csgo. I copied this into my console: bind a "+moveleft ; cl_righthand 1";bind d "+moveright ; cl_righthand 0". Now i am constantly moving left and idk how to fix, can somebody please help me fix it, i tried unbinding everything but that didnt work.
< >
Showing 1-8 of 8 comments
asgasdasdf Jul 2, 2020 @ 4:07am 
Remove "+moveleft ;
asgasdasdf Jul 2, 2020 @ 4:09am 
bind l "toggle cl_righthand 0 1"
exo Jul 2, 2020 @ 2:56pm 
thanks so much!! :D
whyamihere0293 Jul 2, 2020 @ 3:02pm 
i think you have sticky keys
•wenix• Jul 2, 2020 @ 3:08pm 
okay but why you bind that? you can crash game by sending too many commands
Last edited by •wenix•; Jul 2, 2020 @ 3:08pm
Klauß 🍔🍻 Jul 2, 2020 @ 3:17pm 
Problem is: If you use more than one command in a bind, a '+' command (keydown) will not trigger it's '-' (keyup) counterpart when releasing the key. How to fix? Use a autoexec.cfg file and use aliases in it.

Like this:
//custom alias we create which triggers move and righthand when key down alias +moveeleft "+moveleft; cl_righthand 1" //custom alias which release move when key up alias -moveeleft "-moveleft" alias +moveeright "+moveright; cl_righthand 0" alias -moveeright "-moveright" //bind a to our custom alias named moveEleft bind a "+moveeleft" bind d "+moveeright"

autoexec.cfg goes to either:
Steam\userdata\<SteamID>\730\local\cfg\
Steam\steamapps\common\Counter-Strike....\csgo\cfg\
and as the name already suggests, this file gets automatically executed/run each time you start CS:GO.
Last edited by Klauß 🍔🍻; Jul 2, 2020 @ 3:22pm
•wenix• Jul 2, 2020 @ 3:47pm 
Originally posted by ABİJJJİM:
31
?
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Jul 2, 2020 @ 3:37am
Posts: 8