View Single Post
diceboy
Member
Join Date: Jun 2012
Old 03-03-2018 , 10:40   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1668

Quote:
Originally Posted by KoMiKoZa View Post
Can anyone please provide the valid classnames for CSS weapons spawns?

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.
https://developer.valvesoftware.com/..._CS:S_entities
diceboy is offline