20.10.2011, 22:01
pawn Код:
new bool:IsVehicleVeh[MAX_VEHICLES];
//Under your OnDialofResponse. Show us your code if you have no idea where to put this
IsVehicleVeh[vehicleidhere]++;
//Command to delete vehicle
for(new i=1;i<=MAX_VEHICLES;i++)
{
if(IsVehicleVeh[i]) DestroyVehicle(i);
}