04.05.2013, 13:59
I think it's something like this...
Quite frankly, if you didn't know that you shouldn't be using MySQL. You're using it completely incorrectly and you're only hurting yourself and your script in the long run. Go back to files, or teach yourself something before using MySQL.
pawn Код:
new
szQuery[500];
mysql_store_result();
while(mysql_fetch_row_format(szQuery, "|"))
{
sscanf(szQuery, "e<p<|>dds[92]dddddffffffffs[128]ddddfffff", LargeArrayVariableHere[argument1]);
// data is loaded into LargeArrayVariableHere
}