DobrayaPchela Участник Автор темы 79 8 16 Фев 2020 #1 Версия MoonLoader .026-beta Как сделать что бы бот нажимал ентер когда диалог появляется Ид диалога: 136 Решил Последнее редактирование: 16 Фев 2020 Реакции: waves
Решение koncumone 16 Фев 2020 Double Tap Inside написал(а): Lua: function onDialogShow(dialogId, style, title, button1, button2, text) if dialogId == 136 then sendDialog(dialogId, 1, -1, -1) end end Нажмите для раскрытия... return true где забыл?
Double Tap Inside написал(а): Lua: function onDialogShow(dialogId, style, title, button1, button2, text) if dialogId == 136 then sendDialog(dialogId, 1, -1, -1) end end Нажмите для раскрытия... return true где забыл?
Double Tap Inside Известный Проверенный 1,916 1,255 16 Фев 2020 #2 Lua: function onDialogShow(dialogId, style, title, button1, button2, text) if dialogId == 136 then sendDialog(dialogId, 1, -1, -1) end end Реакции: DobrayaPchela Позитивный голос 1 Негативный голос
Lua: function onDialogShow(dialogId, style, title, button1, button2, text) if dialogId == 136 then sendDialog(dialogId, 1, -1, -1) end end
koncumone Известный 337 88 16 Фев 2020 Решение #3 Double Tap Inside написал(а): Lua: function onDialogShow(dialogId, style, title, button1, button2, text) if dialogId == 136 then sendDialog(dialogId, 1, -1, -1) end end Нажмите для раскрытия... return true где забыл? Реакции: DobrayaPchela Позитивный голос 1 Негативный голос Решение
Double Tap Inside написал(а): Lua: function onDialogShow(dialogId, style, title, button1, button2, text) if dialogId == 136 then sendDialog(dialogId, 1, -1, -1) end end Нажмите для раскрытия... return true где забыл?