QBCORE
SpaceDev Drug Heist Installation
1 - DOWNLOAD
The first step is downloading the resource in https://keymaster.fivem.net/asset-grants
,it is important that you log in to the account with which you bought said resource, otherwise it will never appear.

2 - FILES
When you download the resource, you will see a .zip
file which contains your resource
3 - SERVER.CFG
After Puting The script in Your resources
Folder, You Need To Start it in your server.cfg
ensure sd-drughiest
You Need To ensure The sd-drughiest After qb-core
4 - ITEMS
Add This To Your qb-core/shared/itmes.lua
['coke_brick'] = {['name'] = 'coke_brick', ['label'] = 'Coke Brick', ['weight'] = 100, ['type'] = 'item', ['image'] = 'coke_brick.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Cocain Brick, Dangerious Drug'},
['container_cutter'] = {['name'] = 'container_cutter', ['label'] = 'Container Cutter', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'cutter.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'This Can Open Containers !, Cool'},
['bag'] = {['name'] = 'bag', ['label'] = 'Heist Bag', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'heist_bag.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'This Bag Is Used For Heists !'},
5 - CONFIG

SUPPORT IN DISCORD : https://discord.gg/tgbnEjtbPC
Last updated