- 25
- 2
- Версия MoonLoader
- .026-beta
lua:
imgui.BeginChild('bot_hover', imgui.ImVec2(630, 400), true)
if tab == 1 then
imgui.BeginChild('1', imgui.ImVec2(200, 380), true)
imgui.EndChild()
elseif tab == 2 then
imgui.Text(u8' 2')
elseif tab == 3 then
imgui.Text(u8' 3 ')
elseif tab == 4 then
imgui.Text(u8' 4 ')
использую mimgui