Car spawn
#1

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
Reply
#2

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

it is not what i want
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)