How to remove the crosshair in CS 1.6 (CS1.6)
To remove the crosshair in CS 1.6 (CS1.6), you can use several methods via console commands.
Here’s how to do it:
1. Disabling the crosshair via console
To completely remove the standard crosshair, use the command:
crosshair 0
This command will make the crosshair invisible. To bring it back, use:
crosshair 1
2. Reducing or changing the crosshair size
If you want to make the crosshair less noticeable or change its appearance, you can adjust its size:
-
Reduce crosshair size:
cl_crosshairsize 1This will make the crosshair smaller and less noticeable while keeping it visible.
-
Change crosshair color: to make the crosshair less visible on certain maps, you can change its color. For example:
cl_crosshaircolor 5Here, 5 is a color value that you can adjust to your preference.
3. Disabling the crosshair for sniper rifles
If you only want to remove the crosshair for the sniper rifle, use the command:
sniper_crosshair 0
This will hide the crosshair only when using a sniper rifle. To restore it, use:
sniper_crosshair 1
4. Using third-party configs
If you want more advanced crosshair customization (for example, hiding it only in specific situations), you can use third-party configs such as AMX Mod X or other mods that allow customizing the crosshair for specific needs.
Conclusion
To remove the crosshair in CS 1.6, use the command crosshair 0. This will completely hide the crosshair. To adjust its size or color, use commands like cl_crosshairsize or cl_crosshaircolor.
