Installation Guide
Dependencies
qb-core
/ qbx_core
or es_extended
Framework
qb-target
/ qtarget
/ ox_target
sd_lib
Important Library
Supported Minigames
Each hack in the resource supports all of the following minigames. At least one of these minigames is required for the script to function:
ps-ui
circle, maze, carhack, thermite, scrambler
memorygame
ran-minigames
memorycard, terminal
howdy-hackminigame
hacking
sn-hacking
memorygame, skillcheck, thermite, keypad, colorpicker
rm_minigames
typinggame, timelockpick, timedaction, quicktimeevent, combinationlock, buttonmashing, hotwirehack, hackerminigame, safecrack
Installation Steps
1. Add Items
Open
items.lua
: Navigate toox_inventory/data/items.lua
.Add the Following Items: Insert the following code into the
items.lua
file:["thermite_h"] = { label = "Thermite", weight = 1000, stack = false, close = true, description = "A low-yield thermite charge..", consume = 0, client = { image = "thermite_h.png", }, },
2. Copy Images
Copy the corresponding item images to the images
folder of your inventory
Last updated