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).
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access, pay once
- All 510 prompts, the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates, new niches as the market moves
$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…
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access, pay once
- All 510 prompts, the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates, new niches as the market moves
$49 for 60 · $199 for all 510 + intelligence, one-time, no subscription.
Known Failure Modes & Corrective Prompt
- Client-sent price, trusting
data.pricelets a cheater buy any car for $1. Look the price up from the server catalog by modelKey only. - Null vehicle handle,
CreateVehiclewithoutRequestModel+ the wait-for-load loop returns 0 and the slot stays empty. - Leaked test car, no
SetTimeoutdelete leaves free cars; and purchase withoutRegisterNetEventserver-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), priced inside the $50-389 standalone-script band against a corpus of comparable Tebex sellers (median ~$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.
