Imgui Pie Менюшка

SomaGnoma

Известный
Автор темы
436
150
Версия MoonLoader
.026-beta
Дайте пример pie менюшки, не получается юзать...
 

qdIbp

Автор темы
Проверенный
1,451
1,190
 
  • Влюблен
Реакции: SomaGnoma

SomaGnoma

Известный
Автор темы
436
150
Не знаешь почему выводит:
imgui_piemenu.lua:169: attempt to perform arithmetic on local 'VtxCurrentIdx' (a nil value)
 

SomaGnoma

Известный
Автор темы
436
150
Неа
Код в студию
Lua:
function imgui.OnDrawFrame()   
   if piemenu.v then
        imgui.OpenPopup('PieMenu')
        if pie.BeginPiePopup('PieMenu') then
            if pie.PieMenuItem(u8'ваджвэждэ') then if sampAddChatMessage("/lock",-1) then end end
            if pie.PieMenuItem(u8'аааааааааааааааааа) then if sampAddChatMessage("/engine",-1) then end end
            if pie.PieMenuItem(u8'алвоаааааааааааа') then if sampAddChatMessage("/style",-1) then end end
            if pie.PieMenuItem(u8'павва') then if sampAddChatMessage("/key",-1)then end end
        pie.EndPiePopup()
        end
    end
end

-- в main
    while true do wait(0)
    piemenu.v = isKeyDown(66)
    end
-- в main

Неа
Код в студию
прикол, само заработало..
 
Последнее редактирование: