This class can be used to get the details about a GTA San Andreas multi-player game server.
It establishes an UDP connection a game server with a given IP address and queries the server about information of the same multi-player server.
The class retrieves the game server host name, the game mode, map name, whether it requires password access, the current and the maximum number of players, the players nick names and their scores.
The game server information can be returned as an associative array or is outputted in a XML format. |