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

Arius-Development/ars_clothingitem

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 25, 2022 20:05
December 25, 2022 16:00

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