Description
A government tax and licensing system for economy-driven roleplay: officials issue business licenses, a server-side timer levies periodic revenue taxes, and unpaid arrears trigger penalties or force the business closed. Servers buy it because it closes the business money-sink loop and gives the government job real economic teeth instead of cosmetic paperwork.
Prompt Template
You are writing a FiveM resource (client.lua + server.lua) for a government…
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/24-business-tax-licensing.lua implements a server-authoritative government system: an official issues licenses behind a gov-job check, a server…
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 timer/arrears — running the tax loop or arrears math on the client lets a player dodge taxes by not running the resource; keep the ledger, timer, and closure on the server.
- Self-licensing — issuing without a server-side government-job check lets any player self-license; gate issuance on a gov-job check.
- Anim T-pose — calling TaskPlayAnim before the dict loads skips the animation; wait on HasAnimDictLoaded.
Corrective re-prompt: "Move the whole tax engine server-side: the server holds the BizRegistry, a CreateThread/Wait loop accrues tax every TAX_INTERVAL into arrears, and a business is closed when arrears exceed CLOSE_THRESHOLD. Issuance requires a server-side government-job check, and gov:payTax charges the owner and clears arrears on the server. The client only triggers commands and renders notices."
Framework Integration
- QBCore: use
exports['qb-core']:GetCoreObject(), gate issuance onPlayer.PlayerData.job.name == 'gov', and settle tax withPlayer.Functions.RemoveMoney('bank', ...). - QBox: call
exports.qbx_core:GetPlayer(src), check the job via QBox player data, and charge with the QBox money API. - ESX: if extended, resolve
exports['es_extended']:getSharedObject()and persist the BizRegistry to a DB table so arrears survive restarts.
Profit Potential
$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 FiveM script band for a rising government-economy niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100).
Trend Signal
↗ rising — strategy: Matrix selects government-economy depth; periodic business taxation closes the money-sink loop and is rising as servers mature their economies.
Sales Angle
Position as the government money-sink keystone — licenses, periodic taxes, penalties, closure — that completes a server economy and gives the gov job real teeth. Recommended Tebex price $249.
Difficulty & Ship Time
advanced · ships in 1 day.