Guest User

Untitled

a guest
Dec 30th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. prox = peripheral.wrap("top")
  2. mon = peripheral.wrap("left")
  3.  
  4. while true do
  5. success, players = pcall( prox.getPlayerByName, "jetski67890" )
  6. mon.clear()
  7. mon.setCursorPos(1,1)
  8.  
  9. if success then
  10. if #players ~= 0 then
  11.  
  12. for a,b in pairs(players) do
  13.  
  14. mon.write(b,jetski67890)
  15. end
  16.  
  17. end
  18. end
  19. sleep(1)
  20.  
  21. end
Advertisement
Add Comment
Please, Sign In to add comment