7 СМЕРТНЫХ ГРЕХОВ пісюнковий злочинець Автор темы 518 163 9 Фев 2023 #1 Версия MoonLoader .026-beta Как сделать так что бы при нажатии на кнопку она пропадала?
Решение chapo 9 Фев 2023 Lua: local showButton = true if showButton then if imgui.Button('click') then showButton = false end end
Lua: local showButton = true if showButton then if imgui.Button('click') then showButton = false end end
chapo tg/inst: @moujeek Всефорумный модератор 9,210 12,548 9 Фев 2023 Решение #2 Lua: local showButton = true if showButton then if imgui.Button('click') then showButton = false end end Реакции: qdIbp Позитивный голос 1 Негативный голос Решение
Lua: local showButton = true if showButton then if imgui.Button('click') then showButton = false end end