14.10.2010, 12:41
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(...);