Wert Jewel Robbery V2
You can access the setup information you need about this product
INSTALLATION
1 - Drop the file into your resources folder
2 - Make sure all depend scripts exist (Or download it)
DEPENDS:
PolyZone (https://github.com/mkafrin/PolyZone)
qb-target (https://github.com/BerkieBb/qb-target)
qb-drawtext (https://github.com/IdrisDose/qb-drawtext)
3 - Give start command to the cfg file as I mentioned below
4 - Add your item list, requid items.
-- Items
["goldkupe"] = {["name"] = "goldkupe", ["label"] = "Gold Earrings", ["weight"] = 100, ["type"] = "item", ["image"] = "goldkupe.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "The perfect looking item every woman wants to own."},
["diamond_ring"] = {["name"] = "diamond_ring", ["label"] = "Diamond Ring", ["weight"] = 1500, ["type"] = "item", ["image"] = "diamond_ring.png", ["unique"] = false, ["useable"] = false, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Ring."},
["goldchain"] = {["name"] = "goldchain", ["label"] = "Gold Chain", ["weight"] = 200, ["type"] = "item", ["image"] = "goldchain.png", ["unique"] = false, ["useable"] = false, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A shiny gold chain"},
["goldbar"] = {["name"] = "goldbar", ["label"] = "Gold Bar", ["weight"] = 100, ["type"] = "item", ["image"] = "goldbar.png", ["unique"] = false, ["useable"] = false, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Very expensive nice looking gold nuggets."},
["goldjewel"] = {["name"] = "goldjewel", ["label"] = "Gold jewel", ["weight"] = 1000, ["type"] = "item", ["image"] = "goldjewel.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Gold jewel"},
["goldbılek"] = {["name"] = "goldbılek", ["label"] = "Gold Bracelet", ["weight"] = 10, ["type"] = "item", ["image"] = "goldbilek.png", ["unique"] = false, ["useable"] = true, ["expire"] = nil, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Brilliant, very beautiful."},
5 - if you use different a target system change target exports (client.lua)
6 - Don't forget to customize the script via config.lua
7 - Start server
Installation complete
Last updated