it-smallheists started as a in inspired project of qb-miniheists and is now a Script for the QBCore Framework script with a lot of fixes, improvements and new Features.
This script is still in development and will be updated frequently. If you have any suggestions or find any bugs, please let us know an open an issue on our GitHub page.
A lot of thanks to LENT-Graverobbery and qb-miniheists we used a lot of code and ideas from them. Check them out if you haven't already.
- Easy to use
- Configurable
- Optimized
- Translation support
- Multiple heists
- Discord Logs
You need the following scripts to run this script:
- Download the script and put it in your resources folder.
- Add the items to your
qb-core/shared/items.lua
file. - Make sure you have all the dependencies installed. (See Dependencies)
- Make sure that all the dependencies are started before you start this script.
- Configure the script to your liking.
- Restart your server and you are good to go!
Add the following items to your qb-core/shared/items.lua
file.
You can also change the items in the config files to your liking.
--it-smallheists
["lab-usb"] = {["name"] = "lab-usb", ["label"] = "USB Research", ["weight"] = 500, ["type"] = "item", ["image"] = "lab-usb.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A USB filled with loads of complicated numbers and letters... Big brain stuff!"},
['lab-samples'] = {['name'] = 'lab-samples', ['label'] = 'Research Samples', ['weight'] = 500, ['type'] = 'item', ['image'] = 'lab-samples.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'some creepy samples!'},
['lab-files'] = {['name'] = 'lab-files', ['label'] = 'Research Files', ['weight'] = 500, ['type'] = 'item', ['image'] = 'lab-files.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'lots of big words in these!'},
['weld'] = {['name'] = 'weld', ['label'] = 'Weld', ['weight'] = 500, ['type'] = 'item', ['image'] = 'weld.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Just a weld'},
['shovel'] = {['name'] = 'shovel', ['label'] = 'Shovel', ['weight'] = 15000, ['type'] = 'item', ['image'] = 'shovel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Get Digging!'},
Currently no known bugs. Feel free to report any bugs you find.
The plan is to add more heists and features to the script. If you have any suggestions, please let us know.