Skip to content

Griefa/qb-methcar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qb-methcar

Description

Craft meth in a van anywhere in around Los Santos. As you are cooking, answer a questionaire. How you answer will dictate the quantity of meth you recieve after your cook. If you are not careful, some of your decisions could result in your meth lab exploding or even you being snitched on. Questionaire Preview

Doesn't include the shop ped featured in the preview video.

To do list

• Add ps-dispatch support
• Better questionaire randomization
• Convert default notify to ox_lib notify

Dependencies

Optional

Credits & Support

🔗 > Samuel's Developments (Original Creator)

🔗 > qb-methcar (Original Repo)

🔗 > Maliwan Developments (Support Discord)

Installation

Manually

  1. Place the qb-methcar folder anywhere into your resources folder and ensure/start it in your server/resources.cfg

  2. Add these items to your qb-core/shared/items.lua

["acetone"] 				 	 = {["name"] = "acetone", 			  			["label"] = "Acetone", 					["weight"] = 5000, 		["type"] = "item", 		["image"] = "acetone.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "It is a colourless, highly volatile and flammable liquid with a characteristic pungent odour."},

["methlab"] 				 	 = {["name"] = "methlab", 			  			["label"] = "Lab", 						["weight"] = 15000, 	["type"] = "item", 		["image"] = "lab.png", 					["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "A portable Meth Lab"},

["lithium"] 				 	 = {["name"] = "lithium", 			  			["label"] = "Lithium", 					["weight"] = 1000, 		["type"] = "item", 		["image"] = "lithium.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Lithium, something you can make Meth with!"},

If you are using ox_inventory use these:

	['acetone'] = {
	label = 'Acetone',
	weight = 200,
	stack = true,
	close = false,
	description = "It is a colourless, highly volatile and flammable liquid with a characteristic pungent odour."
},
	['lithium'] = {
	label = 'Lithium',
	weight = 100,
	stack = true,
	close = false,
	description = "Lithium, something you can make Meth with!"
},
	['methlab'] = {
	label = 'Portable Methlab',
	weight = 5000,
	stack = true,
	close = false,
	description = "A portable Meth Lab. marked for Police Seizure"
},
  1. You can find the images here

  2. Done! :)

About

A van meth cooking resource for QBCore FiveM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages