7 СМЕРТНЫХ ГРЕХОВ пісюнковий злочинець Автор темы 527 165 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,128 12,230 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