Weapon Manager
Posted: Tue Nov 23, 2021 3:02 pm
Weapon Manager
With this pugin, you can set spawn weapons to players. Also you can set to players if they would have armor/helmet or knife.
• Ideally plugin for AIM/AWP servers
Features
- Primary weapon
- Secondary weapon
- Enable/disable armor/helmet
- Enable/disable knife
Configuration
sourcemod/configs/WeaponManager.cfg
With this pugin, you can set spawn weapons to players. Also you can set to players if they would have armor/helmet or knife.
• Ideally plugin for AIM/AWP servers
Features
- Primary weapon
- Secondary weapon
- Enable/disable armor/helmet
- Enable/disable knife
Configuration
sourcemod/configs/WeaponManager.cfg
.zip"WManager"
{
"Weapon Manager Settings"
{
"Primary weapon" "weapon_awp" // blank = nothing
"Secondary weapon" "" // blank = nothing
"Armor" "1" // 0 = Disable | 1 = Enabled
"Helmet" "1" // 0 = Disable | 1 = Enabled
"Knife" "1" // 0 = Disable | 1 = Enabled
}
}