- 22
- 1
- Версия MoonLoader
- .026-beta
Не вставляется текст в диалог, ид правильный. В чем проблема?
Lua:
function sampev.onShowDialog(dialogid, style, title, button1, button2, text)
--sampAddChatMessage(dialogid, -1)
if dialogid == 99 and style == 1 then
if text:find("Проверка") then
wait(1000)
sampSetCurrentDialogEditboxText('Окейй')
end
end
end