25.06.2009, 09:55
Ok i made it
LastCar is last cars id. Maybe someone need this too On OnVehicleSpawn doesnt work this...
pawn Код:
forward CheckVehicles();
public CheckVehicles()
{
for(new DestVeh = LastCar+1; DestVeh < 701; DestVeh++)
{
DestroyVehicle(DestVeh);
}
return 1;
}