[Help] Function load failing
#2

Try it like:

pawn Код:
new i = 0;

mysql_query("SELECT * FROM vehicles WHERE Type != 1");
mysql_store_result():

while(mysql_fetch_row_format(query, "|"))
{
    // Extract stuff from the current line here
    // use the i variable as index for your vehicleinfo
    i++;
}

mysql_free_result();
Reply


Messages In This Thread
[Help] Function load failing - by Hornet600 - 21.04.2011, 19:43
Re: [Help] Function load failing - by Vince - 21.04.2011, 20:18
Re: [Help] Function load failing - by Hornet600 - 21.04.2011, 20:38
Re: [Help] Function load failing - by Vince - 21.04.2011, 20:43

Forum Jump:


Users browsing this thread: 2 Guest(s)