- 1,468
- 434
- Версия MoonLoader
- .026-beta
Выводит print но при этом скрипт не перезагружает.
Lua:
function onSystemMessage(msg, type, scr)
if scr and scr.name == "LiteHelper" and type == 3 then
if msg:find("Script died due to an error") then
print("1")
scr:reload()
end
end
end
Последнее редактирование: