Counter-Strike 2

Counter-Strike 2

Not enough ratings
CSGO, everything about binds and alliases.
By Mroz and 1 collaborators
    What will you learn here?
  1. Basic binds.
  2. Toggle binds.
  3. Incrementvar binds.
  4. Aliases. (creating your own commands)
  5. Creating aliases that works like leaver.

If I helped you, please leave a like and comment my guide!
   
Award
Favorite
Favorited
Unfavorite
1. Basic binds
So first you have to know something about basic binds.
For Example : bind <key> <function or +function>
+ makes that function will work when key is hold.
2. Toggle binds
Now let's talk about toggle binds.
For Example : bindtoggle <key> <function that can be toggled>
When you click <key> and function is enable it will become disable, and inversely.
3. Incrementvar binds
Incrementvar binds are not so much known as normal binds, but they are usefull.
For Example : bind <key> "incrementvar <function> <min. value> <max. value> <how much add per click>"; bind <key2> "incrementvar <function> <min. value> <max. value> <how much "delete" per click>"
If you click <key> the value will get higher, and if you click <key2> the value will get lower
4. Aliases
Aliases are pretty simple. Alias = creating a command.
For Example : alias <+name> <+functions>;alias <-name> "-functions"; bind <key> <+name>
And if you hold key, you will do functions in the same moment. If you relase the space you will stop jumping and ducking.
5. Toggle Aliases
5. Aliases that works like lever , are something like toggle binds, but you can do 2 different things.
For Example : alias <name> <name1>; alias <name1> <functions1; alias <name> <name2>; alias <name2> <functions2; alias <name> <name1> bind <key> <name>
When you click key the funtions1 will works, and when you press it another one time, funtions2 will works.
5 Comments
danuchi 30 Apr, 2017 @ 3:11am 
thx
Mroz  [author] 29 Apr, 2017 @ 7:54am 
unbind "key"
danuchi 29 Apr, 2017 @ 7:40am 
how delete bind?
Mroz  [author] 22 Feb, 2017 @ 3:56am 
bind "L" "toggle gameinstructor_enable"
Nonna 21 Feb, 2017 @ 10:41pm 
How would i be able to bind the game instructor to L