View Single Post
utaker
Senior Member
Join Date: Dec 2013
Old 05-16-2014 , 15:32   Re: [ANY] Spectator Switch
Reply With Quote #9

Quote:
Originally Posted by wtfaatp View Post
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:"
			}
		}
}
Wow, thankyou
utaker is offline