// 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"
{
	"Меню наблюдения"
	{
		"Начать наблюдение"
		{
			"admin" "sm_kick"
			"cmd" "sm_observe #1"
			"execute" "player"
		
			"1"
			{
			"type" "groupplayer"
			"method" "name"
			"title" "Наблюдать за:"
			}
		}
		
		"Закончить наблюдение"
		{
		"cmd" "sm_endobserve"
		"admin" "sm_kick"
		"execute" "player"
		}
	}
}