61 posts
Location
Pontefract, West Yorkshire, England
Posted 17 March 2012 - 11:50 AM
http://pastebin.com/MdANUez4In my new code (^) only A is sent to the server not A and B
In the code
rednet.broadcast(a, b )
they are both stored locally
473 posts
Location
Poland
Posted 17 March 2012 - 11:51 AM
rednet.recieve()
61 posts
Location
Pontefract, West Yorkshire, England
Posted 17 March 2012 - 11:58 AM
rednet.recieve()
I am now getting the code start:6: attempt to call nil
rednet.recieve()
I am now getting the code start:6: attempt to call nil
start is the server program
61 posts
Location
Pontefract, West Yorkshire, England
Posted 17 March 2012 - 02:09 PM
right now my problem is only the username is sent not the password in my new code:
In rednet.broadcast(a, b )
only A is sent
http://pastebin.com/MdANUez4
715 posts
Posted 17 March 2012 - 02:28 PM
right now my problem is only the username is sent not the password in my new code: In rednet.broadcast(a, b ) only A is sent
http://pastebin.com/MdANUez4
It doesn't work because rednet.broadcast() only takes one parameter, not multiple ones:
help rednet