- 110
- 25
- Версия MoonLoader
- .027.0-preview
При активации чекбокса закрывается имгуи и выдает ошибку: attempt to index global 'text' (a nil value) stack traceback:
Код:
imgui.Checkbox(u8'тест', box1)
if box1.v then
if text:find("test") then
sendTelegramNotification('тест')
end
end