Raised This Month: $ Target: $400
 0% 

Can I Remove Tanks, Chargers & Hunters?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Deathrow Bo Dean
Senior Member
Join Date: Sep 2010
Old 08-03-2012 , 16:53   Can I Remove Tanks, Chargers & Hunters?
Reply With Quote #1

I'd like to play some stock and custom maps without Tanks, Chargers, Hunters and the large Infected groups. Is there a script to do that? Or can it be done?
Deathrow Bo Dean is offline
mcpan313
Senior Member
Join Date: Mar 2010
Old 08-03-2012 , 19:40   Re: Can I Remove Tanks, Chargers & Hunters?
Reply With Quote #2

PHP Code:
public bool:OnClientConnect(clientString:rejectmsg[], maxlen)
{
    if (
IsFakeClient(client))
    {
        
decl String:name[MAX_NAME_LENGTH];
        
GetClientName(clientnamesizeof(name));
        
        if (
StrEqual(name"Boomer") ||
            
StrEqual(name"Hunter") ||
            
StrEqual(name"Jockey") ||
            
StrEqual(name"Charger") ||
            
StrEqual(name"Spitter") ||
            
StrEqual(name"Smoker") ||
            
StrEqual(name"Tank"))
        {
            return 
false;
        }
    }
    
    return 
true;

Attached Files
File Type: sp Get Plugin or Get Source (no_si.sp - 195 views - 466 Bytes)
__________________
sorry, for my poor english.

Last edited by mcpan313; 08-04-2012 at 02:05.
mcpan313 is offline
Send a message via MSN to mcpan313
Deathrow Bo Dean
Senior Member
Join Date: Sep 2010
Old 08-04-2012 , 00:43   Re: Can I Remove Tanks, Chargers & Hunters?
Reply With Quote #3

Thank's However, I know its a script but as a noob_programer, I don't know how to turn it into a script or how or where to use it. I would be very gratefull if someone could explain to me what setps to take to use it.. Sorry For this post. I did not see the attached smx and ,sp files. I will give the script a try asap.

Last edited by Deathrow Bo Dean; 08-04-2012 at 16:05.
Deathrow Bo Dean is offline
Deathrow Bo Dean
Senior Member
Join Date: Sep 2010
Old 08-04-2012 , 17:08   Re: Can I Remove Tanks, Chargers & Hunters?
Reply With Quote #4

OK I installed the smx and sp. I still have Tanks Chargers and the like. Do i need to configure somthing? I forgot to mention that I'm using l4d2. I'd like to play "survival" and "Campain (coop)" modes.

Last edited by Deathrow Bo Dean; 08-09-2012 at 04:51.
Deathrow Bo Dean 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 19:59.


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