Description
A tire bay where mechanics fit rims and tire compounds (all-season, sport, offroad), each with its own grip and puncture-wear profile, through a short skill-based change minigame. The minigame score becomes an alignment grade that the server clamps and turns into a real handling nudge, so a clean install actually drives better — depth that flat "buy upgrade" shops can't match.
Prompt Template
You are writing a FiveM Lua script for QBCore/QBox. Build a tire & wheel service…
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/mechanic/19-tire-wheel-service.lua implements the compound catalog, an animated tire-change minigame, and a server-side payment + clamped-alignment…
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-side grip — handling is changed before the server confirms payment, so players fit sport tires free.
- Anim no-op —
TaskPlayAnimfires before the dict loads and the ped never moves. - Trusted alignment — the server applies the raw client quality, so a spoofed
tire:purchaseforces perfect grip.
Corrective re-prompt: Move ALL grip/handling application behind a successful server RemoveMoney, clamp the client-sent quality into [0.3,1.0] on the server before deriving alignment, and guarantee the mini@repair dict is loaded with a while not HasAnimDictLoaded(dict) do Wait(0) end loop before TaskPlayAnim.
Framework Integration
ESX: swap to ESX.GetPlayerFromId(src) and xPlayer.removeAccountMoney('bank', price); notify with esx:showNotification.
QBCore: exports['qb-core']:GetCoreObject(), Player.Functions.RemoveMoney('bank', price), QBCore:Notify.
QBox: exports.qbx_core:GetPlayer(src) with the same Player.Functions.RemoveMoney API as shown.
Profit Potential
$250–$3500/mo on Tebex (expected ~$900). [INFERRED] Priced in the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled for a rising tuning-depth niche.
Trend Signal
↗ rising — inferred: Tire wear and compounds deepen the rising tuning sim [inferred].
Sales Angle
Position as a depth add-on for tuning servers that already run a body shop — the alignment-affects-handling hook is the upsell. Recommended Tebex price $79-119.
Difficulty & Ship Time
intermediate · ships in 1 day.