- Версия MoonLoader
- .026-beta
Столкнулся с проблемой
код:
выбивает ошибку в лог:
код:
Lua:
function hook.onDisplayGameText(color, text)
if text:find('Go to') then
lua_thread.create(function()
wait(300)
sampSendChat('/jmeat')
end)
end
end
attempt to index local 'text' (a number value)
Последнее редактирование: