02-24-2012, 03:44 AM
When sending data over the network, everything is serialized, that means that structures and what not are converted into a single stream of data.
When you want to send the packet data, you simply send it after you sent the packet id.
I'm not sure how to explain this.. I guess you should maybe look at how MCServer does it?
When you want to send the packet data, you simply send it after you sent the packet id.
I'm not sure how to explain this.. I guess you should maybe look at how MCServer does it?