gta6/prompts
police
Vaultintermediatepolice

BOLO Broadcast & Proximity Alerts

ESX/QBCore/QBox BOLO broadcaster that flags a plate server-wide, auto-pings officers when a flagged target enters proximity, and expires entries on a TTL.

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

Description

A BOLO (be-on-the-lookout) broadcaster: an officer flags a plate server-wide and every patrolling officer gets an auto-ping when the flagged target moves into range. Entries expire on a TTL so the board stays current. It sells as the reactive upgrade over a static MDT BOLO list — patrols feel alive when the radio lights up on proximity.

Prompt Template

You are writing a FiveM resource for [esx|qbcore|qbox]. Resolve the framework…

🔒 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/10-bolo-broadcast-proximity-alerts.lua — 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.

Known Failure Modes & Corrective Prompt

  • BOLO list client-side → proximity can be spoofed.
  • Per-frame position reports → network flood.
  • No TTL purge → stale flags leak and mis-ping.

Corrective re-prompt: Keep the active-BOLO table and the distance test on the server; the client only reports its own position on a 3s Wait loop and renders pings. Call a purgeExpired() that drops entries where expires <= os.time() at the top of every position report.

Framework Integration

  • ESX: ESX.GetPlayerFromId(src), gate creates on xPlayer.job.name == "police".
  • QBCore: QBCore.Functions.GetPlayer(src), gate on PlayerData.job.name; sync via TriggerClientEvent(-1, ...).
  • QBox: exports.qbx_core:GetPlayer(src); pair with ox_mdt to populate the BOLO board UI.

Profit Potential

$150–$1850/mo on Tebex (expected ~$470). [INFERRED] Priced inside the $50-389 script band against the corpus median seller of $11.85K/mo (signal-scraper tebex_snapshot n=100) for a stable enhancement niche.

Trend Signal

stable — corpus: BOLO board ships in ox_mdt; proximity auto-alert variants are an established enhancement layer.

Sales Angle

The proximity auto-ping is the upgrade over a static BOLO board — it makes patrols reactive. Recommended Tebex price $59.

Difficulty & Ship Time

intermediate · ships in 2-4h.