Skip to content

darknight2590/qb-idcard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Replace to Fingerprint

  • qb-inventory > app.js > replace line 321
$(".item-info-description").html('<p><strong>CSN: </strong><span>' + itemData.info.citizenid + '</span></p><p><strong>First Name: </strong><span>' + itemData.info.firstname + '</span></p><p><strong>Last Name: </strong><span>' + itemData.info.lastname + '</span></p><p><strong>Birth Date: </strong><span>' + itemData.info.birthdate + '</span></p><p><strong>Gender: </strong><span>' + gender + '</span></p><p><strong>Nationality: </strong><span>' + itemData.info.nationality + '</span></p>' + '</span></p><p><strong>Fingerprint: </strong><span>' + itemData.info.fingerprint + '</span></p>');
  • qb-multicharacter > server > main.lua > add line 54
info.fingerprint = Player.PlayerData.metadata["fingerprint"]

Dependencies

Features

  • simple id card
  • thanks for the design, Buzzee

About

qb-idcard qb-core fivem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 44.1%
  • JavaScript 38.6%
  • HTML 17.3%