Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
(error) relog_bolka.lua: ...uncher\bin\morty launcher enb\moonloader\relog_bolka.lua:1: attempt to call global 'requre' (a nil value)
stack traceback:
...uncher\bin\morty launcher enb\moonloader\relog_bolka.lua:1: in main chunk
[ML] (error) relog_bolka.lua: Script died due to an error. (1C034DB4)
(error) relog_bolka.lua: ...uncher\bin\morty launcher enb\moonloader\relog_bolka.lua:1: attempt to call global 'requre' (a nil value)
stack traceback:
...uncher\bin\morty launcher enb\moonloader\relog_bolka.lua:1: in main chunk
[ML] (error) relog_bolka.lua: Script died due to an error. (1C034DB4)
local events = require('lib.samp.events')
function events.onServerMessage(color, text)
if text == 'Вы закончили свое лечение.' then
lua_thread.create(function()
sampDisconnectWithReason(false)
wait(20000)
sampSetGamestate(1)
end)
end
end
local events = require('lib.samp.events')
function events.onServerMessage(color, text)
if text == 'Вы закончили свое лечение.' then
lua_thread.create(function()
sampDisconnectWithReason(false)
wait(20000)
sampSetGamestate(1)
end)
end
end
local events = require('lib.samp.events')
function events.onServerMessage(color, text)
if text == 'Вы закончили свое лечение.' then
lua_thread.create(function()
sampDisconnectWithReason(false)
wait(20000)
sampSetGamestate(1)
end)
end
end