// 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"
{
    "Авто наблюдение"
    {
        "Выбрать игрока"
        {
            "cmd"        "sm_observe #1"
            "1"
            {
                "title"       "Choose player"
                "type"        "player"
            }
        }

        "Отмена наблюдения"
        {
            "cmd"        "sm_endobserve"
        }
    }
}