This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Alex_'s profile picture

Having Problems with my server and client program | Rednet! HELP

Started by Alex_, 17 March 2012 - 10:50 AM
Alex_ #1
Posted 17 March 2012 - 11:50 AM
http://pastebin.com/MdANUez4

In 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
Liraal #2
Posted 17 March 2012 - 11:51 AM
rednet.recieve()
Alex_ #3
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
Alex_ #4
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
Espen #5
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