⚙️Impound Config

Discover the functionality of our comprehensive Impound system.

Impound Config

Config.ImpoundUnusedVehicles = true
Config.ImpoundUnusedVehicleTimer = 72
Config.ImpoundUnusedVehiclePrice = 1000
Config.ImpoundUnusedVehicleReason = "Illegal Parking"

This setting enables the automatic impounding of unused vehicles after a specified time, with the default timer set to 72 hours. If a vehicle remains untouched for 72 hours and hasn't been garaged, exploded, or manually impounded, it will be impounded automatically with a fee of 1000 and the reason set to 'Illegal Parking'.

location.markerLocation = vector3(409.38,-1623.08,29.29),
location.minZ = 28.00,
location.maxZ = 31.50,
location.impoundPoly = {
    [1] = vector2(409.56, -1615.87),
    [2] = vector2(388.13, -1641.94),
    [3] = vector2(410.95, -1660.62),
    [4] = vector2(428.79, -1636.22)
}
  • markerLocation: This setting designates the marker location for accessing the impounding form.

  • minZ & maxZ: These settings determine the polyzone's minimum and maximum height. Recommended values are minZ -3 from the putInMarkerLocation.z and maxZ + 10 of the putInMarkerLocation.z for accuracy.

  • PolyZone: This setting generates the polyzone, typically configured with 4 locations to create a box-like shape.


Impound Lock Config

Last updated

Was this helpful?