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

adminmenu_custom


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ocard
Junior Member
Join Date: Jun 2008
Old 12-10-2011 , 22:16   adminmenu_custom
Reply With Quote #1

Quick question: Does adminmenu_custom replace the standard menu or does it work in conjunction with the standard? Meaning if I customize does it automatically take over as the menu system?

Thanks.

Last edited by ocard; 12-10-2011 at 22:16.
ocard is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-11-2011 , 04:42   Re: adminmenu_custom
Reply With Quote #2

Some plugins are coded to create own settings in admin menu,
you can't edit with those in adminmenu_custom.txt, need edit plugin source code and compile again.

But you can add more settings with adminmenu_custom.txt in same options.

Code:
// Custom admin menu commands.
// For more information:
//
// http://wiki.alliedmods.net/Custom_Admin_Menu_%28SourceMod%29
//
// Note: This file must be in Valve KeyValues format (no multiline comments)
//

"Commands"
{
    "PlayerCommands"
    {
        "My new option"
        {
            // Do stuff
        }
    }

    "ServerCommands"
    {
    }

    "VoteCommands"
    {
    }

    "My new category"
    {
    }
}
And arrange categories and commands with adminmenu_sorting.txt
Code:
/**
 * The default sorting is designed to look familiar to Mani's admin menu.
 * You may re-order items here for your own menu.  Any items not explicitly 
 * sorted will be sorted by their final translated phrases for each given client.
 */

"Menu"
{
	"PlayerCommands"
	{
		"item"		"My new option"
		"item"		"sm_slay"
		"item"		"sm_slap"
		"item"		"sm_kick"
		"item"		"sm_ban"
		"item"		"sm_gag"
		"item"		"sm_burn"		
		"item"		"sm_beacon"
		"item"		"sm_freeze"
		"item"		"sm_timebomb"
		"item"		"sm_firebomb"
		"item"		"sm_freezebomb"
	}

	"ServerCommands"
	{
		"item"		"sm_map"
		"item"		"sm_execcfg"
		"item"		"sm_reloadadmins"
	}

	"VotingCommands"
	{
		"item"		"sm_cancelvote"
		"item"		"sm_votemap"
		"item"		"sm_votekick"
		"item"		"sm_voteban"
	}
       "My new category"
       {
       }
}
__________________
Do not Private Message @me
Bacardi 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 01:26.


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