🪪bc_idcard
Documentation for our ID card system
ID card system | Black City Scripts
This package contains FiveM’s Asset Encryption System but there’s many editable sections of the script!
A clean, configurable, and easy-to-use ID card system with fake IDs, multiple card types and much more!
Dependencies
ESX legacy
ox_inventory
Fivemanage API key
Links
CFX forum: https://forum.cfx.re/t/paid-esx-id-card-license-system-real-fake-ids/5335408
Tebex: https://black-city-scripts.tebex.io/package/6902542
YouTube preview: https://youtu.be/6hShRljzE84
Setup
Create the new licensecard item in ox_inventory
Add the following code to your @ox_inventory/data/items.lua
['licensecard'] = {
label = 'License Card',
weight = 1,
stack = false,
close = true,
description = nil,
client = {
export = 'bc_idcard.usedCard'
},
},
Set up your Fivemanage API key in your config
If you haven't registerd yet on fivemanage, you can do it here: https://fivemanage.com/
Create a new API key and add it to @bc_idcard/config/server.lua
And the script is ready!
Last updated