- 80
- 3
- Версия MoonLoader
- .026-beta
Не могли бы вы сделать регулярное выражение для этого диалога? 😇😇
Lua:
function sampev.onShowDialog(dialogId, style, title, button1, button2, text)
if dialogId == 5036 then
if text:find('Отправил(-а):(%w+_%w+)') then
edit_name = text:match('Отправил(-а):(%w+_%w+)')
edit_window_state.v = not edit_window_state.v
imgui.Process = edit_window_state.v
return false
end
end
end
