gta6/prompts
business
Vaultadvancedbusiness

Business Tax & Licensing

QBCore/QBox government system that issues business licenses, levies periodic revenue taxes on a server timer, and penalizes or closes a business on non-payment.

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

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…

🔒 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/business/24-business-tax-licensing.lua implements a server-authoritative government system: an official issues licenses behind a gov-job check, a server…

🔒 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-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 on Player.PlayerData.job.name == 'gov', and settle tax with Player.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.