alestane

Synchronized Download

Mar 11th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. function gatedDownload(location)
  2.     local complete
  3.     network.request(location, function (event) complete = true end)
  4.     repeat until complete
  5. end
Add Comment
Please, Sign In to add comment