Hi today im a realeasing item based clothing with shops for ox_inventory

Features

  • You can choose image for each item
  • Resmon 0.0ms
  • clothing that are converted as items are (torso, shirt, bag, earrings, glasses, mask, shoes, hat, watch, pants)
  • Animation for each clothing
  • easy installation
  • Add as much clothes as you want to add
  • open source

Requirements

Installation

Dont change the names or else it wont work Path: ox_inventory/data/items.lua

['torso'] = {
		label = 'Torso',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.clothes'
		}
	},
	['pants'] = {
		label = 'Pants',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.clothes'
		}
	},
	['shoes'] = {
		label = 'Pants',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.clothes'
		}
	},
	['shirt'] = {
		label = 'T-shirt',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.clothes'
		}
	},
	['mask'] = {
		label = 'Mask',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.clothes'
		}
	},
	['bag'] = {
		label = 'Bag',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.clothes'
		}
	},
	['watch'] = {
		label = 'Watch',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.accessories'
		}
	},
	['hat'] = {
		label = 'Hat',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.accessories'
		}
	},
	['glasses'] = {
		label = 'Glasses',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.accessories'
		}
	},
	['earrings'] = {
		label = 'Earrings',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.accessories'
		}
	},
	['watch'] = {
		label = 'Watch',
		weight = 0,
		stack = false,
		close = true,
		consume = 0,
		client = {
			export = 'ars_clothingitem.accessories'
		}
	},

image

image image image