Wert-Dna

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)

  • progressbar

  • PolyZone

  • qb-target (If you want use another target)

  • qb-menu

  • qb-drawtext

3 - Run the dna.sql file and have it read into your sql

4 - Make sure the sql file is read without any problems

5 - Add your item list, requid items

-- Items
["delil_dna"] 		= {["name"] = "delil_dna", 	["label"] = "Kan torbası", 	    ["weight"] = 0, 	["type"] = "item", 	["image"] = "delil_dna.png", 		["unique"] = true, 	["useable"] = true, 	["expire"] = nil, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Delil torbası"},
	
["delil_kovan"] 	= {["name"] = "delil_kovan", 	["label"] = "Kovan torbası", 	    ["weight"] = 0, 	["type"] = "item", 	["image"] = "delil_kovan.png", 		["unique"] = true, 	["useable"] = true, 	["expire"] = nil, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Delil torbası"},

6 - if you use oxymysql change Config.sql value (look config.lua)

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

8 - Restart server

Installation complete

Last updated