elmschaym / qb-animalfarm

Animal farming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADD THESE LINES IN qb-core/shared.lua


["cowpelt"] 		 			 	 = {["name"] = "cowpelt",       	    		["label"] = "Cow Pelt",	 					["weight"] = 100, 		["type"] = "item", 		["image"] = "cowpelt.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Cow Pelt"},
["meat"] 		 			 	 = {["name"] = "meat",       		    		["label"] = "Meat",	 					["weight"] = 100, 		["type"] = "item", 		["image"] = "meat.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Some big taco brother"},

About

Animal farming


Languages

Language:Lua 100.0%