Wert-JewelRobberyV2

You can access the setup information you need about this product

INSTALLATION

1 - Drop the file into your resources folder

2 - Make sure all depends scripts exist (Or download it)

3 - 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."},

4 - if you use different a target system change target exports (client.lua)

5 - Don't forget to customize the script via config.lua

6 - Restart server

Installation complete

Last updated