12.07.2010, 03:50
You could create an array and use it for your vehicles.
The only problem with that is you need a vehicle id to use for the array index. You could use CreateVehicle instead of AddStaticVehicleEx so you could get the vehicle id. It's up to you.
pawn Код:
//At the top
new VehID[MAX_VEHICLES];
//Right above VehiclePID++;
VehID[vehicleid] = VehiclePID;