ecco7777

CC Direwolf Playerdetector

Jun 14th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. p=peripheral.wrap("right")
  2. while true do
  3. if #p.getPlayers()>=1 then
  4. rs.setOutput("front",true)
  5. else
  6. rs.setOutput("front",false)
  7. end
  8. sleep(1)
  9. end
Add Comment
Please, Sign In to add comment