- Just use the item
- If there is someone near you, it will be visible to them, otherwise only you will see it.
- It takes a mugshot of you on the first use of the item and saves it in metadata.
Add the following to your ox_inventory/data/items.lua.
['id_card'] = {
label = 'Identification Card',
},
['driver_license'] = {
label = 'Drivers License',
},
['weaponlicense'] = {
label = 'Weapon License',
},
['lawyerpass'] = {
label = 'Lawyer Pass',
},





