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