Installation
Download loaf_jewelheist
Download loaf_jewelheist from the Cfx portal and add it to your resources folder
Install dependencies
Download and install the following dependencies:
Add items
Add the following items to your inventory script:
- thermite
- glass_cutter
- necklace
- watch
- ring
- painting
- diamond
ox_inventory
If you use ox_inventory, add this to your ox_inventory/data/items.lua file:
["thermite"] = {
label = "Thermite",
weight = 1,
stack = true,
close = true
},
["glass_cutter"] = {
label = "Glass Cutter",
weight = 2500,
stack = false
},
["necklace"] = {
label = "Golden necklace",
weight = 1,
stack = true,
close = false
},
["watch"] = {
label = "Luxury watch",
weight = 1,
stack = true,
close = false
},
["ring"] = {
label = "Diamond ring",
weight = 1,
stack = true,
close = false
},
["painting"] = {
label = "Painting",
weight = 500,
stack = true
},
["diamond"] = {
label = "Diamond",
weight = 1,
stack = true,
close = true,
},Add to server.cfg
Add start loaf_jewelheist to your server.cfg file
Configure
Configure the script to your liking.