12.09.2013, 10:18
If you don't need to remove the vehicles in the server use AddStaticVehicle, otherwise use CreateVehicle so you can remove them later in the server.
Typically AddStaticVehicle is used for server vehicles so they re-spawn after death, while CreateVehicle exists for vehicle systems in which you need to delete the vehicle at a certain time.
Typically AddStaticVehicle is used for server vehicles so they re-spawn after death, while CreateVehicle exists for vehicle systems in which you need to delete the vehicle at a certain time.