краш

Tema05

Известный
Автор темы
1,441
401
Версия MoonLoader
.026-beta
Какого хрена скрипт крашится?
Lua:
require "lib.moonloader"
function main()
    if not isSampLoaded() or not isSampfuncsLoaded()then return
    end
    while not isSampAvailable() do wait(100) end
    thisScript().unload()
end
[ML] (error) LiteHelper.lua: cannot resume non-suspended coroutine
stack traceback:
[C]: in function 'unload'
C:\Games\GTA San Andreas\moonloader\LiteHelper.lua:5: in function <C:\Games\GTA San Andreas\moonloader\LiteHelper.lua:2>
[ML] (error) LiteHelper.lua: Script died due to an error. (01992A3C)