CreateVehicle & OnVehicleDeath
#1

I am looking to prevent a vehicle created with CreateVehicle from respawning after death

is it as simple as using this to create

Код:
vehiclename = CreateVehicle(veh, xpos, ypos, zpos, angle, -1, -1);
and this to destroy?

Код:
OnVehicleDeath(vehicleid, killerid)
{
DestroyVehicle(vehiclename);
}
Reply


Messages In This Thread
CreateVehicle & OnVehicleDeath - by adsy - 06.01.2010, 13:08
Re: CreateVehicle & OnVehicleDeath - by Correlli - 06.01.2010, 13:12
Re: CreateVehicle & OnVehicleDeath - by adsy - 06.01.2010, 13:17
Re: CreateVehicle & OnVehicleDeath - by Correlli - 06.01.2010, 13:21
Re: CreateVehicle & OnVehicleDeath - by adsy - 06.01.2010, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)