gta6/prompts
police
Vaultbeginnerpolice

Mobile Biometric ID Scanner

ESX/QBCore/QBox handheld scanner that IDs the nearest unconscious or uncooperative ped by print/face and returns identity plus active wants, all resolved server-side.

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

Description

A handheld biometric scanner: an officer points it at the nearest unconscious or uncooperative player, plays a short scan animation, and the server returns the subject's identity and any active wants. Servers buy it because it is a small, universally-needed patrol utility that slots into any LEO loadout.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

πŸ”’ 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 at content/expected-outputs/police/14-mobile-biometric-id-scanner.lua implements closest-player selection, a loaded scan animation, and a server-side identity/wants lookup keyed off…

πŸ”’ 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-trusted identity β€” resolving the name/wants from client data lets a spoofed client lie about who it is.
  • Unloaded scan anim β€” without the HasAnimDictLoaded wait the animation no-ops and the scan reads as instant.
  • Half-registered reply β€” scanner:result without RegisterNetEvent means the server's reply never reaches the officer.

Corrective re-prompt: Resolve the subject's name and active-wants flag only inside the server scanner:lookup handler from ESX.GetPlayerFromId(targetId); have the client send just the server id; and declare scanner:result with RegisterNetEvent plus its handler before the server triggers it.

Framework Integration

ESX: local ESX = exports['es_extended']:getSharedObject(); read the name with xTarget.getName() and key wants by xTarget.identifier. QBCore: local QBCore = exports['qb-core']:GetCoreObject(); pull Player.PlayerData.charinfo for first/last and notify via QBCore:Notify. QBox: exports.qbx_core:GetPlayer(targetId) and the qbx_core charinfo fields; the closest-player loop is framework-agnostic.

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled to a stable utility niche.

Trend Signal

β†’ stable β€” inferred: Field ID/fingerprint scanners are a common low-complexity add-on; steady utility demand, distinct from lab forensics matching.

Sales Angle

Position as the cheap, always-equipped patrol utility every LEO server needs β€” recommended Tebex price $59 as an impulse add-on or a free lead magnet for a larger MDT bundle.

Difficulty & Ship Time

beginner Β· ships in 1-2h.