.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Half-Life 2 SDK (http://forums.bots-united.com/forumdisplay.php?f=62)
-   -   Will pay for your help :) (http://forums.bots-united.com/showthread.php?t=4999)

SuperHebbe 02-03-2006 00:10

Will pay for your help :)
 
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 :P

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 :clap:


SuperHebbe

www.superhebbe.com


All times are GMT +2. The time now is 18:56.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.