Loading issues
#1

Hello

I have some loading issues with a dynamic News system.

pawn Код:
public OnQueryFinish( query[], resultid, extraid, connectionHandle )
{
    mysql_store_result();
    new type = extraid;
    if(type == QUERY_LOAD_ANNONCES)
    {
        new b[256];
        new i = 0;
        while(mysql_retrieve_row())
        {

            mysql_fetch_field_row(b,"texte");
            format(InfoNews[i][Titre],256,"%s",b);
            i++;

        }
    }
}
pawn Код:
stock LoadAnnonces()
{
    mysql_query("SELECT * FROM annonces LIMIT 22 ORDER BY id",QUERY_LOAD_ANNONCES,QUERY_LOAD_ANNONCES);
}
pawn Код:
new tdt2[3000];
    format(tdt2,sizeof(tdt2), "- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~- %s~n~",InfoNews[0][Titre],InfoNews[1][Titre],InfoNews[2][Titre],InfoNews[3][Titre],InfoNews[4][Titre],InfoNews[5][Titre],InfoNews[6][Titre],InfoNews[7][Titre],InfoNews[8][Titre],InfoNews[9][Titre],InfoNews[10][Titre],InfoNews[11][Titre],InfoNews[12][Titre],
    InfoNews[13][Titre],InfoNews[14][Titre],InfoNews[15][Titre],InfoNews[16][Titre],InfoNews[17][Titre],InfoNews[18][Titre],InfoNews[19][Titre],InfoNews[20][Titre],InfoNews[21][Titre]);
    convert_encoding(tdt2);
    acceuil6 = TextDrawCreate(105.000000, 166.096282, tdt2);
I have no warning or error, but in game nothing happend.
Reply
#2

Anyone can healp me ?
Reply
#3

Help please.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)