gta6/prompts
mechanic
Vaultintermediatemechanic

Nitrous (NOS) System

An ESX/QBCore/QBox NOS system: an installable bottle with a purge anim, a timed depleting boost, and a server-charged paid shop refill.

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

Description

An installable NOS bottle with a purge effect, a timed boost that depletes the bottle, and a paid shop refill that the server charges for. The refill loop turns a fun-button into a recurring money sink, which is exactly why race-RP servers buy it over a free standalone.

Prompt Template

Write a FiveM Lua resource "nossystem" (QBCore) for a nitrous system with purge,…

🔒 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/mechanic/08-nitrous-nos-system.lua implements a server-owned bottle level, a dict-loaded purge anim, a throttled depleting boost, and a cash-charged…

🔒 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-owned level — the bottle is a local variable refilled for free. Force a server levels[src] table and a charged requestRefill round-trip.
  • Unloaded purge animTaskPlayAnim fires before the dict loads. Mandate the RequestAnimDict + HasAnimDictLoaded wait loop.
  • No-Wait boost drain — the boost thread spends the whole bottle in one frame. Require Wait(100) per tick.

Corrective re-prompt: Make the bottle level server-authoritative (levels[src] on the server, charged via RemoveMoney before setLevel), wrap the purge anim in RequestAnimDict + a HasAnimDictLoaded wait loop, and throttle the boost CreateThread with Wait(100) draining 0.5 per tick.

Framework Integration

  • ESX: exports['es_extended']:getSharedObject(); refill via xPlayer.removeMoney(price) and sync with the same nos:setLevel event.
  • QBCore: exports['qb-core']:GetCoreObject() + Player.Functions.RemoveMoney('cash', price, 'nos-refill') as written.
  • QBox: exports.qbx_core:GetPlayer(src) then Player.Functions.RemoveMoney; the net events port unchanged.

Profit Potential

$240–$3300/mo on Tebex (expected ~$880). [INFERRED] priced inside the $50-389 script band against the signal-scraper corpus (median seller $11.85K/mo, n=100), scaled for a rising race-RP niche.

Trend Signal

rising — inferred: Race-RP staple riding the rising vehicle bucket; refill economy adds a money sink [inferred].

Sales Angle

Position as a race-RP NOS with a built-in economy — paid refills make it a recurring money sink admins love. Recommended Tebex price $150, or bundle into a racing pack.

Difficulty & Ship Time

intermediate · ships in 4-6h.