🚗Auto Delete Pro

AutoDeletePro adds a timer to vehicles for deletion for unused vehicles on your server.

Note: Auto Delete Pro only works with OneSync Infinity enabled!

FiveM Forum Post: https://forum.cfx.re/t/auto-delete-pro-ultimate-vehicle-cleanup-solution/2882553

YouTube Video: https://www.youtube.com/watch?v=WSv0PyCk6_M

Download: https://garmingo.com/games/tebex/4708976

About the config.json

Below is the config.json file with descriptions for all the values.

{
  "HologramEnabled": true,           // If true show timer over vehicle til auto deleted
  "HologramKey": 19,                 // Key to show hologram, if 0 will show within distance
  "HologramDistance": 10.0,          // Distance to show hologram if key not configured
  "HologramVisibleInVehicle": false, // Show hologram while in vehicle?
  "TimeToLive": 60,                  // Time for a vehicle to be allowed to sit idle in seconds
  "TimeForUpdate": 30,               // Number of seconds between updates (an approximate)
  "Blacklist": ["police", "car2"],   // List of vehicle models to not track 
  "Custom": {                        // List of vehicle models and times to apply to that model
    "police2": 60,
    "sheriff": 15
  }
}
NameExpected ValueDescription

HologramEnabled

true / false

If true it will show a hologram timer until vehicle is deleted

HologramKey

Number (Key)*

Hotkey to enable the hologram. If value is set to 0, it'll show per default.

HologramDistance

Number

Distance in meters to show hologram if hotkey is not configured

HologramVisibileInVehicle

true / false

If set to true Hologram will be shown while sitting in vehicle

TimeToLive

Number (Time)

Time for a vehicle to be allowed to sit idle in seconds

TimeForUpdate

Number (Time)

Number of seconds between updates (for better performance)

Blacklist

String (Array)

List of vehicles not to delete even if in idle.

Custom

String + Number (Object)

List of vehicle models and times to apply to specific models

*For all FiveM Hotkeys check: https://docs.fivem.net/docs/game-references/controls/

Last updated