Installation

Installation

Install all resource dependencies

Clone a repository or download (opens in a new tab)


git clone https://github.com/ZHOURA-24/zh_statusitem

Add item to ox_inventory/data/items.lua

 ['status_item'] = {
		label = 'Status Item',
		weight = 100,
		stack = true,
		close = true,
		client = {
			export = 'zh_statusitem.status_item',
		}
	}

Add all images (opens in a new tab) to ox_inventory/web/images/

Start resource

start zh_statusitem