Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Arius-Scripts/ars_clothingitem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages