ZachyFoxx / tk-peyote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Made By: Tkiljoy

GuideLines:

You May NOT Repost This Script On ANY platform Without Our Written Consent To Do So. You May NOT Take This Script And Say The Contents Are Yours And You Made It.

Dependencies

How To Install:

1:Before Starting tk-peyote You Must Add The Items First, To Do So Go Into [qb]/qb-core/shared/items.lua And Paste The Following

	--Peyote Plants
	["bluepeyoteplant"] 				 = {["name"] = "bluepeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "bluepeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking Blue Flowered Plant"},
	["pinkpeyoteplant"] 				 = {["name"] = "pinkpeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "pinkpeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking Pink Flowered Plant"},
	["yellowpeyoteplant"] 				 = {["name"] = "yellowpeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "yellowpeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking Yellow Flowered Plant"},
	["whitepeyoteplant"] 				 = {["name"] = "whitepeyoteplant", 			    		["label"] = "Odd Plant", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "whitepeyote.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	["description"] = "A Strange Looking White Flowered Plant"},

2: Add The Images in the image folder to [qb]/[qb-inventory]/html/images

4: Paste tk-peyote In Your a Folder In Resources And Ensure It To Your Server.cfg

5: Feel Free To Edit This As Much As You Want!

THANK YOU!

About


Languages

Language:Lua 100.0%