Bind Commands
The commands to use to activate our moan bind alternative can be found below. Once activated, there are the keys you can use: M (radio1), N (radio2) and B (radio3).
bind
m
"radio1";
bind
n
"radio2";
bind
b
"radio3";
How it Works
This is one of the more simple binds. The first command, ‘bind “z” “radio1”’, binds the ‘z’ key to the ‘radio1’ command. This means whenever the ‘z’ key is pressed, the ‘radio1’ menu will appear. The following two commands are very similar, however have ‘radio1’ switch out with either ‘radio2’ or ‘radio3’. This will bring up each of their respective voice command menus when the ‘z’ key is pressed.
Other Bind Variations
Find different variations of this bind below.
X Key Only
CS2 & CS:GO CompatibleThis command will bind the ‘radio2’ command to the ‘x’ key.
This command will bind the ‘radio2’ command to the ‘x’ key.C Key Only
CS2 & CS:GO CompatibleThis command will bind the ‘radio3’ command to the ‘c’ key.
bind c "radio3"