Advertisement
william200027

Remplace le sleep(0.1)

May 10th, 2017
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.07 KB | None | 0 0
  1. local function yield()
  2.   os.queueEvent("fake")
  3.   os.pullEvent("fake")
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement