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

block buy


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nuavuhhk
Junior Member
Join Date: Jan 2011
Location: home
Old 03-14-2011 , 06:17   block buy
Reply With Quote #1

hi
could sombady give me plugin that block buy
nuavuhhk is offline
nnajko
Senior Member
Join Date: May 2009
Location: Sweden
Old 03-14-2011 , 07:00   Re: block buy
Reply With Quote #2

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

public plugin_cfg() 

    
register_message(get_user_msgid("StatusIcon"), "Message_StatusIcon");
}

public 
Message_StatusIcon(iMsgIdiMsgDestid

    static 
szIcon[8]; 
    
get_msg_arg_string(2szIconcharsmax(szIcon)); 
    if( 
equal(szIcon"buyzone") )
    { 
        if( 
get_msg_arg_int(1) ) 
        { 
            
set_pdata_int(id235get_pdata_int(id235) & ~(1<<0));
            return 
PLUGIN_HANDLED
        } 
    } 
     
    return 
PLUGIN_CONTINUE

nnajko is offline
Old 03-14-2011, 07:03
Stressful
This message has been deleted by Stressful.
nuavuhhk
Junior Member
Join Date: Jan 2011
Location: home
Old 03-14-2011 , 07:58   Re: block buy
Reply With Quote #3

PHP Code:
#pragma semicolons 1 
Quote:
#pragma semicolons 1
wats it is
nuavuhhk is offline
gtpunkt
Veteran Member
Join Date: Dec 2008
Location: Berlin
Old 03-14-2011 , 08:18   Re: block buy
Reply With Quote #4

#pragma semicolons 1
its wrong
change to
#pragma semicolon 1
gtpunkt is offline
Send a message via Skype™ to gtpunkt
nuavuhhk
Junior Member
Join Date: Jan 2011
Location: home
Old 03-14-2011 , 09:00   Re: block buy
Reply With Quote #5

but when samone kill samone else it have money and then is can buy and i dont want this
nuavuhhk is offline
Old 03-14-2011, 10:02
Stressful
This message has been deleted by Stressful.
SpeeDeeR
Veteran Member
Join Date: Mar 2010
Location: Bulgaria
Old 03-14-2011 , 10:09   Re: block buy
Reply With Quote #6

Quote:
Originally Posted by nnajko View Post
PHP Code:
#include <amxmodx>
#include <fakemeta>

public plugin_cfg() 

    
register_message(get_user_msgid("StatusIcon"), "Message_StatusIcon");
}

public 
Message_StatusIcon(iMsgIdiMsgDestid

    static 
szIcon[8]; 
    
get_msg_arg_string(2szIconcharsmax(szIcon)); 
    if( 
equal(szIcon"buyzone") )
    { 
        if( 
get_msg_arg_int(1) ) 
        { 
            
set_pdata_int(id235get_pdata_int(id235) & ~(1<<0));
            return 
PLUGIN_HANDLED
        } 
    } 
     
    return 
PLUGIN_CONTINUE

SpeeDeeR is offline
nuavuhhk
Junior Member
Join Date: Jan 2011
Location: home
Old 03-14-2011 , 11:18   Re: block buy
Reply With Quote #7

thnx man
its work
nuavuhhk is offline
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 03-14-2011 , 11:53   Re: block buy
Reply With Quote #8

Quote:
Originally Posted by Stressful View Post
Take my code then . Not really mine . JocAnis code i meant . As I posted in the reply post. That code strip off players money to $0
i would not use the code of Stressful if i want to block buy !!!


i prefer the code of nnajko ....this is work fine to block buy
__________________

Last edited by vato loco [GE-S]; 03-14-2011 at 11:59.
vato loco [GE-S] is offline
nuavuhhk
Junior Member
Join Date: Jan 2011
Location: home
Old 03-14-2011 , 12:17   Re: block buy
Reply With Quote #9

this execly waht i do
nuavuhhk 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:42.


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