command_item.items[#command_item.items+1] = {
L["demote"],
function(ply)
__local_CreateMenuWithPlayers(function(ply)
Derma_StringRequest(L["demote"], "Enter reason", "", function(text)
RunConsoleCommand("say", "/demote " .. '' .. ply:Name() .. ' ' .. text);
.f4menu.Close();
end)
end);
end
}