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

[L4D2]Crow's Annoying Item Remover 1.0 Released!


Post New Thread Reply   
 
Thread Tools Display Modes
satannuts
Member
Join Date: Jan 2010
Old 02-01-2010 , 20:12   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #91

Quote:
Originally Posted by caio.cost View Post
Ive tried this version above with success changing the cvars in server.cfg but the plugin does not work, I just want to remove the meds besides the ones of the safe
same here. First I tried the one a few posts up, but its missing script to auto-generate the cfg. So I put the cvars in my server.cfg... didn't work.

Next, I tried the one posted in the OP - it generated a cfg, I made my changes and reloaded plugin - even tried restarting server.

All I'm trying to do is remove only defibs on my 8-player coop server.
Hope this can get an update that works.
satannuts is offline
thejuice027
Senior Member
Join Date: Dec 2009
Old 02-03-2010 , 11:12   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #92

Quote:
Originally Posted by jackpf View Post
I found a way to fix (kind of) the random med kit spawns:
PHP Code:
HookEvent("heal_begin"Medkit_Patch);
 
public 
Action:Medkit_Patch(Handle:event, const String:name[], bool:dontBroadcast)
{
    new 
client GetClientOfUserId(GetEventInt(event"userid"));
    new 
bugged_health_kit GetPlayerWeaponSlot(client3);
    new 
string:EdictName[128];
 
    if(
IsValidEntity(bugged_health_kit))
    {
        
GetEdictClassname(bugged_health_kitEdictNamesizeof(EdictName));
 
        if(
StrContains(EdictName"weapon_first_aid_kit"false) != -1)
        {
            
RemovePlayerItem(clientbugged_health_kit);
            
GivePlayerItem(client"weapon_pain_pills");
        }
    }

It removes the kit when someone tries to use it, and gives them pills instead. It's a bit of a hack...but it works. Just incase anyone was interested
How do I make this work?
__________________
Steam_id: thejuice027
thejuice027 is offline
fpsbrian
Senior Member
Join Date: Feb 2008
Old 02-04-2010 , 17:28   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #93

Newest version seems to be working for me setting it to remove all medkits in the maps, not at the spawn area!
__________________
fpsbrian is offline
Mems
Member
Join Date: May 2009
Old 04-25-2010 , 14:44   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #94

Quote:
Originally Posted by HarbingTarbl View Post
[I][B]Update! 1.0 released!
( 08 ) 12:12PM: Just heard from someone that there is a bug where only one team gets saferoom medkits while the other gets pills. If you encounter this post in the thread.
( 08 ) 5:07PM: Fixed the saferoom medpack bug, working on fixing the few extra medkits that pop up.
Untrue. Just happened to me in a versus game.
Mems is offline
amigaoasis
Junior Member
Join Date: Nov 2004
Location: UK
Old 04-28-2010 , 17:14   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #95

Tried the new version but it doesnt seem to work. Playing vs hard rain the other team found 3 health kits in the first 2 levels :/

Switching back to the old version it seems to happen far less frequent however it doesnt work with the parish, I have health kits enabled at spawn and it works on all maps except that one

With the new version where does the config go? I assumed it would use the same config I had with the original or is that not the case?
__________________
AmigaOasis
Head Admin
www.uk-tf.co.uk


amigaoasis is offline
Send a message via Yahoo to amigaoasis
fpsbrian
Senior Member
Join Date: Feb 2008
Old 09-07-2010 , 16:27   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #96

Is this going to be updated soon, I'm still having issues with the passing and medkits?
__________________
fpsbrian is offline
GanjaStar
Senior Member
Join Date: Jun 2009
Old 09-08-2010 , 03:59   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #97

lul what, this mod is outdated and pretty much obsolete. use srs mod.
GanjaStar is offline
fpsbrian
Senior Member
Join Date: Feb 2008
Old 10-19-2010 , 16:24   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #98

I'm sorry, but I like this mod better... I'm not looking for all that, just medkit and pills ect, this plugin does not seem to be working anymore :\
__________________
fpsbrian is offline
GanjaStar
Senior Member
Join Date: Jun 2009
Old 10-19-2010 , 17:27   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #99

Quote:
Originally Posted by fpsbrian View Post
I'm sorry, but I like this mod better... I'm not looking for all that, just medkit and pills ect, this plugin does not seem to be working anymore :\
hey i told you what works, the rest is your choice.
GanjaStar is offline
TheSuggestioner
Member
Join Date: Aug 2011
Location: USA, Connecticut
Old 08-10-2011 , 14:02   Re: [L4D2]Crow's Annoying Item Remover 1.0 Released!
Reply With Quote #100

Can you add the option to remove normal pistols or calibers? Thanks.
Overall, very useful for removing melee and defibrillators.
__________________
Roses are Red
Violets are blue,
Not a big surprise
If a Tank kills you!

Last edited by TheSuggestioner; 08-10-2011 at 14:05.
TheSuggestioner is offline
Reply



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 00:06.


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