Key bind in CS 1.6
Ran across Counter-Strike 1.6 servers, noticed a problem! This problem lies in the inability to bind a command. If you have the same issue, you’ve come to the right place. Now I will tell you how to do it. For example, you will be able to bind VIP or Amxmodmenu, as well as send a specific message in the chat.Open the console with the "ё" key
1) Bind to send a command in chat
Type in the game console:
Code
bind "V" "say text"
Where "V" is the key that, when pressed, will send the message in chat
"text" is the message text to send in chat.
2) Bind to send a command to the console
Type in the game console:
Code
bind "Z" "command"
Where "Z" is the key that, when pressed, will send the command to the console
"command" is the text of the command to send to the console
🎥 Видеообзор Key bind in CS 1.6
