Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

R3NATOxOP/qb-lsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qb-lsd

A mashroom picking and make LSD Script for your server!

Preview : Soon

Converted from qb-weedpicking

Real Script - https://github.com/MrEvilGamer/qb-weedpicking

Author - https://github.com/MrEvilGamer

!IMPORTANT!

Make sure to add these in qb-core/shared.lua

["mushroom"] 					 = {["name"] = "mushroom", 			 	  	  	["label"] = "Mushroom", 				["weight"] = 100, 		["type"] = "item", 		["image"] = "mushroom.png", 			["unique"] = true, 		["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Mushroom."},	
["sodiumoxide"] 				 = {["name"] = "sodiumoxide", 			  		["label"] = "Sodiumoxide", 				["weight"] = 1000, 		["type"] = "item", 		["image"] = "aluminumoxide.png", 		["unique"] = true, 	    ["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "sodiumoxide."},
["aspirine"] 				 	 = {["name"] = "aspirine", 			  	  		["label"] = "Aspirin", 					["weight"] = 200, 		["type"] = "item", 		["image"] = "aspirine.png", 			["unique"] = true, 	    ["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = "Welcome to GTA:Vice City"},
["gbottle"] 				 	 = {["name"] = "gbottle", 			  	  		["label"] = "Glucose Bottle", 			["weight"] = 1000, 		["type"] = "item", 		["image"] = "gbottle.png", 				["unique"] = true, 	    ["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = "Magical Water"},
["pmushroom"] 					 = {["name"] = "pmushroom", 			 	  	["label"] = "Mushroom", 				["weight"] = 100, 		["type"] = "item", 		["image"] = "pmushroom.png", 			["unique"] = true, 		["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Mushroom"},	
["vacid"] 					 	 = {["name"] = "vacid", 			 	  	  	["label"] = "Variegatic acid", 			["weight"] = 100, 		["type"] = "item", 		["image"] = "vacid.png", 				["unique"] = true, 		["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "Chemical."},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages