Currrently i am using directX 8.0. Every client that is connected to the server is assign a unique ID. I would like to know how a client could know its own unique ID.
Printable View
Currrently i am using directX 8.0. Every client that is connected to the server is assign a unique ID. I would like to know how a client could know its own unique ID.
Have the server (should know a clients own unique id) send it to the client via a chat message. (assuming you have some sort of chat or message system in place)
Are you using DirectPlay or implementing your own communications subsystem ?