gta6/prompts
police
Vaultintermediatepolice

Field Training & Academy Certification

ESX/QBCore/QBox field-training system — rookie modules, ride-along sign-offs and server-owned certification tiers that gate ranks, vehicles and armory.

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

Description

A field-training and academy system: rookies complete training modules, instructors sign off ride-alongs, and the server grants certification tiers that gate ranks, vehicle access and the armory. Servers sell it because whitelisted LEO communities want a real onboarding ladder instead of handing fresh hires a cruiser and a rifle on day one.

Prompt Template

Build a FiveM field-training/academy resource for ESX, QBCore and QBox for a…

🔒 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

See content/expected-outputs/police/30-field-training-academy-certification.lua — a client academy NUI plus salute anim, and a server that allow-lists modules, counts completions, grants…

🔒 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

  • Tier granted client-side, so rookies self-promoted.
  • Salute anim played before the dict loaded (T-pose).
  • Module event accepted any string instead of an allow-listed id.
  • Any player could sign off a rookie because the instructor check was client-side.

Corrective re-prompt: "Evaluate and grant certification tiers only on the server, validate the module id against a server allow-list, gate sign-off behind a server-side instructor role check, and await RequestAnimDict with while not HasAnimDictLoaded(dict) do Wait(0) end before the salute TaskPlayAnim."

Framework Integration

ESX: ESX.GetPlayerFromId(src); gate isInstructor on xPlayer.job.grade_name == 'fto' and set rank via xPlayer.setJob. QBCore: QBCore:GetCoreObject(); gate isInstructor on Player.PlayerData.job.name == 'police' with an FTO grade. QBox: exports.qbx_core:GetPlayer(src); check player.PlayerData.job.type == 'leo' plus an instructor grade.

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled to a rising training/whitelist niche.

Trend Signal

rising — inferred: Academy/FTO certification gating is rising alongside whitelist/training demand (adjacent to MASTER-200 id-002 Job Whitelist).

Sales Angle

Position as the structured academy that makes a whitelisted LEO department feel earned; pairs with whitelist + IA scripts. Recommended Tebex price $99.

Difficulty & Ship Time

intermediate · ships in 1 day.