Mysql problem
#2

I don't get it correctly, but if I'm correct try this:

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));
(if I'm wrong, please mention)
Reply


Messages In This Thread
Mysql problem - by kamiliuxliuxliux - 03.06.2014, 07:26
Re: Mysql problem - by Youice - 03.06.2014, 08:05

Forum Jump:


Users browsing this thread: 1 Guest(s)