Ashenboy / qb-lumberjack

Simple lumberjack job for your FiveM Server By !ViDu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

watch preview here

Requirements

QBCore Framework - QBCORE GITHUB

PolyZone - PolyZone GITHUB

qb-target - QB Target github

Add the [images] in to your inventory

Insert into @qb-core - Shared.lua

--lumberjack
	["wood_cut"] 		 		 	= {["name"] = "wood_cut",           			["label"] = "Cut Wood",	 				["weight"] = 1000,  	["type"] = "item", 		["image"] = "wood_cut.png", 		["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Wood"},
	["wood_pro"] 		 		 	= {["name"] = "wood_pro",           			["label"] = "Polish Wood",	 			["weight"] = 1000,  	["type"] = "item", 		["image"] = "wood_proc.png", 		["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Wood"},
	["wood"] 		 		 	= {["name"] = "wood",           			["label"] = "Wood",	 				["weight"] = 1000,  	["type"] = "item", 		["image"] = "wood.png", 		["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Wood"},

About

Simple lumberjack job for your FiveM Server By !ViDu


Languages

Language:Lua 100.0%