View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 01-02-2022 , 11:26   Re: [l4d2] Removing certain items like defibrillators
Reply With Quote #9

probably they are a "weapon_spawn" entity.

https://developer.valvesoftware.com/wiki/Weapon_spawn

You need to change the weapon_sniper_awp option.

PHP Code:
modify:
{
    
match:
    {
        
"classname" "weapon_spawn"
        "weapon_selection" "weapon_sniper_awp"
    
}
    
replace:
    {
        
"weapon_selection" "weapon_sniper_scout"
    
}

__________________
Marttt is offline