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).
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 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…
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-trusted identity, resolving the name/wants from client data lets a spoofed client lie about who it is.
- Unloaded scan anim, without the
HasAnimDictLoadedwait the animation no-ops and the scan reads as instant. - Half-registered reply,
scanner:resultwithoutRegisterNetEventmeans 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), priced inside the $50-389 script band against a corpus of comparable Tebex sellers (median ~$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.
