- 1,469
- 433
- Версия MoonLoader
- .026-beta
Какого хрена скрипт крашится?
[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)
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
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)