Car destroy
#1

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:
Код:
forward DestroySpawnedVehicles();
public DestroySpawnedVehicles()
{
	for(new vid = 17; vid < 343; vid++) DestroyVehicle(vid);
}
But the vehicles dont destroying..
Reply
#2

Delete this post please
Reply
#3

Anyone? ;(
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)