Raised This Month: $ Target: $400
 0% 

request


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 06-10-2015 , 12:53   request
Reply With Quote #1

Hi guys
How I can remove command menu?
I mean Amx_slapmenu and banmenu and kick menu?
Some one know how to do it?
I just need menu remove
And can use command slay slap without menu
I need remove it because I have bug in menu (the color not work and appear ! Y and ! G wnd ! Team)
That I mean
Who can help me?
bakir123 is offline
Send a message via Skype™ to bakir123
wEight
BANNED
Join Date: Jan 2015
Old 06-10-2015 , 14:25   Re: request
Reply With Quote #2

I know i saw disabledcmds.ini somewhere, but now i can't find it anywhere on the internet.. I'm looking for it too. Don't know the name of the plugin but there is a .ini for it where you insert a command and it disables it on the server.
wEight is offline
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 06-11-2015 , 08:01   Re: request
Reply With Quote #3

What should I do?
bakir123 is offline
Send a message via Skype™ to bakir123
hardboy
Member
Join Date: Jun 2014
Location: Greece
Old 06-11-2015 , 15:45   Re: request
Reply With Quote #4

go to you'r menufront and paste on addmenu

PHP Code:
AddDefaultMenus()
{
    new 
flags;

    
AddMenuLang("TEAM_PLAYER""amx_teammenu"get_clcmd_flags("amx_teammenu"flags) ? flags ADMIN_LEVEL_A"Players Menu")
    
AddMenuLang("CHANGEL""amx_mapmenu"get_clcmd_flags("amx_mapmenu"flags) ? flags ADMIN_MAP"Maps Menu")
    
AddMenuLang("VOTE_MAPS""amx_votemapmenu"get_clcmd_flags("amx_votemapmenu"flags) ? flags ADMIN_VOTE"Maps Menu")
    
AddMenuLang("SPECH_STUFF""amx_speechmenu"get_clcmd_flags("amx_speechmenu"flags) ? flags ADMIN_MENU"Commands Menu")
    
AddMenuLang("CLIENT_COM""amx_clcmdmenu"get_clcmd_flags("amx_clcmdmenu"flags) ? flags ADMIN_LEVEL_A"Players Menu")
    
AddMenuLang("SERVER_COM""amx_cmdmenu"get_clcmd_flags("amx_cmdmenu"flags) ? flags ADMIN_MENU"Commands Menu")
    
AddMenuLang("CVARS_SET""amx_cvarmenu"get_clcmd_flags("amx_cvarmenu"flags) ? flags ADMIN_CVAR"Commands Menu")
    
AddMenuLang("CONFIG""amx_cfgmenu"get_clcmd_flags("amx_cfgmenu"flags) ? flags ADMIN_MENU"Commands Menu")
    
AddMenuLang("LANG_SET""amx_langmenu"get_clcmd_flags("amx_langmenu"flags) ? flags ADMIN_CFG"Multi-Lingual System")
    
AddMenuLang("STATS_SET""amx_statscfgmenu"get_clcmd_flags("amx_statscfgmenu"flags) ? flags ADMIN_CFG"Stats Configuration")
    
AddMenuLang("PAUSE_PLUG""amx_pausecfgmenu"get_clcmd_flags("amx_pausecfgmenu"flags) ? flags ADMIN_CFG"Pause Plugins")
    
AddMenuLang("RES_WEAP""amx_restmenu"get_clcmd_flags("amx_restmenu"flags) ? flags ADMIN_CFG"Restrict Weapons")
    
AddMenuLang("TELE_PLAYER""amx_teleportmenu"get_clcmd_flags("amx_teleportmenu"flags) ? flags ADMIN_CFG"Teleport Menu")

hardboy is offline
bakir123
Senior Member
Join Date: Jan 2015
Location: Palestine, Hebron
Old 06-13-2015 , 17:06   Re: request
Reply With Quote #5

Compile it and add. Amxx?
Or what?
bakir123 is offline
Send a message via Skype™ to bakir123
hardboy
Member
Join Date: Jun 2014
Location: Greece
Old 06-18-2015 , 14:41   Re: request
Reply With Quote #6

What you need to remove;
hardboy 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 20:08.


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