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…
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 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…
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-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
/mdtwithout a server grant lets anyone in; gate it behindmdt:requestAccess→mdt: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 withxPlayer.job.name == 'police'. - QBCore:
QBCore = exports['qb-core']:GetCoreObject(); gate withPlayer.PlayerData.job.name == 'police'. - QBox: use
exports.qbx_core:GetPlayer(src)and the samejob.namecheck.
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.