Any questions about my formatting then I'll try explain it...
Oh FYI, the rednet is opened in the startup for the Client PC.
Thanks.
Edit: Forgot to mention that - you may notice in the code - my ID for the server is 36 and the ID my PC used was 39.
Posted 10 January 2013 - 11:39 AM
Posted 10 January 2013 - 12:47 PM
Posted 10 January 2013 - 01:12 PM
Posted 10 January 2013 - 01:14 PM
Posted 10 January 2013 - 01:50 PM
Posted 10 January 2013 - 01:51 PM
Posted 10 January 2013 - 02:02 PM
textutils.unserialize(data) local msg = textutils.serialize(data) rednet.send(senderId, msg)
rednet.send(senderId, data)
textutils.unserialize(data)didn't actually do anything, as the table gets returned, so it would have to be
data = textutils.unserialize(data)to actually unserialize the data
0 members, 1 guests, 0 anonymous users