Advertisement
CompCrafter

Sicherheits System V1

Oct 29th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --local mon = peripheral.wrap("top")
  2. local sen = peripheral.wrap("top")
  3. local haha = "R4ndomMaX"
  4.  
  5. while true do
  6. names = sen.getPlayerByName(haha)
  7. if names then
  8. rs.setOutput("left", true)
  9. --shell.run("clear")
  10. sleep(0.5)
  11. else
  12. rs.setOutput("right", true)
  13. --shell.run("clear")
  14. sleep(0.5)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement