Configuration
In config.lua you have everything you need to change to make the script to your liking
Last updated
Was this helpful?
In config.lua you have everything you need to change to make the script to your liking
Last updated
Was this helpful?
If you have translated it into any other language not available by us, feel free to share it on our
To change the language simply change the config.lua from en to the language you want. All translations are available in the locales folder.
To change the framework or system just change it with the options given
In our script we give you the oportunity to set the script for your liking, so we implemented values that you can change to personalizate your script
Camp -> Percentage to have a body on the tomb
Values -> Percentage for body to have values with him
PoliceNotify -> Percentage for probability to notify the police
In our script, you have the flexibility to choose between using an item or a target to rob a tomb. Additionally, you can configure the required number of police officers needed for the heist. To do this, simply adjust the settings in the configuration file as demonstrated below:
Add the items to your inventory by modifying qb-core/shared/items.lua
. (The required items are listed in the README file.)
Open qb-smallresources/server/consumables.lua
and insert the following code at the beginning.
To add more tombs to steal, follow these steps:
Create a file named config2.lua in the yoda-cemetery-robbery folde.
Open the existing config.lua and locate the section that containes Config.robloc = {...}. Copy all the code within this section.
Paste the copied code into config2.lua
Navigate to the tomb's you want to add in the game, and use the /addcoord command at each location. This will add the coordinates for the new tombs.
Once you've added all the desired tombs, use /closecoord command to finalize the process.
Copy the updated code from config2.lua and replace the corresponding section in config.lua with this new code.