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). [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.