Destroying vehicle
#3

pawn Код:
//global
new myCar;

//gamemodeinit or wherever you spawn the vehicle the first time
myCar = AddStaticVehicle(...);

//where you want to destroy
DestroyVehicle(myCar);

//onplayerentercheckpoint
myCar = CreateVehicle(...);
Reply


Messages In This Thread
Destroying vehicle - by SkizzoTrick - 14.10.2010, 12:25
Re: Destroying vehicle - by ColdXX - 14.10.2010, 12:40
Re: Destroying vehicle - by LarzI - 14.10.2010, 12:41
Re: Destroying vehicle - by SkizzoTrick - 14.10.2010, 12:42
Re: Destroying vehicle - by LarzI - 14.10.2010, 13:44

Forum Jump:


Users browsing this thread: 2 Guest(s)