⚙️Insurance Config
Explore our dynamic Insurance system, offering customizable pricing based on vehicle value and protection against losses.
type = {
[1] = "automobile",
[2] = "bike",
[3] = "boat",
[4] = "heli",
[5] = "plane",
[6] = "boat",
}
This setting specifies what type of vehicles can be viewed from this insurance. This setting supports multiple vehicle types.
Vehicle types are defined through Vehicle Info Config.
InsuranceRetrieverLocations = {
[1] = {
location = vector4(-859.26, -265.32, 39.34, 150.00),
},
[2] = {
location = vector4(-863.41, -263.29, 39.45, 133.50),
},
This setting defines the potential spawn locations for vehicles at insurance. We recommend having a minimum of 5 spawn points.
Last updated
Was this helpful?