Posted 30 January 2013 - 03:10 AM
Hello there
I'm playing on a server, with http api enabled, and it doesn't seem to get the text
I've used that for a long time, but it doesn'r write anything to "startup"
Why is this?
I'm playing on a server, with http api enabled, and it doesn't seem to get the text
bin = "hrey35f" (<-- sample)
txt = http.request("http://pastebin.com/" ..bin)
local event, url, sourceText = os.pullEvent("http_success")
su = fs.open("startup","w")
su.write(txt)
I've used that for a long time, but it doesn'r write anything to "startup"
Why is this?