Raised This Month: $ Target: $400
 0% 

block the purchase menu cz


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lucky17
Junior Member
Join Date: Jun 2013
Old 09-23-2014 , 07:06   block the purchase menu cz
Reply With Quote #1

Hello, I was looking how to block the purchase menu when you press b Furien because I have a server, and I do not know how to remove it, I thank you cordially.
lucky17 is offline
Eviatar Mor
Senior Member
Join Date: Jun 2014
Location: israel
Old 09-23-2014 , 10:49   Re: block the purchase menu cz
Reply With Quote #2

u Mean Buy Menu ? if yes here u go:
PHP Code:
#include <amxmodx>
#include <engine>

new gBuyCommands[][] =  

     
"usp""glock""deagle""p228""elites""fn57""m3""xm1014""mp5""tmp""p90""mac10""ump45""ak47",  
    
"galil""famas""sg552""m4a1""aug""scout""awp""g3sg1""sg550""m249""vest""vesthelm""flash""hegren"
    
"sgren""defuser""nvgs""shield""primammo""secammo""km45""9x19mm""nighthawk""228compact""12gauge"
    
"autoshotgun""smg""mp""c90""cv47""defender""clarion""krieg552""bullpup""magnum""d3au1""krieg550"
    
"buyammo1""buyammo2" 

new 
gCvarPluginToggle 

public plugin_precache() {
disable_buyzone();
}
public 
plugin_init() 

    
gCvarPluginToggle register_cvar("amx_block_buy""1"

    for (new 
isizeof gBuyCommandsi++) 
        
register_clcmd(gBuyCommands[i], "BlockBuyCommands"


public 
disable_buyzone() {

new 
ent find_ent_by_class(-1,"info_map_parameters");

if(!
ent) {
ent create_entity("info_map_parameters");
}

DispatchKeyValue(ent,"buying","3");
DispatchSpawn(ent);

}

public 
BlockBuyCommands(id

    if (!
get_pcvar_num(gCvarPluginToggle)) 
        return 
PLUGIN_CONTINUE

    return 
PLUGIN_HANDLED

Blocking Binds And Buy Menu ...

Last edited by Eviatar Mor; 09-23-2014 at 10:50.
Eviatar Mor is offline
lucky17
Junior Member
Join Date: Jun 2013
Old 09-23-2014 , 14:17   Re: block the purchase menu cz
Reply With Quote #3

ouahhhouuuuuuuu thank you is nice, thank you 1000 times, by pressing against b y 'ability to hide completely the menu on the server? thank you cordially.
lucky17 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 09:54.


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