π 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!
Linksβ
- FiveM Forum Post: Auto Delete Pro: Ultimate Vehicle Cleanup Solution
- YouTube Video: Watch the Demo
- Download: Get Auto Delete Pro
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
}
}
Name | Expected Value | Description |
---|---|---|
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 |
HologramVisibleInVehicle | 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: FiveM Controls