View Single Post
Will pay for your help :)
Old
  (#1)
SuperHebbe
Member
 
Status: Offline
Posts: 1
Join Date: Mar 2006
Question Will pay for your help :) - 02-03-2006

Hi

I have made a statsprogram for DM servers and there is a problem with logging... Seems that the log only updates when the map changes...
So I need some help from a programmer that can make me a little lib fil that put the needed data into my C structure when I call it from my program...
I can pay you some money by PayPal

Here's the data I need to get from the server:
typedef struct
{
char Nick[65], Steam_ID[21], IP[16];
WORD frags;
} PlayerInfo;
typedef struct
{
UBYTE max_players, players_online;
char MapName[101];
PlayerInfo pInfo[32];
} ServerInfo;

If you know what this is all about add me to MSN: lille_gomle@hotmail.com

Thanks


SuperHebbe

www.superhebbe.com
  
Reply With Quote