- Версия MoonLoader
- .026-beta
Lua:
function beg()
activate = not activate
while true do
wait(0)
if activate == true then
local item = table_[radioButton.v]
local bool, dist = checkDist(item[2].position.x, item[2].position.y, item[2].position.z)
timeTable_ = tableCopy(item)
workthread = lua_thread.create(function() playRoute() end)
end
wait(85000)
end
end
у меня есть вот функция. Я хочу ее зациклить таким способом. Но выдает такую ошибку
attempt to yield across C-call boundary
stack traceback:
[C]: in function 'wait'
Вложения
Последнее редактирование: