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