iamfr0st
Gold Elite
- Joined
- May 25, 2021
- Messages
- 256
- Reaction score
- 996
- Points
- 306
Just sharing for those who need this ... the script is not mine all i did is convert it from esx to qbcore nothing special.
Preview
[Todo]
Add the following to share.lua:
['key1'] = {['name'] = 'key1', ['label'] = 'Key 1', ['weight'] = 1, ['type'] = 'item', ['image'] = 'key1.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Key 1'},
['key2'] = {['name'] = 'key2', ['label'] = 'Key 2', ['weight'] = 1, ['type'] = 'item', ['image'] = 'key2.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Key 2'},
optional: (if you already have this item in your share.lua don't add this item below)
['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'The real deal...'},
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Optional: (compatible with MrBrown1999 MLO The Diamond Heist WIP download below)
+++rep to the original maker
RainMad
If you don't like it, please don't download it. thank you!
[Todo]
Add the following to share.lua:
['key1'] = {['name'] = 'key1', ['label'] = 'Key 1', ['weight'] = 1, ['type'] = 'item', ['image'] = 'key1.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Key 1'},
['key2'] = {['name'] = 'key2', ['label'] = 'Key 2', ['weight'] = 1, ['type'] = 'item', ['image'] = 'key2.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Key 2'},
optional: (if you already have this item in your share.lua don't add this item below)
['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'The real deal...'},
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hidden link for visitors, to see
Log in or register now.
Hidden link for visitors, to see
Log in or register now.
Optional: (compatible with MrBrown1999 MLO The Diamond Heist WIP download below)
Hidden link for visitors, to see
Log in or register now.
Hidden link for visitors, to see
Log in or register now.
+++rep to the original maker
If you don't like it, please don't download it. thank you!
Last edited: