gta6/prompts
police
Vaultintermediatepolice

ANPR Plate Recognition & Hotlist

ESX/QBCore patrol ANPR that auto-reads plates ahead and flags stolen/expired/uninsured/BOLO hits against a server-owned hotlist with a scan log.

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

Description

A patrol-vehicle ANPR scanner that auto-reads the plates of vehicles ahead and flags stolen, expired, uninsured, or BOLO hits with an on-screen alert and a scan log. It is the immersion add-on that turns idle patrol into proactive enforcement, and standalone hotlist scanners are rising fast as MDT companions.

Prompt Template

You are writing a FiveM resource for a patrol ANPR plate scanner that runs with ESX or…

🔒 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/03-anpr-plate-recognition-hotlist.lua. It implements a forward-ray plate read with an IsEntityAVehicle check, a last-plate debounce, 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

  • Spoofable hotlist — a client-side hotlist lets players fake a clear result; resolve the match on the server.
  • Bad ray origin — reading without a forward offset hits the patrol car itself or nothing; cast ahead and verify IsEntityAVehicle.
  • Tick spam — re-firing the same plate every frame floods the server; cache lastPlate and only send on change.

Corrective re-prompt: "Move the Hotlist into server.lua behind isOfficer, cast the shapetest ray forward from the vehicle and check IsEntityAVehicle, and debounce repeated reads with a lastPlate cache."

Framework Integration

  • ESX: ESX = exports['es_extended']:getSharedObject(); gate anpr:checkPlate with xPlayer.job.name == 'police'.
  • QBCore: QBCore = exports['qb-core']:GetCoreObject(); gate with Player.PlayerData.job.name == 'police'.
  • QBox: exports.qbx_core:GetPlayer(src) with the same job.name gate; pull live plates from your vehicle-owner table.

Profit Potential

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

Trend Signal

rising — strategy: Plate lookup is a core component of MASTER-200 id-076 MDT; standalone ANPR/hotlist scanners rising as patrol-immersion add-ons.

Sales Angle

Bundle-bait for any MDT — the standalone patrol scanner that makes traffic stops feel real and surfaces hotlist hits without a manual lookup. Recommended Tebex price $79.

Difficulty & Ship Time

intermediate · ships in 4-8h.