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

Help / Support How to change INFECTION BOMB Limit?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
datka888
Member
Join Date: Oct 2011
Old 11-10-2011 , 15:53   How to change INFECTION BOMB Limit?
Reply With Quote #1

Hello everyone,I have zombie_plague_advance on my server, How to change INFECTION BOMB Limit?
datka888 is offline
Send a message via Skype™ to datka888
poliisi299
Senior Member
Join Date: May 2011
Old 11-10-2011 , 16:06   Re: How to change INFECTION BOMB Limit?
Reply With Quote #2

Very easy... "zp_extra_infbomb_limit "limit"
poliisi299 is offline
silver-
Senior Member
Join Date: Jul 2006
Old 11-10-2011 , 21:44   Re: How to change INFECTION BOMB Limit?
Reply With Quote #3

zombieplague.cfg and -->

Quote:
Originally Posted by poliisi299 View Post
Very easy... "zp_extra_infbomb_limit "limit"
__________________


Need active admins for our zombie server. Just PM.

Last edited by silver-; 11-10-2011 at 21:45.
silver- is offline
sunx
Veteran Member
Join Date: Mar 2009
Location: Germany
Old 11-11-2011 , 11:39   Re: How to change INFECTION BOMB Limit?
Reply With Quote #4

Also you can add another cool thing - if you want to disable Infection Nade if there are only ~4-5 Players - you can edit this in zombie_plague.sma:

This:

Code:
case EXTRA_INFBOMB:
            {
                if (!get_pcvar_num(cvar_extrainfbomb) || g_infbombcounter >= get_pcvar_num(cvar_infbomblimit)) continue;
                formatex(buffer, charsmax(buffer), "%L", id, "MENU_EXTRA4")
            }
To:

Code:
case EXTRA_INFBOMB:
            {
                if (!get_pcvar_num(cvar_extrainfbomb) || fnGetHumans() <= 3 || g_infbombcounter >= get_pcvar_num(cvar_infbomblimit)) continue;
                formatex(buffer, charsmax(buffer), "%L", id, "MENU_EXTRA4")
            }
So now with "fnGetHumans() <= 3" people cant buy the Nade if there are 3 - or less players on the server. Very usefull in my eyes.

So one Zombie can `t own all the humans with 1 nade
__________________


Last edited by sunx; 11-11-2011 at 11:41.
sunx is offline
JoKeR LauGh
Veteran Member
Join Date: May 2011
Location: Malaysia
Old 11-11-2011 , 23:34   Re: How to change INFECTION BOMB Limit?
Reply With Quote #5

I never know about that . Wow a nice TUT . thanks
JoKeR LauGh 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 16:35.


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