
π»Installation
Dependencies :
ES EXTENDED
You will need the latest version of esx_core.
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
XSOUND
You will need the latest version of xsound
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
Inventories :
QB INVENTORY
Add the items below to the qb-core/shared/items.lua:
-- Gallery heist
rfid_cloner = { name = 'rfid_cloner', label = 'RFID Cloner', weight = 100, type = 'item', image = 'rfid_cloner.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'RFID Cloner' },
painting1 = { name = 'painting1', label = 'Mark Ashkenazi Painting', weight = 100, type = 'item', image = 'painting1.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Mark Ashkenazi Painting' },
painting2 = { name = 'painting2', label = 'Jean Delvin Painting', weight = 100, type = 'item', image = 'painting2.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Jean Delvin Painting' }, Add this into your qb-inventory js file:
case "rfid_cloner":
if (itemData.info.uses == undefined) {
return `<p>Uses: 5</p>`;
}else{
return `<p>Uses: ${itemData.info.uses}</p>`;
}QS INVENTORY
Add the items below into your qs-inventory/shared/items.lua
Add this into qs-inventory/config/metadata.js
Dialog :
Doorlock:
ENSURE RESOURCES
Last updated