07.08.2009, 18:02
Quote:
|
Originally Posted by APTEM
I something and shall not understand as from sql to read the information. Write please ready code.
Код:
new Data[1024];
new Field[64];
new rcnt = 1;
MySQLFetchAcctRecord(PlayerInfo[playerid][pSQLID], Data);
samp_mysql_strtok(Field, "|", Data);
while (samp_mysql_strtok(Field, "|", "")==1)
{
|

