How to remove weapons in CS 1.6 (CS1.6)
To remove weapons in CS 1.6 (CS1.6), use the following commands:
1. Hide the weapon on screen
To hide the weapon on screen (for example, to take clean screenshots), use the command:
r_drawviewmodel 0
This command will disable the weapon display in hands. To bring the weapon back on screen, use:
r_drawviewmodel 1
2. Remove the weapon using a console bind
You can also bind a key to hide the weapon while keeping it usable:
bind "key" "r_drawviewmodel 0"
Where "key" is the key you want to assign to hide the weapon.
Example:
bind "F12" "r_drawviewmodel 0"
3. Remove the weapon via server settings
If you want to remove the weapon for all players on the server, server admins can use the following commands in configuration files:
sv_cheats 1
cl_righthand 0
These commands will remove the weapon from the screen and adjust its position to the left or right hand.
Conclusion
Now you know how to remove weapons in CS 1.6. This can be useful for taking screenshots or simply improving the view during gameplay.
