View Single Post
KoMiKoZa
Senior Member
Join Date: Dec 2017
Location: Thy old times.
Old 03-03-2018 , 09:45   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1669

Can anyone please provide the valid classnames for CSS weapons spawns in Left4Dead2?

I've tried it like this:

PHP Code:
modify:
{
    
match:
    {
    
"classname" "weapon_rifle_desert_spawn"
    
}
    
replace:
    {
    
"classname" "weapon_smg_mp5_spawn"
    
}

But it doesn't work (the spawn dissapears completely). I'd require all of them.

[UPD]

So all of them are:
PHP Code:
weapon_rifle_sg552
weapon_smg_mp5
weapon_sniper_awp
weapon_sniper_scout
_spawn is added 
for spawns accordingly 
Still not sure why Stripper doesn't replace them then.

Last edited by KoMiKoZa; 03-03-2018 at 17:30.
KoMiKoZa is offline