Repossession
Edit rcore_dealership/configs/config.repo.lua for vehicle repossession missions.
When a financed vehicle defaults on its payments it can be repossessed. Repo missions can be run by dealership employees with a tow truck, or offered to the public.
๐ Spawn Locations
Config.Dealership.Repo.SpawnLocations is a list of 16 vector4(x, y, z, heading) points where repossessed vehicles spawn.
โ๏ธ Settings
TowTruckModel
towtruck2
Tow truck model for employee repo missions.
PublicRepoTimeLimit
1800
Time limit for public repo missions (30 minutes).
PublicReward
7500
Cash paid to a non-employee who completes a public repo. Set 0 to disable public repos.
PublicAbandonGrace
30
Seconds to re-enter the vehicle before a public mission auto-fails.
DeliveryRadius
10.0
Delivery detection radius at the dealership.
DeliverySpeed
2.0
Maximum speed for delivery completion.
CompensateDealership
true
Compensate the dealership for repossessed vehicles.
ExpiryCheckInterval
60
Seconds between checks for expired public repos.
NonTowableClasses
{ [8], [13] }
Vehicle classes that can't be towed (motorcycles and cycles).
Last updated