How to bind commands in KSS v34. Command for binding buttons

List of main binds in CS:Source:

Binda registration format:

bind "key" "command"

Let's start with the binds that prescribe the purchase of weapons:

Pistols:
buy glock (9x19mm Sidearm)
buy usp (KM .45 Tactical)
buy p228 (228 Compact)
buy deagle (Night Hawk .50C)
buy elite (.40 Dual Elites) buy fiveseven (ES Five-Seven)

Submachine guns:
buy mac10 (Ingram MAC-10)
buy tmp (Schmidt Machine Pistol)
buy mp5navy (KM Sub-Machine Gun)
buy ump45 (KM UMP45)
buy p90 (ES C90)

Slot machines:
buy galil (IDF Defender)
buy ak47 (CV-47)
buy sg550 (Krieg 550 Commando)
buy famas (Clarion 5.56)
buy m4a1 (Maverick M4A1 Carbine)
buy aug (Bullpup)
buy scout (Schmidt Scout)
buy sg552 (Krieg 552)
buy awp (Magnum Sniper Rifle)
buy g3sg1 (D3/AU1)

Machine gun:
buy m249 (M249)

Equipment:
buy primammo (Primary Ammo)
buy secammo (Secondary Ammo)
buy vest (Kevlar)
buy vesthelm (Kevlar+Helmet)
buy flashbang (Flashbang)
buy hegrenade (HE Grenade)
buy smokegrenade (Smoke Grenade)
buy nvgs (Nightvision)
buy defuser (Defusal Kit)

This is what all the weapons in the game are like. To bind them, just use this format:

bind "buy weapon"

So, for example, to buy an AK47, you need to enter this in the console:

Some people would like to add several other binds with one key - such as buying an AK and ammo, plus a vest and helmet, with the same key. In this case, simply separate the different commands using a (comma separated) example:

bind "buy AK47; buy primammo; buy vesthelm"

You can add as many commands as you like, just remember to use ";" to separate them and don't forget (").

Keyboard binding:

These keys are not used by default in Counter-Strike, and (if you use WSAD for movement) are allowed to be associated with other commands. They're all located on the number pad, on the right side of the standard keyboard.

KP_INS (the 0 key)
KP_DEL (the decimal point)
KP_ENTER (the Enter key)
KP_PLUS (the Plus key)
KP_END (the 1 key)
KP_DOWNARROW (the 2 key)
KP_PGDN (the 3 key)
KP_LEFTARROW (the 4 key)
KP_5 (the 5 key)
KP_RIGHTARROW (the 6 key)
KP_HOME (the 7 key)
KP_UPARROW (the 8 key)
KP_PGUP (the 9 key)
KP_SLASH (the / key on the numpad)
* (the * key on the numpad)
KP_MINUS (the - key on the numpad)

bind "KP_INS" "buy ak47; buy m4a1; buy primammo" (Buy an AK or M4 with full ammo, depending on the command selection, by pressing the 0 key on the keyboard)

bind "KP_DEL" "buy deagle; buy secammo" (Buy Desert Eagle (regardless of command choice) when a key is pressed on the keyboard)

bind "KP_LEFTARROW" "buy flashbang" (Buy one Flashbang by pressing 4 on the numeric keypad)

bind "KP_5" "buy hegrenade" (Buys a grenade when the 5 key on the numeric keypad is pressed)

bind "KP_RIGHTARROW" "buy smokegrenade" (Buys 1 smokegrenade when pressing 6)

bind "F3" "buy M4A1; buy AK47; buy primammo; buy flashbang; buy hegrenade; buy defuser" (Buys a full Assault kit (rifle, main weapon + ammo, 1xflash and 1 fragment - and Defuser kit) when pressing F3)

These binds can be added and modified to suit your needs - but KP keys are not used by default and, as a result, can be used without fear of overwriting an existing bind.

How to bind chat in cs go? This can be done using the console command.

Before you learn how to set up advanced binds, you need to understand how they are created in general. First, you will need to open the console. This is done by pressing the ~ key (or tilde, Ё), which is located directly to the left of the 1 key.

The console opens at the very top of the screen. By opening it by pressing the ~ key, you can not only create binds, but also carry out many other manipulations with the game. When you open the console, it often contains unnecessary text - you can remove it by entering the “clear” command in the text field.

Before you create your first bind, you will have to learn a few basic console commands. They will be useful to you not only when writing binds, but also in further work with the console.

Now that you've discovered the magical world of console commands, it's time to start writing your first .

Creating a simple bind

If you have never tried to write binds before, then you should start with the simplest bind for quickly sending a message to a chat. This will be useful for communicating with your team if you are playing without a microphone. For example, you can bind the phrase "Rush B" to the t key. Such quick commands can be useful in many game situations. So, let's start creating them.

To bind a message, you first need to open the console in CS:GO by pressing the ~ key. Once you have done this, enter the following in the text field that opens:

bind "t" "say_team Let's get together!"

By entering this line of code into the console and pressing Enter, you will attach the text message “Get ready!” to the t key. Now you can communicate with your team on the go, without being distracted by the gameplay.

How to bind a message to everyone in the CS GO chat?

If you want the message to be seen by all players, and not just members of your team, then enter the following in the console:

bind "t" "say We're on B!"

However, such a bind will be somewhat counterproductive, since the message will be seen by your enemies, who will not fail to immediately crowd at point B. It is more logical to tie some humorous phrases in this way that will not give the enemy an advantage.

In addition, it is important not to bind commands to keys that are already used to perform some action. For example, by binding a bind to the W key, you will no longer be able to move forward, and so on. If you want to get rid of an unnecessary bind, then enter the following in the console:

Of course, the t key can be replaced with any available button on your keyboard.

Read also:

If you accidentally bind a bind to a key that is already occupied, then most likely you will have to return the key to its original assignment manually. But what if you don’t know what command this or that button was previously responsible for?

In such situations, it is very useful to know the find console command. Essentially, it is like Google inside the CS:GO console. For example, typing find bomb will find all commands that contain the word bomb. Everything here is extremely simple.

Typically, the text chat in CS:GO is full of various kinds of messages, ranging from friendly banter and thanks for a good game to direct insults, spam and thoughtful remarks like “easy”.

And if you, too, are not averse to participating in this verbal bacchanalia, then linking several basic phrases to certain keys will make your life much easier.

Try to bind useful phrases

Of course, you can link whatever your heart desires in this way, but it will still be better for the team if you can quickly share important tactical information. For example, something like “The enemy is approaching A.” The command to bind this phrase to a key looks something like this:

bind F4 "say_team Enemy is approaching A"

F4 can be replaced with any button convenient for you. It will also be convenient to inform your teammates as quickly as possible that you are leaving the computer. To do this, you will need to enter bind F2 “say_team AFK” into the console. You can come up with as many commands as there are free keys on your keyboard. Just make sure they don't go to the general chat!

An example of a bind for a message in a general chat

It is better not to abuse these binds, otherwise you will be ignored faster than you can say “Counter-terrorists win”. And no examples of messages that would carry some useful information come to mind. Most likely, it would be appropriate to say something like “GG” or “Go Re” in general chat.

As you already understood from the previous examples, to create a message bind to the general chat, it will be enough to enter bind F3 “say GG” in the console (or any message text after the word “say” to your liking). As always, you are free to replace F3 with any unassigned key.

In general, binds in CS:GO can be not only useful, but also fun. The main thing here is to know when to stop.


Due to the growing number of players in Counter Strike, more and more new questions arise about this game. Beginners ask a huge number of different questions and one of them is the question of how to bind a button in KSS. The keybind is used to quickly write commands. For example, when you press the key V You can open the administrator menu or quickly purchase this or that weapon. In this article we will tell you how to make a bind in KSS, and also posted a list of useful binds for you.

When you learn how to bind buttons in KSS, you will greatly simplify the game for yourself, and also make it as convenient as possible. By assigning a bind to the keys, you can open the bank, various menus, quickly buy weapons, set mines, write various phrases in the chat and much more, and all this by pressing just one key. However, you can only bind one command to one key. So let's get started.

In order to bind the button to KSS, open the console (Ё or ~) and enter the following type of command:

Bind "button" "command"
For example, you can write the command: bind "p" "say !bank"- in this case, when you press the key P Your server bank will open. At the same time, the team "say !bank" sends a message to chat !bank. The same team say sends a specified message to the chat, so after this command you can enter your message into the chat, be it the server menu, VIP menu, and so on.
We think that you understand the general principle of binding buttons in KSS, so now we want to provide you with a list of the most common binds for KSS.

How to bind a medic in the KSS

Bind a medic to the CSS easy enough. To do this, open the console and bind with the command "say !medic". This command sends a message to the chat !medic, with the help of which we will call that very doctor. At the same time, we will call it with just one keystroke, and not by opening a chat and entering a command. Bind makes the game a lot easier and simpler, doesn't it?

An example of a medic bind: bind "p" "say !medic"

How to bind the purchase of weapons in KSS

What could be better than quickly purchasing a weapon with just one click? A bind to buy weapons in the KSS will not only reduce a lot of time for buying equipment, but will also significantly simplify your game. Without further ado, we want to provide you with a list of binds for purchasing weapons at KSS.
  • bind "F1" "autobuy" - automatic purchase (M4A1 or AK-47, armor, cartridges and tongs).
  • bind "F2" "buy hegrenade; buy flashbang; buy flashbang; buy sgrenade"- purchase of all grenades.
  • bind "F3" "buy awp; buy deagle"- a bind to buy AWP and Deagle.
  • bind "F4" "buy m4a1; buy vesthelm; buy defuser; buy hegrenade; buy flashbang; buy flashbang; buy deagle"- special forces weapons package (M4A1, helmet and body armor, fragmentation grenade, blind grenades and Deagle).
  • bind "F5" "buy ak47; buy vesthelm; buy hegrenade; buy flashbang; buy flashbang; buy deagle"- weapons package for terrorists (AK-47, helmet and body armor, fragmentation grenade, blind grenades and Deagle).
You can bind the purchase of weapons in KSS at your own discretion. To do this, you need to bind according to the following template:

Bind "key" "buy weapon name; buy weapon name"
We have placed a list with the names of weapons just below. Each new weapon must be separated by a semicolon, as shown in the examples just above.

Pistols:
glock - "Glock18"
usp - "H&K USP .45 Tactical"
p228 - "SIG P228"
deagle - "Desert Eagle"
fn57 - "FN Five-Seven" -
elites - "Dual Beretta 96G Elite"

Shotguns:
m3 - "Benelli M3 Super90"
xm1014 - "Benelli XM1014"

Automatic pistols:
tmp - "Steyr Tactical Machine Pistol"
mac10 - "Ingram MAC-10"
mp5 - "H&K MP5-Navy"
ump45 "H&K UMP45"
p90 - "FN P90"

Assault rifles:
galil - "Galil"
famas - "Famas"
ak47 - "AK-47"
m4a1 - "Colt M4A1 Carbine"
sg552 - "SIG SG-552 Commando"
aug - "Steyr Aug"

Sniper rifles:
scout - "Steyr Scout"
sg550 - "SIG SG-550 Sniper"
awp - "AI Arctic Warfare/Magnum"
g3sg1 - "H&K G3/SG-1 Sniper Rifle"

Machine guns:
m249 - "FN M249 Para"

Equipment:
vest - "Kevlar Vest" (Body armor)
vesthelm - "Kevlar Vest & Helmet" (Body armor + helmet)
flashbang - "Flashbang" (Blinding Grenade)
hegrenade - "HE Grenade" (Frag Grenade)
sgrenade - "Smoke Grenade"
defuser - "Defuse Kit" (CT forceps only)
nvgs - "NightVision Goggles"

How to bind the admin panel in KSS

Administrator bind in KSS This is a very useful thing, because by pressing just one button you can instantly get to the admin menu. The commands for opening the admin menu on all servers are different, but just below we have written for you a basic command for binding the admin menu in KSS, which should work on all servers if you have administrative rights.

Bind "F10" "sm_admin"
When you press a key F10 The admin menu will open. You can specify your own key and command to open the admin menu.

How to unbind a button in KSS

If you want to remove a bind from a button and put a new one, to do this you need to use the command unbind, For example: unbind c. After entering this command you will remove the bind from the key C. We think the point is clear.

Friends, we hope that our article was useful for you and we described in detail for you how how to bind a button in KSS v34. These methods are suitable not only for CSS v34, but also for all other versions. By the way, the button binding in KS 1.6 is completely similar to KSS, with the exception of the bind for purchasing weapons. If you still have any questions or were unable to bind the button, write in the comments under this article, we will be happy to help you. Have a good game!

To bind a button in cs go, you need the bind command. Practical example:

bind x "noclip" – means to bind the noclip to the x key.

.

I think everything is clear here.

How to remove bind in cs go


To unbind (delete), use the unbind command. Example:

unbind x – unbind the x key.

Useful binds in cs go


Here are the most popular binds:

Table 1. Frequently used binds in cs go

How to bind a button in cs go to issue weapons


Look, we have three situations:

  • We want to give ourselves weapons on the server
  • We want to buy weapons
  • We want to choose a weapon

Each action has its own command + you need to know the names of the weapons. Next in the table I will show you everything clearly.

Table 2. Weapon bindings in cs go

Weapon nameGive out weaponsBuy weaponsSelect weapon
AK-47 (Kalash)bind x "give weapon_ak47"bind x "buy ak47"bind x "use weapon_ak47"
AWPbind x "give weapon_awp"bind x "buy awp"bind x "use weapon_awp"
Scout (fly)bind x "give weapon_ssg08"bind x "buy ssg08"bind x "use weapon_ssg08"
Emka with silencer (M4A1-S)bind x "give weapon_m4a1_silencer"bind x "buy m4a1_silencer"bind x "use weapon_m4a1_silencer"
Emka without silencer (M4A4)bind x "give weapon_m4a1"bind x "buy m4a1"bind x "use weapon_m4a1"
Negev machine gunbind x "give weapon_negev"bind x "buy negev"bind x "use weapon_negev"
M249 machine gunbind x "give weapon_m249"bind x "buy m249"bind x "use weapon_m249"
Rapid fire SCAR-20bind x "give weapon_scar20"bind x "buy scar20"bind x "use weapon_scar20"
Rapid fire G3SG1bind x "give weapon_g3sg1"bind x "buy g3sg1"bind x "use weapon_g3sg1"
UMP-45bind x "give weapon_ump45"bind x "buy ump45"bind x "use weapon_ump45"
P90bind x "give weapon_p90"bind x "buy p90"bind x "use weapon_p90"
MAC-10bind x "give weapon_mac10"bind x "buy mac10"bind x "use weapon_mac10"
AUGbind x "give weapon_aug"bind x "buy aug"bind x "use weapon_aug"
SG 553bind x "give weapon_sg556"bind x "buy sg556"bind x "use weapon_sg556"
FAMASbind x "give weapon_famas"bind x "buy famas"bind x "use weapon_famas"
Galil ARbind x "give weapon_galilar"bind x "buy galilar"bind x "use weapon_galilar"
Buffalobind x "give weapon_bizon"bind x "buy bizon"bind x "use weapon_bizon"
AK-47bind x "give weapon_ak47"bind x "buy ak47"bind x "use weapon_ak47"
Shotgun Novabind x "give weapon_nova"bind x "buy nova"bind x "use weapon_nova"
Shotgun Sawed-Offbind x "give weapon_sawedoff"bind x "buy sawedoff"bind x "use weapon_sawedoff"
Shotgun MAG-7bind x "give weapon_mag7"bind x "buy mag7"bind x "use weapon_mag7"
MP9 submachine gunbind x "give weapon_mp9"bind x "buy mp9"bind x "use weapon_mp9"
MP7 submachine gunbind x "give weapon_mp7"bind x "buy mp7"bind x "use weapon_mp7"

Table 3. Binds for pistols in cs go

Gun nameIssue a pistolBuy a gunSelect gun
Tec-9 pistolbind x "give weapon_tec9"bind x "buy tec9"bind x "use weapon_tec9"
Pistol Five-SeveNbind x "give weapon_fiveseven"bind x "buy fiveseven"bind x "use weapon_fiveseven"
CZ75-Autobind x "give weapon_cz75a"bind x "buy cz75a"bind x "use weapon_cz75a"
Glock (Glock-18)bind x "give weapon_glock"bind x "buy glock"bind x "use weapon_glock"
Dual Berettasbind x "give weapon_elite"bind x "buy elite"bind x "use weapon_elite"
Revolver R8bind x "give weapon_revolver"bind x "buy revolver"bind x "use weapon_revolver"
P2000bind x "give weapon_hkp2000"bind x "buy hkp2000"bind x "use weapon_hkp2000"
P250bind x "give weapon_p250"bind x "buy p250"bind x "use weapon_p250"
USP-Sbind x "give weapon_usp_silencer"bind x "buy usp_silencer"bind x "use weapon_usp_silencer"
Desert Eaglebind x "give weapon_deagle"bind x "buy deagle"bind x "use weapon_deagle"

Table 4. Bins for grenades in cs go:

Table 5. Other:

NameIssueBuyChoose
Diffusionbind x "give weapon_defuser"bind x "buy defuser"bind x "use weapon_defuser"
Bomb c4bind x "give weapon_c4"bind x "buy c4"bind x "use weapon_c4"
Zeusbind x "give weapon_taser"bind x "buy taser"bind x "use weapon_taser"
Armor and helmetbind x "give weapon_vesthelm"bind x "buy vesthelm"bind x "use weapon_vesthelm"

Binding buttons via config


To avoid having to register new binds every time you log into cs go, it’s useful to immediately add them to the config. Read about how to find it. When you find it, open it and write all the commands you need (just as you would write in the console). Click save.

How to bind a 180 degree turn

In order to create a reversal, we need the following command:

bind x +right – bind itself (turn right);

How to bind on numpad


In order to assign numpad buttons on the keyboard, you need to know their names. They are convenient to use for quick purchases before starting to play on the map. I’ll give an example of such a bind so you don’t get confused, and below are the notations themselves:

bind kp_letfarrow "buy defuser"

Table 6. Designations of buttons on numpad

Buttonconsole command
0 kp_ins
1 kp_end
2 kp_downarrow
3 kp_pgdn
4 kp_leftarrow
5 kp_5
6 kp_rightarrow
7 kp_home
8 kp_uparrow
9 kp_pgup
/ kp_slash
* kp_multiply
- kp_minus
+ kp_plus
. kp_del

How to bind mouse buttons


It's the 21st century, so many of you have gaming mice. Naturally, there are side buttons that would be useful for bindings. Well, you already know how to do it. It remains to introduce you to the necessary phrases:

Table 7. How to put binds on the side mouse buttons

Bind to change hands in cs go


To quickly change your right hand to your left or vice versa, you need to use this command:

bind "c" "toggle cl_righthand"

Useful binds


The first is grenade binds. Thanks to them, you can switch much faster to the grenade that you need. This saves time and therefore gives an advantage. Examples:

bind "mouse5" use weapon_knife; use weapon_flashbang - flash drive bind "x" use weapon_smokegrenade - smoke bind "c" use weapon_molotov; use weapon_incgrenade - molotov bind "v" use weapon_hegrenade - fragmentation

The second is a bomb drop.

bind "z" "use weapon_c4; drop;"

Third, turn on the display of what teammates bought. It shows what weapons and what grenades your allies have purchased.

bind "mouse3" "+cl_show_team_equipment"

(this applies to both beginners and professionals) you have probably noticed various strange phrases in the chat more than once. For example, we can cite the most popular of them - !bank,!medic,guns. The given words appear in the console quite often, and the players themselves are not distracted by writing such phrases. If you have long been tired of constantly typing the given words in the chat, then you need to create binds. If you are a professional Counter Strike Source player, then you probably won’t have any difficulties with this question. But it’s difficult for beginners to figure out how to bind in “KSS Medic”, and so today we’ll talk about this topic.

Button

In fact, everything is not so difficult, the most important thing is to know how it is done, and in the future you will be able to add different phrases at your discretion. So, let's start the conversation with the one in KSS. The first thing you need to do is run the game Counter Strike Source on your computer, and also focus on the instructions.

Bind

In order to write a new bind to the CSS config, you need to open the console. After this, you can begin to solve the problem of how to bind to the “KSS Medic”. It’s definitely worth remembering that at the very beginning you should write down the bind itself, then click the send button. You can assign “Bind” to an arbitrary English letter, say directly serves as the main console command, and the most interesting thing is that this combination is not displayed in the chat. In turn, !bank is a word with which you can open a bank on the server panel. If you figure out how to bind in “KSS Medic” and make all the settings correctly in the console, you will be able to make the game much easier as a result. If you are a beginner, you can still figure out the necessary steps, as there is nothing complicated.

Diversity

We remind you that, if you wish, you can use any commands on the game server to open some tabs almost automatically. For example, you can set the console to turn on music. If you make this adjustment, then the game will be much more enjoyable. Now you have probably figured out the question of how to bind to “KSS Medic”. As for the new features of the Medic add-on, this plugin allows you to heal a character for money. To use this function, enter the text!doctor into the chat. You can also write in the text field: bind "u" "say !medic". After this, when you press the U key, the required command will automatically appear in the chat.