gta6/prompts
police
Vaultadvancedpolice

Mobile Data Terminal & CAD Records

ESX/QBCore web-NUI records terminal with server-owned person/vehicle profiles, charge sheets, warrants and BOLO lookup.

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

Description

A police Mobile Data Terminal with a web-NUI front end: officers pull person and vehicle profiles, read criminal history and charge sheets, write reports, and query a warrant + BOLO database. It is the records backbone every serious roleplay server needs, and it sells because a polished, server-authoritative MDT is far rarer than the supply count suggests.

Prompt Template

You are writing a FiveM resource for a police Mobile Data Terminal (MDT) 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/01-police-mdt-cad-records-terminal.lua. It implements a server-owned records database, an isOfficer gate on access and every lookup, and 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

  • Client-side database — Claude puts the records table in client.lua where it can be spoofed; it must live on the server.
  • Ungated NUI open — opening focus on /mdt without a server grant lets anyone in; gate it behind mdt:requestAccessmdt:grantAccess.
  • Unpersisted edits — charges mutated client-side desync between officers; write them through a server net event and re-push the profile.

Corrective re-prompt: "Move the Records table and all lookups into server.lua, add an isOfficer(src) check to every net event, and make /mdt open the NUI only after the server fires mdt:grantAccess."

Framework Integration

  • ESX: resolve ESX = exports['es_extended']:getSharedObject(); gate with xPlayer.job.name == 'police'.
  • QBCore: QBCore = exports['qb-core']:GetCoreObject(); gate with Player.PlayerData.job.name == 'police'.
  • QBox: use exports.qbx_core:GetPlayer(src) and the same job.name check.

Profit Potential

$80–$1200/mo on Tebex (expected ~$300). [INFERRED] priced within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled down for a saturated niche.

Trend Signal

saturated — corpus: ox_mdt (Overextended) is the live free anchor + dozens of paid MDTs on Tebex; supply-saturated. MASTER-200 id-076 ($129, 2k/6k/15k band) shows demand stays high, so differentiate on web-NUI depth.

Sales Angle

Position as the deep web-NUI alternative to free ox_mdt — sell on report-writing UX and warrant/BOLO depth rather than feature checklists. Recommended Tebex price $129.

Difficulty & Ship Time

advanced · ships in 1-2 days.