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…
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
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…
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
- 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.