Posted 28 January 2013 - 12:09 PM
I get this error from parallel:22 rednet:287
with this code:
rednet.close() does not help
I think (not sure) this code worked when I was alone on the server and started failing when someone joined.
How can I resolve this or what is wrong?
with this code:
print("start")
rednet.open("right")
if rednet.broadcast("ping") then
print("broadcast")
end
rednet.receive(1)
rednet.close() does not help
I think (not sure) this code worked when I was alone on the server and started failing when someone joined.
How can I resolve this or what is wrong?