Blockland Forums > Modification Help
Server TCP Objects not functioning properly, client are fine - Solved
Lugnut:
--- Quote from: Port on May 07, 2012, 04:10:15 PM ---and please do this
already done- lugsTCPServClient, it'll probably be more adeptly named based on any add-ons i make but whatever
if you're going to be sending a lot of stuff you should do this because of the TCPObject implementation's poor quality
i'm not clear, \xnumbers where numbers is what? ascii characters or something? what if i unintentionally use actual alphanumeric characters? can i echo those for more information? as in, will they print stuff?
--- End quote ---
Kalphiter:
\x01 is character 1, it's ASCII
Lugnut:
I can get those in normal text if I do ALT+NumpadKeys, right?
Kalphiter:
--- Quote from: Lugnut1206 on May 07, 2012, 04:19:08 PM ---I can get those in normal text if I do ALT+NumpadKeys, right?
--- End quote ---
Yes, but not all can be printed.
Lugnut: