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

Messages not sending over rednet properly?

Started by koslas, 17 September 2012 - 06:08 AM
koslas #1
Posted 17 September 2012 - 08:08 AM
I am currently making a ATM client and server.
But when I logon using the client the server doesn't seem to be receiving some things.
Here are the pastebin codes with the code

ATM Server: http://pastebin.com/Rk5GSJyN

ATM Client: http://pastebin.com/i9f7dZhD

This program will be a universal Bank Account Balance for all servers when released :)/>/>
koslas #2
Posted 17 September 2012 - 08:40 AM
I am currently getting a rednet error
rednet:360: string expected
Mtdj2 #3
Posted 17 September 2012 - 09:03 AM
You are transmitting a number or a table (Saw this without looking at the code). Do tostring(<int>) or some textutils function.
Hope this helped.