PDA

View Full Version : Need help from a BF2 Rcon programmer


dr4tsab
19th September 2005, 18:20
Hi, im in the process of making a simple bf2 .php server monitor script for our clan site www.version2.co.uk (http://www.version2.co.uk) I've managed to get a working Rcon connection & return a list of current players.

But does anyone know how to get....

- which team the player is on?
- current player score?

It's a MUPK ranked server BTW.

Thanks for any help;)

K
19th September 2005, 18:42
You shouldnt use rcon to do this.
Instead use qstat or just parse the output from our xml feed e.g.
http://clanforge.multiplay.co.uk/public/servers.pl?event=Online;opt=ServerXml;serverid=<serverid>;fake=server.xml

Replace <serverid> with your servers id found in ClanForge -> Servers -> details.

dr4tsab
19th September 2005, 18:57
Thanks Killing, that's just what i need:cool: