Jump to content

Am I stupid orr what?? This is a CS:GO config that is meant to allow the user to use the keystrokes "f,g,x,v" to do 2 different things. One just by pressing the button and the other whilst holding the alt key and the key. What am I doing wrong?

 

alias defA "bind f use flashbang"
alias defB "bind g use smokegrenade"
alias defC "bind x use hegrenade"
alias defD "bind v use molotov; use incgrenade"

alias keyA "bind f keyAA"
alias keyB "bind g keyBB" 
alias keyC "bind x keyCC"
alias keyD "bind v keyDD"

alias keyAA "buy flashbang"
alias keyBB "buy smokegrenade"
alias keyCC "buy hegrenade"
alias keyDD "buy molotov; incgrenade"

alias +keybinder "keyA; keyB; keyC; keyD"
alias -keybinder "defA; defB; defC; defD"

bind alt +keybinder

 

Link to comment
https://linustechtips.com/topic/709737-csgo-config/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×