Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prox = peripheral.wrap("top")
- mon = peripheral.wrap("left")
- while true do
- players = prox.getPlayerByName("jetski67890")
- mon.clear()
- mon.setCursorPos(2,3)
- if #players ~= 0 then
- for a,b in pairs(players) do
- mon.write(b.name)
- end
- end
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment