vi/raiser
business
business, GTA 6 style illustration
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.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~110 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25
Unlock price
$199Vault

Unlock all 510 prompts

Profit potential / morising
$900($250 to $3,500)

$50-389 script band, sized for a rising niche; top sellers clear around $11.85K/mo.

Effort vs return
advanced1 day

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), priced inside the $50-389 FiveM script band for a rising government-economy niche; top sellers clear around $11.85K/mo (comparable Tebex).

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.