Skip to content

JulyGee/qb-governmentid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goverment Badge for QBCore

I converted the original qb-policebadge script to work for government officials. This is able to work alongside the og script without any interferance.

Display Government badge as Governemnt Official to other civilian.

Add this item on qb-core/shared.lua:

`["govbadge"] = {["name"] = "govbadge", ["label"] = "Government ID", ["weight"] = 1000, ["type"] = "item", ["image"] = "govbadge.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Special Badge for Government Officials"},

Add this image on qb-inventory/html/images:

govbadge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 71.1%
  • CSS 12.7%
  • JavaScript 8.6%
  • HTML 7.6%