Quote:
Originally Posted by jameskmonger
Put this at the VERY BOTTOM of your script.
Код:
stock DestroyAllVehicles()
{
for(new i;i<MAX_VEHICLES;i++)SetVehicleToRespawn(i);
}
By the way, check my sig.
|
When i put the comamnd with that, CPU usage increases a while and then goes normally, but spawned cars still there.
Quote:
Originally Posted by Don Correlli
Use this one:
Quote:
Originally Posted by Don Correlli
pawn Код:
stock DestroyAllVehicles() { for(new v = 1; v <= MAX_VEHICLES; v++) DestroyVehicle(v); }
|
Why?
Quote:
Originally Posted by Don Correlli
because vehicleID starts with 1
|
|
And with that, just all cars dissapear.