Bind Commands
The command for the most popular variation of this bind is below. When you press 4, the nade lineup crosshair will be activated - to change this key, press the "Change Key" button. Pressing 1, 2, or 3, will revert to your normal crosshair size. You will need to change cl_crosshairsize 3 to your own crosshair size. Copy and paste this command into your console to apply bind.
How it Works
The above "command" is actually made up of four different commands.
The first command, "bind 1 "slot1 ; cl_crosshairsize 3";" binds the 1 key to two commands: the "cl_crosshairsize 3" command which will set your crosshair size back to 3, so that your crosshair will return to normal (change 3 to whatever your usual crosshair size is). Also, because we don't want to override the default setting for the 1 key (switching to your primary weapon), this command also binds 1 to "slot1", which will switch to your primary weapon when 1 is pressed.
The next two commands: "bind 2 "slot2 ; cl_crosshairsize 3";" and "bind 3 "slot3 ; cl_crosshairsize 3";" serve a similar function to the first. They will make your crosshair return to normal when you switch to your secondary weapon or knife.
The final part of this bind, "bind 4 "slot8 ; cl_crosshairsize 1000"", firstly binds the 4 key to slot8 (nade slot) and secondly binds the "cl_crosshairsize 1000" command to the 4 key, which makes your crosshair big so that you can use it to line up smokes and nades.
Other Bind Variations
Find different variations of this bind below.
Revert to Normal (No Crosshair Switch)
CS2 & CS:GO CompatibleIf you've applied this bind and want to undo it, running the below command will revert your keys back to normal (i.e. your crosshair will no longer change when you take out nades). Note that if you didn't adjust the `cl_crosshairsize 3` value in the original bind, you'll need to change your crosshair back to how it was manually (our [crosshair generator](/crosshair-generator) might help with that).
bind 1 "slot1"; bind 2 "slot2"; bind 3 "slot3"; bind 4 "slot8"Toggle Lineup Crosshair Bind
CS2 & CS:GO CompatibleThis command will toggle the nade crosshair on and off when you press the L key on your keyboard. Change "L" to your desired key. As with the other bind, you need to <strong>change cl_crosshairsize 3 to your own crosshair size</strong>. Copy and paste this into your console or autoexec to apply the bind.
bind l "toggle cl_crosshairsize 3 1000"