gta6/prompts
police
Vaultintermediatepolice

Impound & Tow-Lot Manager

ESX/QBCore/QBox impound + tow-lot manager that seizes vehicles, accrues per-day storage fees, gates release behind a server-validated payment, and pays a tow-contract cut.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~90 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

An impound + tow-lot manager: officers seize a vehicle on arrest or abandonment, the lot accrues a per-day storage fee, and the owner pays a server-validated release fee to get it back. It sells because it ties three player groups together — LEO, civilian owners, and tow-contract drivers — turning a single resource into a shared economy loop.

Prompt Template

You are writing a FiveM resource for [esx|qbcore|qbox]. Resolve the framework…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Expected Output

See content/expected-outputs/police/08-impound-tow-lot-manager.lua — seize,…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Client deletes the vehicle without server authority → ghost/desync on OneSync.
  • Fee computed client-side → player sets their own release price.
  • Vehicle respawned before its model streams in → CreateVehicle returns 0.

Corrective re-prompt: Keep the impound ledger and all fee math on the server; the client only requests seize/release and renders the result. Before respawn, RequestModel(model) and loop on HasModelLoaded until true, and route the delete through a server broadcast so OneSync stays consistent.

Framework Integration

  • ESX: ESX.GetPlayerFromId(src), xPlayer.getMoney()/removeMoney()/addMoney(), gate on xPlayer.job.name.
  • QBCore: QBCore.Functions.GetPlayer(src), Player.Functions.RemoveMoney('cash', fee), store records in player_vehicles for persistence.
  • QBox: exports.qbx_core:GetPlayer(src); pair with qbx_vehicles for the lot inventory.

Profit Potential

$150–$1950/mo on Tebex (expected ~$500). [INFERRED] Priced inside the $50-389 script band against the corpus median seller of $11.85K/mo (signal-scraper tebex_snapshot n=100) for a stable crossover niche.

Trend Signal

stable — strategy: MASTER-200 id-009 Tow & Impound ($79, 700/2,200/5,500); police-integrated impound is a steady civilian+LEO crossover.

Sales Angle

Cops impound, civilians pay, tow drivers earn — three player loops in one script. Recommended Tebex price $79.

Difficulty & Ship Time

intermediate · ships in 1 day.