Install
Requirements
SD_Lib
Download the latest release of SD_Lib.
Follow the Installation & Integration guide from SD_Lib.
Target System
Download the latest release of the target system of your choice.
Follow the installation guide of your target system
xSound (Optional)
We've added some sounds, but you can only hear them with xSound. (This is not required for the script to work, you just won't hear those).
Download the latest release of xSound.
Add xSound to your resources folder.
Add the
ensure xsound
to your server.cfg. (Before or after exp_trainheist shouldn't be an issue)
Adding Items
Images
Here are some images you can use from bitc0de's items gallery.
Inventories
ox_inventory
Add the following lines to your
ox_inventory/data/items.lua
.
Choose icon items from the images above and save them. You can also get custom ones yourself.
Rename the files to
grinder
andgold_ingot
.Add the files to
ox_inventory/web/images
.
esx_inventory
Execute the following lines on your database.
Choose icon items from the images above and save them. You can also get custom ones yourself.
Rename the files to
grinder
andgold_ingot
.Add the files to
esx_inventory/html/img/items
.
qb-inventory
Add the following lines to your
qb-core/shared/items.lua
.
Choose icon items from the images above and save them. You can also get custom ones yourself.
Rename the files to
grinder
andgold_ingot
.Add the files to
qb-inventory/html/images
.
Starting the resource
Add the following line to your
server.cfg
.
Restart your server.
Last updated