How to use the WHERE clause similar with pawn?
#2

Use a loop, or have an SQLite DB.
pawn Код:
for(new i; i < sizeof(DealerShipVehicles); i++)
    if(DealerShipVehicles[i][VModel] == 473) return DealerShipVehicles[i][VPrice];
Reply


Messages In This Thread
How to use the WHERE clause similar with pawn? - by SomebodyAndMe - 17.05.2013, 10:45
Re: How to use the WHERE clause similar with pawn? - by Vince - 17.05.2013, 10:52

Forum Jump:


Users browsing this thread: 2 Guest(s)