⚙️Impound Config
Discover the functionality of our comprehensive Impound system.
Impound Config
Config.WhitelistedImpoundJobs = {
"police",
"police2",
}
This setting manages which jobs are granted access to the /impound command, supporting multiple jobs.
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 impound. This setting supports multiple vehicle types.
Vehicle types are defined through Vehicle Info Config.
ImpoundRetrieverLocations = {
[1] = {
location = vector4(410.75, -1636.66, 29.19, 230.00),
},
[2] = {
location = vector4(409.14, -1639.11, 29.19, 230.00),
}
This setting defines the potential spawn locations for impounded vehicles. We recommend having a minimum of 8 spawn points.
Impound Lock Config
Config.UnlockImpoundJobs = {
[1] = "police",
[2] = "police2",
}
This setting manages which jobs are granted access to the impound lock form.
Last updated
Was this helpful?