06.07.2011, 21:58
Respawning the car itself isnt hard. It is just
SetVehicleToRespawn(vehicleid);
But in order to make it fully compatible with this system you have to add the lines I posted before in your OnVehicleRespawn, so it spawns at the right coordinates, if you change them in the script.
SetVehicleToRespawn(vehicleid);
But in order to make it fully compatible with this system you have to add the lines I posted before in your OnVehicleRespawn, so it spawns at the right coordinates, if you change them in the script.