Skip to main content

πŸš— 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!

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
HologramEnabledtrue / falseIf true it will show a hologram timer until vehicle is deleted
HologramKeyNumber (Key)Hotkey to enable the hologram. If value is set to 0, it'll show per default.
HologramDistanceNumberDistance in meters to show hologram if hotkey is not configured
HologramVisibleInVehicletrue / falseIf set to true Hologram will be shown while sitting in vehicle
TimeToLiveNumber (Time)Time for a vehicle to be allowed to sit idle in seconds
TimeForUpdateNumber (Time)Number of seconds between updates (for better performance)
BlacklistString (Array)List of vehicles not to delete even if in idle.
CustomString + Number (Object)List of vehicle models and times to apply to specific models

*For all FiveM Hotkeys check: FiveM Controls