Hi, i just finish to read all this forum and i didn't find any answers to my problem.
I'm doing a brownser for the game soldat which must display some informations like: Numbers of players, The map..
I did one for Half-Life. The tool connect with an udp sock to a specified ip and port and give a command for the server to know what to do
(exemple: /sockudp -k sockname server_ip server_port ÿÿÿÿdetails)
Here, ÿÿÿÿdetails is the command that will be send to the server and in return, the server will send on that sock some informations.
I just want to know who can i do to connect and receive these informations on a Soldat server.
Thx