This script protected escrow system
[Discord]
izzy-fingerprint β Police Fingerprint & Biometrics Tablet for FiveM
π¦ Overview
* Police tablet for fingerprint scans, wanted lists, and crime records
* Works with ESX, QBCore, and QBox (auto-detect)
* Open the tablet with /fingerprint or /fp β police, sheriff, FBI jobs (Config.Permissions.allowedJobs)
* Tablet animation β RP feel with prop_cs_tablet in hand
* All text in Config.Locale β translate by editing config values
π€ Profile & biometrics screen
* After a scan, the biometrics panel shows a face slot for profile photo (mugshot path when available)
* Identity: Citizen ID, first name, last name, job, rank
* GSR test result (Positive / Negative)
* Wanted level and reason
* Right and left hand β five fingerprints each (thumb, index, middle, ring, little)
* Bank balance shown as hidden on scan (βGizliβ)
π Fingerprint scan (Config.FingerScan)
* Start from the tablet menu β SCAN FINGERPRINT
* Aim the camera at a player β press Y to select (searchRange default 5 m)
* Target holds left click to finish the scan (scanTime default 3000 ms)
* Cancel: BACKSPACE (194) to return to the tablet
* Scans saved in fingerprint_scans
* Optional required item β set via requiredItem in config (default: none)
* Scan jobs: police, sheriff (requiredJob)
π Citizen search
* Look up by Citizen ID
* Search all players β minimum 3 characters, limit from config (max 30)
* Nearby players β list within range (searchRange)
π¨ Wanted system (Config.WantedSystem)
* 42 built-in crime categories β 5 wanted levels (1β5) in crimeCategories
* Add wanted: pick person β crime category β digital signature required β add to list
* Search the wanted list β name, reason, officer, level
* Remove from list β confirmation (Yes / No)
* Last 10 wanted actions β who was added or removed and by which officer
π« GSR test (Config.GSR)
* Gunshot residue after firing (excludes suppressed and blacklisted weapons)
* Duration: default 300 seconds
* GSR result on scan plus red marks on fingerprint display
* Blacklist: stun gun, nightstick, fire extinguisher, petrol can, flare, etc.
π Main menu
* Los Santos Police Department β Biometrics header
* Search wanted list
* Recent wanted activity
* Add wanted
* Scan fingerprint
* Exit hint β close the tablet
π Notifications (Config.Notifications)
* Scan started / completed / not found
* No permission, player not found
* Added to or removed from wanted list
π¨ UI
* UI scale β Config.UI.scale (default 0.9)
* Two theme visuals (theme SVGs)
π οΈ Setup (server owners)
* SQL_SETUP.sql β fingerprint_wanted, fingerprint_scans, fingerprint_actions
* shared/config.lua β jobs, crime list, GSR, scan settings, locale
* shared/utils.lua β framework detection
* Escrow ignore: client, server, and shared files editable