Raised This Month: $ Target: $400
 0% 

Subplugin Submission Zombie Plague Shade 1.1.2 [Developer Preview] (27 March 2016)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Depresie
Veteran Member
Join Date: Nov 2013
Old 09-29-2014 , 12:19   Re: ZP Shade 1.0.6 / 1.0.8-alpha1(testing) (24 August 2014)
Reply With Quote #1

tested it these days a little.. very nice edit and clean too i will switch from zpa to this
I have couple sugestions if you mind

Automaticaly give night vision for sniper and survivor like on zombies and nemesis and independent night vision radius for them

A new survivor like game mode would be nice

and thx for posting this keep up the good work

Last edited by Depresie; 09-29-2014 at 19:34.
Depresie is offline
DarkmaNbG
Junior Member
Join Date: Jan 2015
Old 01-03-2015 , 16:05   Re: Zombie Plague Shade v1.1 [with Item Limiter] (10 December 2014)
Reply With Quote #2

GJ .
I like to use it
DarkmaNbG is offline
ghost95v
Senior Member
Join Date: Apr 2014
Location: somewhere in universe
Old 01-25-2015 , 10:42   Re: Zombie Plague Shade v1.1 [with Item Limiter] (10 December 2014)
Reply With Quote #3

How can i get the last mode in a external plugin, with native "zp_get_last_mode" ? an example pls ?...
__________________
ghost95v is offline
Send a message via Skype™ to ghost95v
New.ZM.Life
Veteran Member
Join Date: Sep 2014
Location: Iran
Old 01-25-2015 , 18:09   Re: Zombie Plague Shade v1.1 [with Item Limiter] (10 December 2014)
Reply With Quote #4

Quote:
Originally Posted by ghost95v View Post
How can i get the last mode in a external plugin, with native "zp_get_last_mode" ? an example pls ?...
Maybe its like native zp_gamemodes_get_current()...
__________________
PLUGINS

Zombie Plague 5.0 + New Modes

Added NightCrawler Mode to ZP





New.ZM.Life is offline
WaLkMaN
Senior Member
Join Date: Oct 2010
Location: Varna, Bulgaria
Old 01-25-2015 , 19:54   Re: Zombie Plague Shade v1.1 [with Item Limiter] (10 December 2014)
Reply With Quote #5

Quote:
Originally Posted by ghost95v View Post
How can i get the last mode in a external plugin, with native "zp_get_last_mode" ? an example pls ?...
PHP Code:
#include <amxmodx>
#include <zombieplague>

new g_buy_survivor;
new 
g_item_survivor[] = "Become Survivor";
new 
g_cost_survivor 200;

new 
g_buy_nemesis;
new 
g_item_nemesis[] = "Become Nemesis";
new 
g_cost_nemesis 200;

public 
plugin_init()
{
        
register_plugin "[ZPS] Buy Classes (Nm & Sv)""2.0""KronoS" ;
    
        
g_buy_survivor zp_register_extra_itemg_item_survivorg_cost_survivorZP_TEAM_HUMAN );
        
g_buy_nemesis zp_register_extra_itemg_item_nemesisg_cost_nemesisZP_TEAM_HUMAN );
}

public 
zp_extra_item_selectedindexitem )
{
        if ( 
item != g_buy_survivor && item != g_buy_nemesis )
            return 
PLUGIN_CONTINUE;
    
        if ( 
zp_has_round_started( ) )
            return 
ZP_PLUGIN_HANDLED;

    if ( 
zp_get_last_mode() == MODE_NEMESIS || zp_get_last_mode() == MODE_SURVIVOR )
    {
        
client_printindexprint_chat"[ZP] You can't buy a mode because one was played recently!" );
            return 
ZP_PLUGIN_HANDLED;
    }    
    
        if ( 
item == g_buy_survivor )
        
zp_make_user_survivorindex );
        else if ( 
item == g_buy_nemesis )
        
zp_make_user_nemesisindex );
    
        return 
PLUGIN_CONTINUE;

WaLkMaN is offline
ONFloo
New Member
Join Date: Dec 2015
Old 12-08-2015 , 18:11   Re: Zombie Plague Shade v1.2-debug1 [with Item Limiter] (12 September 2015)
Reply With Quote #6

When the sniper mode starts, he drops the awp!
Why?
And how can fix it?
ONFloo is offline
ROKronoS
Senior Member
Join Date: Oct 2010
Location: Bucharest, Romania
Old 12-13-2015 , 16:18   Re: Zombie Plague Shade v1.2-debug1 [with Item Limiter] (12 September 2015)
Reply With Quote #7

Quote:
Originally Posted by ONFloo View Post
When the sniper mode starts, he drops the awp!
Why?
And how can fix it?
Most likely it's a problem from one of your subplugins, since no one reported that bug.
__________________
ROKronoS is offline
Nano x
Member
Join Date: Feb 2014
Location: Lebanon, beirut
Old 06-30-2014 , 17:38   Re: Zombie Plague Shade 1.0.4 - Bombardier Branch (18 June 2014)
Reply With Quote #8

very very good good

Last edited by Nano x; 06-30-2014 at 17:39.
Nano x is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 06-30-2014 , 17:50   Re: Zombie Plague Shade 1.0.4 - Bombardier Branch (18 June 2014)
Reply With Quote #9

Quote:
Originally Posted by wicho View Post
Stop spamming all the time of the same thing, both version are good.
Yes it right. It have their own advantages and disadvantages. Please choose wisely.
zmd94 is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 07-01-2014 , 08:37   Re: Zombie Plague Shade 1.0.4 - Bombardier Branch (18 June 2014)
Reply With Quote #10

you could replace the grenades with snark bugs it would be way more fun
Depresie 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:17.


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