Counter Strike Config Crosshair
//// Config Crosshair \\\\
This first section sets the defaults for the crosshair; change this if you want.
cl_crosshairalpha 200
cl_crosshaircolor 3
cl_crosshairscale 3000
//Increments the crosshair scale by 1000 points. Think of it this way; X = scale; 1000 < X < 5000
bind DOWNARROW "incrementvar cl_crosshairscale 1000 5000 -1000"
bind UPARROW "incrementvar cl_crosshairscale 1000 5000 1000"
//Increments the color by 1.
bind RIGHTARROW "incrementvar cl_crosshaircolor 0 4 1"
bind LEFTARROW "incrementvar cl_crosshaircolor 0 4 -1"
//Changes alpha of crosshair
255 = completely solid; 0 = completely transparent
bind PGDN "incrementvar cl_crosshairalpha 105 255 -50"
bind PGUP "incrementvar cl_crosshairalpha 105 255 50"
HOW TO INSTALL :
- Create a new CFG file named crosshair.cfg in the CFG folder in your CS:S folder (usually C:\Program Files\Steam\steamapps\USERNAME\counter-strike source\cstrike\CFG)
- Paste the code below into crosshair.cfg.
- Type exec crosshair.cfg into autoexec.cfg (if you don’t have an autoexec.cfg then simply make a new cfg file with that title)
- Save the files and you are good to go.






