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…
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/03-anpr-plate-recognition-hotlist.lua. It implements a forward-ray plate read with an IsEntityAVehicle check, a last-plate debounce, 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
- 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
lastPlateand 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(); gateanpr:checkPlatewithxPlayer.job.name == 'police'. - QBCore:
QBCore = exports['qb-core']:GetCoreObject(); gate withPlayer.PlayerData.job.name == 'police'. - QBox:
exports.qbx_core:GetPlayer(src)with the samejob.namegate; 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.