gta6/prompts
business
Vaultadvancedbusiness

Vehicle Dealership Showroom

ESX player car dealership with showroom display vehicles, timed test drives, down-payment financing and salesperson commission, with pricing and payouts server-validated.

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

Description

A full player-run car dealership: physical showroom vehicles on display, timed test drives, a financing option with a down payment, and salesperson commission paid into the company account on every sale. The dealership category is crowded, so this one wins on bundling features most single-purpose scripts split apart.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

πŸ”’ 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/business/18-vehicle-dealership-showroom.lua implements showroom spawning, a 60-second auto-cleaned test drive, server-side catalog/price lookup with a…

πŸ”’ 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-sent price β€” trusting data.price lets a cheater buy any car for $1. Look the price up from the server catalog by modelKey only.
  • Null vehicle handle β€” CreateVehicle without RequestModel + the wait-for-load loop returns 0 and the slot stays empty.
  • Leaked test car β€” no SetTimeout delete leaves free cars; and purchase without RegisterNetEvent server-side never charges.

Corrective re-prompt: Remove any client-supplied price; the purchase handler must resolve price via findItem(modelKey) on the server and reject unknown keys. Add RequestModel + while not HasModelLoaded(model) do Wait(0) end before every CreateVehicle, DeleteEntity the test car in a SetTimeout, and wrap dealer:purchase and dealer:requestTest in RegisterNetEvent.

Framework Integration

ESX: catalog priced server-side; xPlayer.getMoney()/getAccount("bank"), commission via esx_society + esx_addonaccount ("cardealer"). QBCore: register the owned vehicle in player_vehicles via oxmysql, charge through Player.Functions.RemoveMoney, commission via qb-management. QBox: exports.qbx_core:GetPlayer(src), persist with qbx_vehicles, and pay commission through qbx_management.

Profit Potential

$80–$1200/mo on Tebex (expected ~$300). [INFERRED] priced inside the $50-389 standalone-script band against the signal-scraper corpus (tebex_snapshot n=100, median seller $11.85K/mo) for a saturated dealership niche.

Trend Signal

β†˜ saturated β€” corpus: Dealership scripts are a saturated, high-value Tebex category in scraper snapshots.

Sales Angle

Position on differentiation in a crowded market β€” showroom display, timed test drives, financing and commission bundled where rivals ship them separately. Recommended Tebex price: $129.

Difficulty & Ship Time

advanced Β· ships in 1 day.