View Single Post
wtfaatp
Senior Member
Join Date: Jul 2010
Old 05-16-2014 , 11:26   Re: [ANY] Spectator Switch
Reply With Quote #8

Quote:
Originally Posted by utaker View Post
/sm_admin = admin menu support please?
addons/sourcemod/configs/adminmenu_custom.txt

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"
{
	"Team Management"
	{
		"Move Player to Spectate"
		{
			"cmd"		"sm_spec #1"
			"1"
			{
				"type" 		"player"
				"title"		"Player:"
			}
		}
}
__________________
SourceMod : 1.10.0 (Official) | MetaMod : 1.10.7 (Official)
Server : NFOservers - Windows
wtfaatp is offline