- 364
- 108
- Версия MoonLoader
- .026-beta
Из-за return в первой части кода (functions.dotmoney.v), который необходим для работы: не работает вторая часть кода (autohelp.phone.v). Помогите фиксануть, чтобы работали обе части.
govnocode:
function sp.onShowDialog(id, style, title, button1, button2, text)
if functions.dotmoney.v then
text = separator(text)
title = separator(title)
return {id, style, title, button1, button2, text}
end
if autohelp.phone.v then
if id == 1000 then
setVirtualKeyDown(13, false)
end
end
end