- 283
- 90
- Версия MoonLoader
- .026-beta
Сразу сказу, я только начал учить .lua и imgui.
Можно ли как то сделать чтоб следующая функция воспроизводилась при включенном боксе?
Можно ли как то сделать чтоб следующая функция воспроизводилась при включенном боксе?
imgui.BeginChild('function_cheat', imgui.ImVec2(100, 100), true)
imgui.Text(u8"Function Jail Helper'a")
if imgui.Button('Anti Hunger') then -- а вот и кнопка с действием
-- условие будет выполнено при нажатии на неё
enabled = not enabled
if enabled then
sampAddChatMessage("{30F867}[Jail Helper] {FFFFFF} Anti Hunger - {30F867}ON",-1)
else
sampAddChatMessage("{30F867}[Jail Helper] {FFFFFF} Anti Hunger - {fc0317}OFF",-1)
end
end
imgui.CheckBox('Anti AFK', box)
if box.v then
sampAddChatMessage('{30F867}[Jail Helper] {FFFFFF} Anti AFK - {30F867}ON', -1)
writeMemory(7634870, 1, 1, 1)
writeMemory(7635034, 1, 1, 1)
memory.fill(7623723, 144, 8)
memory.fill(5499528, 144, 6)
end
imgui.EndChild()
imgui.Text(u8"Function Jail Helper'a")
if imgui.Button('Anti Hunger') then -- а вот и кнопка с действием
-- условие будет выполнено при нажатии на неё
enabled = not enabled
if enabled then
sampAddChatMessage("{30F867}[Jail Helper] {FFFFFF} Anti Hunger - {30F867}ON",-1)
else
sampAddChatMessage("{30F867}[Jail Helper] {FFFFFF} Anti Hunger - {fc0317}OFF",-1)
end
end
imgui.CheckBox('Anti AFK', box)
if box.v then
sampAddChatMessage('{30F867}[Jail Helper] {FFFFFF} Anti AFK - {30F867}ON', -1)
writeMemory(7634870, 1, 1, 1)
writeMemory(7635034, 1, 1, 1)
memory.fill(7623723, 144, 8)
memory.fill(5499528, 144, 6)
end
imgui.EndChild()