Raised This Month: $12 Target: $400
 3% 

[CSGO] Stripper not removing deagle from some maps


Post New Thread Reply   
 
Thread Tools Display Modes
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 03-24-2017 , 13:34   Re: [CSGO] Stripper not removing deagle from some maps
Reply With Quote #11

if i want to insert another weapon for example awp instead of the filtered weapons how to do that ? or a model liyng on the ground it is possible ?
i've triyed
PHP Code:
modify:
{
    
filter:
    {
        
"classname" "weapon_m4a1"
    
}
    {
        
"classname" "weapon_ak47" 
    
}
    
insert:
    {
        
"classname" "weapon_awp" 
    
}

and nothing works, but the weapons are removed from map
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers

Last edited by CryWolf; 03-24-2017 at 13:42.
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Dr!fter
The Salt Boss
Join Date: Mar 2007
Old 03-24-2017 , 13:56   Re: [CSGO] Stripper not removing deagle from some maps
Reply With Quote #12

Quote:
Originally Posted by Major Erection View Post
Figured out that I can't use stripper_dump on maps in the workshop folder. Moved it to the maps folder and ran the command. Got the part that spawns the deagles for these maps and added them to the .cfg

Everything seems to be working fine now. Case closed
Are you using the latest snapshot? I thought this was fixed.
Dr!fter is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 03-24-2017 , 14:37   Re: [CSGO] Stripper not removing deagle from some maps
Reply With Quote #13

Quote:
Originally Posted by CryWolf View Post
if i want to insert another weapon for example awp instead of the filtered weapons how to do that ? or a model liyng on the ground it is possible ?
i've triyed

and nothing works, but the weapons are removed from map
Filter is the same as remove, so you're removing the entities you've specified, so the insert statement you're using doesn't really make sense. You don't want to remove the specified entities, you want to replace them with what you want.

For example, here is how to replace an ak-47 with an awp:

PHP Code:
modify:
{
    
match:
    {
    
"classname"    "weapon_ak47"
    
}
    
replace:
    {
    
"classname"    "weapon_awp"
    
}

This will match any AK-47, and replace it with an AWP.

That being said, read over the documentation, it's super helpful! http://www.bailopan.net/stripper/
__________________

Last edited by sneaK; 03-24-2017 at 14:40.
sneaK is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 03-24-2017 , 14:57   Re: [CSGO] Stripper not removing deagle from some maps
Reply With Quote #14

it doesn't work my base spawn AK's aren't removed the official version, where to take the update version ? the default dust.cfg by BAIL doesn't work either garbage are not removed , i have removed the semicolons and restarted the server

EDIT: found the snapshot i think 1.2.5 is latest, installed and works now just fine.

Thank you.

EDIT: used the default configs for hostage spawn in T base (de_dust) and hostage spawn instead of gas cans problem is that my hostage is half on the ground and by the gans the same, look
http://i67.tinypic.com/wldd6p.jpg
can you exaplain how to spawn a custom model ?
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers

Last edited by CryWolf; 03-24-2017 at 15:21.
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Major Erection
AlliedModders Donor
Join Date: Dec 2015
Location: Malaysia
Old 03-24-2017 , 17:30   Re: [CSGO] Stripper not removing deagle from some maps
Reply With Quote #15

Quote:
Originally Posted by Dr!fter View Post
Are you using the latest snapshot? I thought this was fixed.
I'm using 125. That's the latest right?
__________________
Major Gaming
Major Erection is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode