Description
A pursuit-governance layer for serious-RP servers: every chase is auto-logged, a supervisor must authorize and later terminate it, the server scores speed and risk, and a pursuit report is filed to the MDT. Servers buy it because whitelisted communities want accountable, policy-driven pursuits rather than free-for-all chases.
Prompt Template
You are writing a FiveM resource for esextended (stable, exports getSharedObject).
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
The reference Lua at content/expected-outputs/police/18-pursuit-management-policy-log.lua implements server-opened pursuits, a supervisor-gated authorize/terminate, a tick loop that accrues max speed…
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
- Client-trusted authorization — letting the client authorize/terminate means any officer self-approves a pursuit.
- Client-side scoring — computing the risk score on the client lets a cheater fake the report.
- Half-registered replies —
pursuit:opened/pursuit:closedwithoutRegisterNetEventnever reach the primary officer.
Corrective re-prompt: Enforce the supervisor rank check, the authorized flag, the speed/risk scoring and the final report inside the server section only (check xPlayer.job.grade against a threshold), and declare pursuit:opened, pursuit:closed and pursuit:notify with RegisterNetEvent plus client handlers.
Framework Integration
ESX: local ESX = exports['es_extended']:getSharedObject(); gate authorize/terminate on xPlayer.job.grade >= supervisorGrade and write the report to your MDT table.
QBCore: local QBCore = exports['qb-core']:GetCoreObject(); check Player.PlayerData.job.grade.level and persist the report via your MDT resource.
QBox: exports.qbx_core:GetPlayer(src) and the qbx_core job grade; the pursuit state machine and scoring are framework-agnostic.
Profit Potential
$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled to a rising serious-RP governance niche.
Trend Signal
↗ rising — inferred: Supervised-pursuit logging/policy is an emerging governance layer above raw chases; rising in serious-RP communities. Distinct from spike-strip hardware.
Sales Angle
Position as a pursuit-policy governance layer for whitelisted/serious-RP LEO departments — recommended Tebex price $249, sold alongside an MDT or CAD integration.
Difficulty & Ship Time
advanced · ships in 1 day.