Will pay for your help :)

SuperHebbe

Newbie
Joined
Jan 23, 2005
Messages
52
Reaction score
0
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: [email protected]

Thanks :)


SuperHebbe

www.superhebbe.com
 
im not experienced to help you but just out of curiosity how much are you willing to pay.
 
hum...?
"make me a little lib fil that put the needed data into my C structure when I call it from my program..."

What do you want exactly?
 
Back
Top