24.05.2013, 01:29
pawn Код:
public LoadCar()
{
new file[26];
for(new idx = 1; idx < sizeof(CarInfo) ; idx++)
{
format(file, sizeof(file),"SELECT * from `ownedcars` WHERE `id`=%d LIMIT 1;", idx)
mysql_query(file);
mysql_store_result();
CarInfo[idx][cModel] = mysql_fetch_field_row("Model", file);