co = coroutine.create(function () while true do rank() coroutine.yield() end end)coroutine.resume(co);. but still freezes
確定! 回上一頁