# Disable Specific Weapons
Prevents usage of configured weapons by removing them immediately.
## Features
- Configurable weapon list
- Automatically removes disabled weapons
- Prevents weapon usage completely
## Configuration
Edit `config.lua` to add weapons to `Config.DisabledWeapons`:
```lua
Config.DisabledWeapons = {
GetHashKey("WEAPON_PISTOL"),
GetHashKey("WEAPON_ASSAULTRIFLE"),
}
```