Use Coupon WELCOME to save 20%

$ USD
  • $ USD
  • € EUR
  • £ GBP
  • $ AUD
  • R$ BRL
  • CHF CHF
  • ¥ JPY
Simple Car Deleter script – Free FiveM Mods

Simple Car Deleter Script for FiveM

hajden_delvehicles is a vehicle-cleanup resource by Hajdenko. Its manifest declares ox_lib and version 1.0.0. It provides timed cleanup, a control menu and configurable safe zones. Framework-independent deletion does not mean its bundled permission adapters work on every framework.

Permissions and vehicle protection need correction

The server cleanup and stop commands do not check the caller’s permissions. Menu access is checked on the client; the server group adapter assumes a QBCore group field, returns a placeholder for Qbox and depends on an external vRP object. Review server-side authorization and your actual framework API before enabling administration commands.

IgnorePlayerVehicles checks whether the local player is in a vehicle, rather than whether each candidate vehicle has a player occupant or a stored owner. Job-vehicle exclusion relies on a jobVehicle state value supplied elsewhere. Neither option proves that occupied or owned vehicles are safe from deletion.

Prepare a controlled cleanup test

Install ox_lib first and place the extracted resource in a folder named hajden_delvehicles. Disable Config.RepeatedTimer.enabled before the first start: the supplied configuration enables a repeating timer with a ten-minute interval and a five-minute countdown. Safe zones are empty by default.

On a development server, test an ordinary player and each intended staff group separately. Check occupied, empty, job and persistent garage vehicles inside and outside a configured safe zone. Confirm deletion and cancellation from two clients and verify garage recovery before scheduling cleanup.

Source and review scope

Source checked on 10 September 2026 at revision 9ea868b8d701fb301a4ee4dd7d11ca9e12a0e94a. The repository includes GPL-3.0. These findings come from source inspection; no FiveM runtime or performance benchmark was performed.

Review the hajden_delvehicles source

Leave a Reply