Skip to content

Qbox-project/qbx_idcard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates identity card items

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 50.4%
  • JavaScript 23.1%
  • CSS 15.7%
  • HTML 10.8%