Почему 3ий столбик не закрывается?
imgui.OnFrame(
function() return Menu[0] end,
function(player)
local res = imgui.ImVec2(getScreenResolution());
imgui.SetNextWindowPos(imgui.ImVec2(res.x / 2, res.y / 2), imgui.Cond.FirstUseEver, imgui.ImVec2(0.5, 0.5))...