29.06.2012, 21:46
I don't use BlueG's, but thanks.
Also; the OwnedCar(newcar) = vID; is telling the script that it's an owned vehicle.
Will that work?
Also; the OwnedCar(newcar) = vID; is telling the script that it's an owned vehicle.
pawn Код:
mysql_query("SELECT * FROM houses");
mysql_ store_result();
while(mysql_retrieve_row()) //this will be running until all rows are processed
{
//you can use mysql_fetch_field and mysql_fetch_field_row here
}
mysql_free_result();