KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
xt-forgery
★ 11
Open GitHub ↗
Forgery Resource for QB-Core
Download README (.md)
Explore Similar Repositories
Wikipedia
:
Wikipedia
Terms
:
翻譯區塊鏈相關專有名詞
leptos_axum_shuttle_ex
:
No description available.
Accred
:
An event e-certificate generator using Next.js, and Firebase.
live-imersao-13-nextjs-server-components
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
xt-forgery
?
Download (.md)
# xt-forgery  # Features: - Create forged licenses - Add any license to the config - Add extra input options for each license - Useable forged license items (shows info to players nearby) # Preview: [https://www.youtube.com/watch?v=tlg6rMOwYqs](https://www.youtube.com/watch?v=4ZazvLitm_o) # Dependencies: - qb-core - ox_lib - ox_inventory - ox_target # Installation: - Add items to ox_inventory > data > items.lua ```lua ["forged_id"] = { label = "ID Card", weight = 0, stack = false, close = true, description = "A card containing citizen info", client = { image = "id_card.png", } }, ["forged_driverslicense"] = { label = "Drivers License", weight = 0, stack = false, close = true, description = "A license allowing a citizen to operate a vehicle.", client = { image = "driver_license.png", } }, ["forged_weaponslicense"] = { label = "Weapons License", weight = 0, stack = false, close = true, description = "A license allowing a citizen to carry firearms", client = { image = "weapon_license.png", } }, ``` - Add any extra licenses you want to the config - Enjoy!