Hi,
I'm trying to make a little 'status' grabber for a counter strike server.
What i need to do is connect to port 27015 using UDP, and then send a command to the server (˙˙˙˙details\x00/˙˙˙˙players\x00/˙˙˙˙rules\x00).
Then i want to listen for a reply.
However, Ive used INET sockets, but i can't get a reply- it seems it's only one way.
Any ideas?