﻿// 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"
{
"ServerCommands"
{

"Авто наблюдение"
{
"cmd" "sm_observe #1"
"admin" "sm_kick"
"execute" "player"
"1"
{
"type" "player"
"method" "name"
"title" "наблюдать:"
}

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