ecco7777

CC Programm, schickt Items zur Server Datenbank

Jan 26th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. na=peripheral.wrap("left") --antenna-> narssistic turtle
  2.  
  3. itemA=na.getStackInSlot(1)
  4. itemB=na.getStackInSlot(2)
  5. message="http://gecco34.bplaced.net/Shop/addItemToList.php?sName="..textutils.urlEncode(itemA.display_name).."&sIDName="..itemA.id.."&sDmg="..itemA.dmg.."&sCount="..itemA.qty.."&bName="..itemB.display_name.."&bIDName="..itemB.id.."&bDmg="..itemB.dmg.."&bCount="..itemB.qty
  6. url=http.get(message)
  7. print(message)
  8. print(url.readAll())
Add Comment
Please, Sign In to add comment