gta6/prompts
vehicles
Vaultadvancedvehicles

Dealership Financing & Repossession

An ESX/QBCore/QBox dealership that sells vehicles on installment loans with a down payment, recurring server-side payments, and automatic repossession on default.

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
~109 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A financing dealership for ESX/QBCore/QBox servers: instead of paying a car's full price, players put down a percentage and take a loan repaid in recurring installments. The server charges each installment automatically; miss too many and the car is repossessed. Servers sell it because installment debt is a far deeper, longer money-sink than a one-time outright purchase.

Prompt Template

You are writing a FiveM resource for ESX. ONE Lua file, client + server sections,…

🔒 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

The reference Lua at content/expected-outputs/vehicles/25-dealership-financing-repossession.lua implements a down-payment purchase, a recursive server-side SetTimeout installment chain that deducts…

🔒 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-side schedule — a disconnect skips installments; run the recurring chain on the server.
  • Free financing — delivering before the down payment clears or trusting a client price; charge server-side first.
  • Local-only repo — deleting one handle leaves re-spawned copies alive; track ownership server-side.

Corrective re-prompt: "Replace any client timer with a recursive server-side SetTimeout chain keyed by source, charge the down payment and every installment with removeMoney before delivery, and on default clear server-side ownership so the player can no longer re-spawn the vehicle."

Framework Integration

ESX: ESX.GetPlayerFromId(src) + getMoney()/removeMoney() drive the down payment and installments. QBCore: use Player.Functions.RemoveMoney('bank', amount) for installments and key loans by citizenid. QBox: same via exports.qbx_core:GetPlayer(src); persist loan state with player.Functions.SetMetaData('vehicleloan', ...).

Profit Potential

$250–$3500/mo on Tebex (expected ~$1000). [INFERRED] derived from the $50-389 paid-script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100), scaled for a rising economy-depth niche.

Trend Signal

rising — strategy: Niche-matrix economy-depth; financing/installments + repo is a deeper money-sink loop (distinct from outright dealership buy) — rising.

Sales Angle

Position as the credit-and-debt layer that turns a single car sale into weeks of recurring payments and repossession drama. Recommended Tebex price: $349.

Difficulty & Ship Time

advanced · ships in 1 day.