View Single Post
blaquicat
Member
Join Date: Aug 2009
Old 11-21-2017 , 12:14   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1653

Hello, im trying to remove tier 2 weapons from maps (l4d2)

Someone can give a hand?

I really dont know the classnames for this, i tried this:
Code:
modify:
{
    match:
    {
    "weapon_selection" "weapon_autoshotgun"
    }
    replace:
    {
    "classname" "weapon_shotgun_chrome_spawn"
    }
}
just for testing, and it dont work, autoshoot still spawn..

help?

edit: i get that from page 100+ somewhere there..

edit2: Ok.
after changing to "weapon_selection" "tier2_shotgun", it works..
Still, i dont know the "names" for the other weapons..

Last edited by blaquicat; 11-21-2017 at 12:32.
blaquicat is offline