Car destroy - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Car destroy (
/showthread.php?tid=116127)
Car destroy -
jaksimaksi - 27.12.2009
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..
Re: Car destroy -
Luka P. - 27.12.2009
Delete this post please
Re: Car destroy -
jaksimaksi - 27.12.2009
Anyone? ;(