27.12.2009, 16:02
Hi, i've have a car spawning system, but
i have problem with destroying cars, i need that when new round starts last round vehicles get destroyed.
I'm using this car destroy code:
But the vehicles dont destroying..
i have problem with destroying cars, i need that when new round starts last round vehicles get destroyed.
I'm using this car destroy code:
Код:
forward DestroySpawnedVehicles(); public DestroySpawnedVehicles() { for(new vid = 17; vid < 343; vid++) DestroyVehicle(vid); }