2DWorlds Forums
Add a httpdGet() method! - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Suggestions (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=19)
+--- Thread: Add a httpdGet() method! (/showthread.php?tid=9938)



Add a httpdGet() method! - DysLabs - 08-20-2012

So you would use it like this:
[lua]
game:httpGet(website url)
[/lua]

My only concern with it is this:
[lua]
while true do
sleep(0.1)
game:httpGet("http://DDoS")
[/lua]

Anyway, I got the source and implanted this myself:
http://buildism.net/forum/Thread-Extreme-Makeover-Buildism-Edition?pid=91504#pid91504


Support?