AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   request (https://forums.alliedmods.net/showthread.php?t=264160)

bakir123 06-10-2015 12:53

request
 
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?

wEight 06-10-2015 14:25

Re: request
 
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.

bakir123 06-11-2015 08:01

Re: request
 
What should I do?

hardboy 06-11-2015 15:45

Re: request
 
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")



bakir123 06-13-2015 17:06

Re: request
 
Compile it and add. Amxx?
Or what?

hardboy 06-18-2015 14:41

Re: request
 
What you need to remove;


All times are GMT -4. The time now is 20:08.

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