gta6/prompts
police
Vaultadvancedpolice

Computer-Aided Dispatch Center

ESX/QBCore dispatcher console with a server-owned live 911 queue, 10-code unit status, drag-to-assign and real-time map blips.

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

Description

A Computer-Aided Dispatch console: a live 911 call queue, 10-code unit status board, drag-to-assign of units to calls, and real-time map blips with priority triage. It turns a lone dispatcher into the nerve center of a LEO shift, and polished, server-authoritative dispatch is one of the highest-demand LEO categories on Tebex.

Prompt Template

You are writing a FiveM resource for a Computer-Aided Dispatch (CAD) center that runs…

🔒 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 lives at content/expected-outputs/police/02-computer-aided-dispatch-center.lua. It implements a server-owned call queue and unit roster, a dispatcher-only fan-out of new 911 calls,…

🔒 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

  • Client-side queue — each dispatcher renders a private board; the Queue and Units must be server-authoritative and broadcast.
  • Leaked calls — pushing cad:newCall to every player exposes calls; fan out filtered to dispatchers/officers.
  • Stale blips — call blips never removed clutter the map; Wait(60000) then RemoveBlip.

Corrective re-prompt: "Move Queue, Units and nextId into server.lua, fan cad:newCall only to dispatchers, and remove each call blip after a 60s timeout."

Framework Integration

  • ESX: ESX = exports['es_extended']:getSharedObject(); filter dispatchers by xPlayer.job.name.
  • QBCore: QBCore = exports['qb-core']:GetCoreObject(); iterate QBCore.Functions.GetPlayers() for the fan-out.
  • QBox: use exports.qbx_core:GetQBPlayers() and the same job.name filter.

Profit Potential

$400–$6000/mo on Tebex (expected ~$1500). [INFERRED] priced within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled up for a hot niche.

Trend Signal

🔥 hot — corpus: Dispatch (ps/cd/qs-dispatch class) is a top Tebex top-100 LEO category and ox_mdt-adjacent; polished supply lags demand.

Sales Angle

Sell as the dispatcher-seat companion to any MDT — drag-to-assign and live priority triage are the upsell over a flat call list. Recommended Tebex price $149.

Difficulty & Ship Time

advanced · ships in 1-2 days.