Advertisement
Guest User

wait_func.lua

a guest
Jul 3rd, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. function wait(qty)
  2. time = os.time()
  3. repeat until os.time() > time + tonumber(qty)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement