DaemonAlex / shark-leotools

A Collection of LEO Items for Ox Inventory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shark-leotools

A collection of various items, tools, and utilities for your police!

LICENSE

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

Dependencies:

Install

Ensure ox_lib and ox_inventory prior

Add the following to your data/items.lua in ox_inventory

['nikkit'] = {
	label = 'NIK Kit',
	weight = 10,
	stack = true,
	close = true
},

['usednikkit'] = {
	label = 'Used NIK Kit',
	weight = 10,
	stack = true,
	close = true
},

['nightvision'] = {
	label = 'Nightvision Goggles',
	weight = 1000,
	stack = false,
	client = {
		export = 'shark-leotools.vision'
	}
},

['thermalvision'] = {
	label = 'FLIR Goggles',
	weight = 1000,
	stack = false,
	client = {
		export = 'shark-leotools.vision'
	}
},

['gasmask'] = {
	label = 'CBRN Mask',
	weight = 1000,
	stack = false,
	client = {
		export = 'shark-leotools.vision'
	}
},

Support - Discord

About

A Collection of LEO Items for Ox Inventory


Languages

Language:Lua 100.0%