I have tried but it has not worked on multiplayer so a multiplayer tested one would be great.
Thanks
JaydenLoon3y
PS a quick reply is needed please
Posted 24 June 2012 - 10:16 AM
Posted 24 June 2012 - 12:51 PM
function monitor(side)
if peripheral.isPresent(side) then
term.redirect(peripheral.wrap(side))
end
end
function size(side, number)
if peripheral.isPresent(side) then
peripheral.wrap(side).setTextScale(number)
end
end
Posted 26 July 2012 - 04:56 PM
while true do
local time = os.time()
time = textutils.formatTime(time, false)
mon = peripheral.wrap("top", true)
mon.setTextScale(5)
mon.setCursorPos(1,1)
mon.write(time)
sleep(0,1)
mon.clear()
end
0 members, 1 guests, 0 anonymous users