MySQL server info saving?
#1

Is it possible to save server infos in MySQL? like...

TotalKicks: X
TotalConnects: X

pawn Код:
Serverkicks ++;
ServerConnects ++;
and how to read from them?
pawn Код:
new string[35];
format(string,sizeof(string),"There has been %d kiced players on this server",ServerKicks);
SendClientMessage(playerid,0xFFFFFAA,string);
if possible... HOW? soz caps
Reply


Messages In This Thread
MySQL server info saving? - by Unknown123 - 24.03.2011, 10:38
Re: MySQL server info saving? - by THE_KNOWN - 24.03.2011, 10:41
Re: MySQL server info saving? - by Unknown123 - 24.03.2011, 11:21
Re: MySQL server info saving? - by THE_KNOWN - 24.03.2011, 11:31
Re: MySQL server info saving? - by THE_KNOWN - 24.03.2011, 11:44
Re: MySQL server info saving? - by Unknown123 - 24.03.2011, 12:15

Forum Jump:


Users browsing this thread: 2 Guest(s)