Advertisement
william200027

PlayerDetector

Oct 15th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. ---Variable---
  2. Id = 1000
  3. --------------
  4.  
  5. ---Peripherique---
  6. player = peripheral.wrap("back")
  7. rednet.open("right")
  8. ------------------
  9.  
  10. ---Programme----
  11. while true do
  12. a,b = os.pullEvent()
  13. rednet.send(Id,b)
  14. end
  15. ----------------
  16.  
  17. ----=Autor=----
  18. --By Zaidal86
  19. ----=-----=----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement