Return a vehicle to car dealer, assuming player, NPC and the car entities are valid.
Used in: VCMod Main addon.
Server Entity Vehicle:VC_CD_returnVehicle(Boolean force)
1. Boolean force; Force
If forced all pricing and distance checks will be ignored.
hook.Add("VC_EngineExploded", "CustomHookName", function(ent, silent) print("Vehicle "..ent:VC_getName().." has exploded, returning to car dealer.") ent:VC_CD_returnVehicle(true) end)