Counter-Strike 1.6 Can’t Pick Up Dropped Weapons: All Fixes
Last updated: May 6, 2026
Not being able to pick up dropped weapons in CS 1.6 is usually caused by mp_weaponstay 1 on the server, a missing Use key bind, or your weapon slot already being full. Each cause has an immediate fix below. If your installation is corrupted, download Counter-Strike 1.6 first.
Server Has mp_weaponstay Enabled
The most common cause. When mp_weaponstay 1 is set on the server, weapons stay on the ground after being picked up – but you cannot take them if you already have a weapon in that slot. This is not a bug, it is an intentional server setting used on some public servers.
Check the current value in console:
mp_weaponstay
If it returns 1 – the server has enabled weapon stay mode. You can only pick up a weapon if your corresponding slot is empty. Drop your current weapon with G first, then walk over the dropped weapon.
If you are the server admin and want to disable this:
mp_weaponstay 0
Add to server.cfg to make it permanent.
Use Key Not Bound Correctly
Weapons in CS 1.6 are picked up automatically by walking over them – no key press needed. However if your client has a broken config that interferes with collision detection, rebinding Use fixes it.
Check and reset the Use bind in console:
bind "e" "+use"
Also verify in Options → Keyboard that the Use action is assigned. If it shows unassigned, reassign it to E or any key.
Weapon Slot Already Full
CS 1.6 has two primary weapon slots:
- Slot 1 – primary weapon (rifle, SMG, shotgun, sniper)
- Slot 2 – pistol
You cannot pick up a weapon if the corresponding slot is already occupied – unless mp_weaponstay 0 is active, in which case picking up a new weapon automatically drops your current one.
To pick up a weapon when your slot is full:
- Press G to drop your current primary weapon.
- Walk over the weapon you want to pick up.
- It will be picked up automatically.
You can also walk over a weapon of the same type to refill ammo – this always works regardless of slot rules.
Server Plugin Restricting Weapon Pickup
Some custom server plugins restrict which weapons can be picked up – for example, knife-only servers, pistol-round servers, or fun mode servers that lock players to specific weapons. On these servers, picking up restricted weapons is blocked intentionally.
Signs this is the cause:
- Cannot pick up weapons only on one specific server
- Server has a custom game mode name (zombie, deathmatch, fun, pistol)
- Other players also cannot pick up certain weapons
There is no client-side fix for server plugin restrictions. Join a standard server if you need normal weapon pickup behavior.
Weapon Pickup Mechanics in CS 1.6
Understanding how pickup works prevents confusion about what is a bug and what is intended:
| Situation | Result |
|---|---|
| Walk over weapon, slot is empty | Picked up automatically |
| Walk over weapon, slot is full, mp_weaponstay 0 | Current weapon dropped, new weapon picked up |
| Walk over weapon, slot is full, mp_weaponstay 1 | Cannot pick up – must drop current weapon first |
| Walk over same weapon type you already have | Ammo refilled, weapon not replaced |
| Walk over grenade when carrying max grenades | Not picked up – grenade slots are limited |
| Walk over C4 as CT | Cannot pick up – C4 is T-only |
| Walk over enemy team weapon | Always possible – weapon pickup is not team-restricted |
Verify Game Files
Corrupted game files can rarely cause weapon pickup to stop working entirely. If none of the above fixes the issue:
Steam
- Library → right-click Counter-Strike 1.6 → Properties.
- Local Files → Verify integrity of game files.
- Relaunch CS 1.6.
Non-Steam
Delete the CS 1.6 folder and download Counter-Strike 1.6 fresh.
Quick Reference
| Problem | Fix |
|---|---|
| Cannot pick up any weapon on server | Check mp_weaponstay – if 1, drop current weapon first then pick up |
| Cannot pick up specific weapons only | Server plugin restricting pickup – join standard server |
| Use key does nothing | bind "e" "+use" in console |
| Primary slot full | Press G to drop current weapon, then walk over new weapon |
| Cannot pick up C4 as CT | Normal – C4 is Terrorist-only |
| Nothing works | Verify game files (Steam) or reinstall (Non-Steam) |
If you are looking for extra content, head over to the Counter-Strike 1.6 section plus you can grab the clean setup for PC.
