vi/raiser
economy
economy, GTA 6 style illustration
Coreintermediateeconomy

Salary Tiers Per Job Grade

QBCore salary-tier table with a GetSalary export, a player-facing lookup callback, and an admin command to patch grade salaries live.

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

Unlock 48 core 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
intermediate2-4h

Description

A QBCore salary-tier definition resource: it owns one table mapping job and grade to a salary, exposes a GetSalary export for the paycheck system to call, lets a player check their own tier with /salary, and gives admins a restricted /setsalary to tune values live. Centralising salaries here keeps the numbers in one place instead of scattered across scripts.

Prompt Template

You are writing a FiveM resource for qb-core.

🔒 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/economy/07-salary-tiers-per-grade.lua defines the tier table, a numeric getSalary with grade-0 fallback, a GetSalary export, a salary:mine callback, an…

🔒 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

  • Scattered numbers, inlining salaries at each call site makes tuning impossible. Require one table behind a GetSalary export.
  • String grade keys, grade.level is numeric; string keys never match. Require numeric indexing.
  • Open admin command, an ungated /setsalary is a self-enrichment exploit. Require the "admin" permission in QBCore.Commands.Add.
  • Unknown-grade crash, no fallback errors on a new grade. Require tier[grade] or tier[0] or 0.

Integration Notes

server.lua owns the table/export/admin command; client.lua is just /salary. Declare both in fxmanifest.lua; depends on qb-core. The paycheck resource calls exports['salary-tiers']:GetSalary(job, grade). Test: /salary as a graded cop shows the right tier; /setsalary police 2 999 as admin updates it; the same command as a non-admin is rejected.

Profit Potential

$250-$3500/mo on Tebex (expected ~$900), priced inside the $50-389 standalone-script band against a corpus of comparable Tebex sellers (median ~$11.85K/mo) for a rising economy niche.

Trend Signal

↗ rising, banking/economy is core RP-server infrastructure, steady demand.

Sales Angle

Position as economy infrastructure for QBCore/QBox, every paycheck reads one salary table through an export, and admins retune grades live without a restart. Recommended Tebex price: $59.

Difficulty & Ship Time

intermediate · ships in 2-4h.