IDENTITY PICTURE CAPTURE
The ID photo can be taken either through a dedicated PED, via the /takePicture command, or integrated directly into any other script using the export system. When triggered, the player is teleported into the photo studio, selects a pose, and the system captures the image through screenshot-basic. The resulting picture becomes the official photo displayed on all ID cards, including passport, driver license, weapon license, and job badges.
LIVE PHOTO – PHOTOGRAPHER IN ACTION
During the identity photo process, the studio NPC takes a flash photograph. The script uses screenshot integration to automatically upload the picture to Discord or FiveManage, depending on the configuration. Once uploaded, the URL is saved in KVP and instantly applied to all card types.
PASSPORT
This is the passport/identity card generated via /openCard passport. It displays the player’s personal details (name, birth date, sex, height, nationality) along with the stored ID photo. All data is retrieved from ESX and optimized using the script’s cache system.
DRIVER LICENSE
The driver license is shown via /openCard driver. The script automatically checks the player’s licenses in user_licenses and displays every valid category (car, bike, boat, truck, etc.). Fully compatible with police checks and vehicle scripts.
WEAPON LICENSE
The weapon license appears when executing /openCard weapon. The script verifies the presence of a firearm permit in the database before generating the card. If authorized, it displays identity details, the photo, and the corresponding gun license category.
JOB BADGE - IDENTIFICTION
The Jjob badge is opened via /openCard job. The system automatically detects the player’s current job and generates a fully customized badge including name, photo, job logo, grade, and optional QR code. Works for all jobs on the server.
LSPD BADGE – OFFICIAL POLICE IDENTIFICATION
The character displays his police badge using /openCard police. The script automatically detects the LSPD job and generates the badge with the officer’s photo, signature, date of birth, and rank. The animation is handled by the ShowCardAnimation system for realistic presentation.

