sourcemod/configs/adminmenu_sorting.txt
David Anderson f0dc4e996f - more phrase changes
- added "mani" sorting to adminmenu

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401599
2007-10-16 19:06:11 +00:00

33 lines
605 B
Plaintext

/**
* 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" "Slay"
"item" "Kick"
"item" "Ban"
"item" "Gag/Mute"
"item" "Burn"
}
"ServerCommands"
{
"item" "Change Map"
"item" "Exec CFG"
"item" "Reload Admins"
}
"VotingCommands"
{
"item" "Cancel Vote"
"item" "Map Vote"
"item" "Kick Vote"
"item" "Ban Vote"
}
}