Branqueador / mt-chopshop

Chopshop QBCore script for fivem using qb-target and qb-menu!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mt-chopshop

Chopshop QBCore script for fivem using qb-target, qb-menu and qb-lock!

Dependencies:

qb-core: https://github.com/qbcore-framework/qb-core qb-target: https://github.com/BerkieBb/qb-target qb-menu: https://github.com/qbcore-framework/qb-menu qb-lock: qb-lock: https://github.com/M-Middy/qb-lock

Preview

https://youtu.be/cvMFtOyCAJc

Discord

https://discord.gg/AQHbsahZsV

Add to shared.lua

	["car_engine"] 					 = {["name"] = "car_engine", 			 	 ["label"] = "Engine", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "car_engine.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["car_wheels"] 					 = {["name"] = "car_wheels", 			 	 ["label"] = "Wheels", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "car_wheels.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["car_doors"] 					 = {["name"] = "car_doors", 			 	 ["label"] = "Car Doors", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "car_doors.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["car_windows"] 					 = {["name"] = "car_windows", 			 	 ["label"] = "Car Windows", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "glass.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["capo_car"] 					 = {["name"] = "capo_car", 			 	 ["label"] = "Car Bonnet", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "capo_car.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["car_bumper"] 					 = {["name"] = "car_bumper", 			 	 ["label"] = "Car Bumper", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "car_bumper.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["car_tires"] 					 = {["name"] = "car_tires", 			 	 ["label"] = "Car Tires", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "car_tires.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["car_headlights"] 					 = {["name"] = "farois_carro", 			 	 ["label"] = "Car Headlights", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "car_headlights.png", 				    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},

About

Chopshop QBCore script for fivem using qb-target and qb-menu!


Languages

Language:Lua 100.0%