- Версия MoonLoader
- .026-beta
Как добавить запрет на нажатие клавиши enter в данный диалог?
PHP:
function hook.onShowDialog(id,s,t,b1,b2,text)
if text:find("%{F85050%}(.+)%{FFFFFF%}Текст: %'%{F85050%}(.+)%{FFFFFF%}%'") then jbnick, jbtext = text:match("%{F85050%}(.+)%{FFFFFF%}Текст: %'%{F85050%}(.+)%{FFFFFF%}%'") jbid = jbtext:match("(%d+)")
if StreamChat.v == true then imgui_3.v = false imgui_2.v = false
else
if tonumber(ronline) == 1 then
lua_thread.create(function() imgui_3.v = true imgui_2.v = true showCursor(true) imgui_1.v = false end)
else
lua_thread.create(function() wait(200) setVirtualKeyDown(13, true) wait(20) setVirtualKeyDown(13, false) chat('Жалоба удалена, т.к игрока оффлайн.')
end)
end
end
end
end