03.06.2014, 08:05
I don't get it correctly, but if I'm correct try this:
(if I'm wrong, please mention)
pawn Код:
//add a string
new savingstring[20];
//At your comment
else {
while(mysql_fetch_row_format(query,"|"))
{
mysql_fetch_field_row(savingstring, "Your_saved_field_Name"); //Do your code
}
}
mysql_free_result();
//For Example
mysql_fetch_field_row(savingstring, "scores"); SetPlayerScore(playerid, strval(savingstring));