Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.36 KB

File metadata and controls

55 lines (42 loc) · 2.36 KB

qbx_idcard

umstore Donate License MIT Discord


Usage

  • 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.

How to create a custom identity card?

How can add an identity card with metadata?

Optional

Card items (ox_inventory)

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',
},

Contributors

License

GNU General Public License v3.0