SA-MP Forums Archive
Car spawn - 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 spawn (/showthread.php?tid=269946)



Car spawn - SydonaiCZ - 18.07.2011

Hi, i want filterscript that spawn cars but when u write destroy it destroy only spawned cars not gamemode included cars there is screens
http://imageshack.us/g/219/gtasa2011071818423143.jpg/
(this is in czech i want it in eng and this file is only amx )
u type /ecar 562 1 1 and white elegy spawned
then /edestroy and only that white elegy spawned (or others spawned cars) but other stay


Re: Car spawn - park4bmx - 18.07.2011

use my ServerCtrlPanel V2.0
you can do that with dialogs u can create Vehicles/Destroy & Saved them into a File


Re: Car spawn - SydonaiCZ - 18.07.2011

it is not what i want


Re: Car spawn - =WoR=Varth - 19.07.2011

Loop all vehicle.
pawn Код:
for(new i=1;i<MAX_VEHICLES;i++)
{
    DestroyVehicle(i);
}