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). [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.