Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function get(id, type)
- return http.get("http://91.78.59.71:25565/get?id=" ..id .."&type=" ..type).readAll()
- end
- function put(id, type, arg)
- return http.get("http://91.78.59.71:25565/put?id=" ..id .."&type=" ..type .."&arg=" ..arg).readAll()
- end
- put(1, "x", 42)
Advertisement
Add Comment
Please, Sign In to add comment