View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 07-11-2018 , 21:00   Re: [L4D & L4D2] Super Tanks++ (v8.19, 07-10-2018)
Reply With Quote #171

Quote:
Originally Posted by FatalOE71 View Post
Ok, thank you for your answer. I did as you said, but I think it is forcing alphabetical order.

So the normal adminmenu_sorting has the following setup order.

Player Commands
Server Commands
Voting Commands

But then past that it seems to force a certain order. I used to have the following layout

Player Commands
Server Commands
Voting Commands
Weapon Spawner

now

Player
Server
Voting
Super Tanks
Weapon Spawner

Any idea how to force it to swap the last two around. I looked around and everything I have tried it always ends up the same.

Thanks for your answer again and once again any help would be appreciated.
This worked for me:

Code:
"Menu"
{
	"PlayerCommands"
	{
		"item"		"sm_respawn"
		"item"		"sm_slay"
		"item"		"sm_slap"
		"item"		"sm_kick"
		"item"		"sm_ban"
		"item"		"sm_bandisconnected"
		"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"
	}

	"SuperTanks++"
	{
		"item"		"sm_tank"
	}

	"Spawn Uncommon Infected"
	{
		"item"		"sm_spawnuncommon"
		"item"		"sm_spawnuncommonhorde"
	}
}
__________________
Psyk0tik is offline