Raised This Month: $32 Target: $400
 8% 

Disable extra item


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
djodjo1990
Member
Join Date: Aug 2010
Old 03-27-2011 , 17:30   Disable extra item
Reply With Quote #1

can somoe tell me how i can disable the extra item in sniper mod please
djodjo1990 is offline
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 03-27-2011 , 23:25   Re: Disable extra item
Reply With Quote #2

if( g_snipermodvariable ) blah blah blah
if( zp_get_sucking_mode() ) blah blah blah
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
Old 03-27-2011, 23:33
lucas_7_94
This message has been deleted by lucas_7_94. Reason: speedy 1 k
tei1995
Senior Member
Join Date: Feb 2011
Location: VietNam
Old 03-28-2011 , 02:58   Re: Disable extra item
Reply With Quote #3

zp_extra_items 1 ---> zp_extra_items 0
tei1995 is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 03-28-2011 , 14:21   Re: Disable extra item
Reply With Quote #4

PHP Code:
#include <amxmodx>
#include <zombie_plague_advance>

public zp_extra_item_selected(iditemid)
{
    if (!
zp_is_sniper_round())
        return 
PLUGIN_CONTINUE;
    
    
client_print(idprint_chat"[ZP] Extra items are disabled in Sniper round.")
    return 
ZP_PLUGIN_HANDLED;

PS: zpa, right?
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
djodjo1990
Member
Join Date: Aug 2010
Old 03-28-2011 , 16:32   Re: Disable extra item
Reply With Quote #5

Quote:
Originally Posted by georgik57 View Post
PHP Code:
#include <amxmodx>
#include <zombie_plague_advance>

public zp_extra_item_selected(iditemid)
{
    if (!
zp_is_sniper_round())
        return 
PLUGIN_CONTINUE;
    
    
client_print(idprint_chat"[ZP] Extra items are disabled in Sniper round.")
    return 
ZP_PLUGIN_HANDLED;

PS: zpa, right?
thanks man its work fine
djodjo1990 is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 03-29-2011 , 02:30   Re: Disable extra item
Reply With Quote #6

Quote:
Originally Posted by djodjo1990 View Post
thanks man its work fine :)
any time :P
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
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:10.


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