Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Client/Server Communications


Harris6310
 Share

Recommended Posts

I want to know how to send data that can be different for each user from the server to the client. I don't want anybody to give me some code and tell me where to put it in. I want someone to tell me how to do it, and then I will find out how to code it myself.
Link to comment
Share on other sites

Maybe try looking through the code I've been using and go from there…  I have one simple problem with mine but you can change things to work for you...  [http://www.touchofdeathforums.com/smf/index.php/topic,61432.0.html](http://www.touchofdeathforums.com/smf/index.php/topic,61432.0.html)
Link to comment
Share on other sites

I am having this same problem, i cannot figure out how to send a basic packet to and from the client/server. I was able to do this with 2.7, and i just made the switch to EO, and i havent been able to figure it out.

Any Help?
Link to comment
Share on other sites

Add the packet headers to the enumerations

Create a buffer instance, write the packet header, write the variables you want, send the data, clear the buffer.

Add a ByAddress call to your receiving procedure, copy & paste the procedure and re-name it, create a buffer instance, dump the packet data into the buffer then read it off variable by variable, then close it.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...