Skip to content

GeneralShark05/shark-leotools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

['tintmeter'] = {
	label = 'Tint Meter',
	weight = 10,
	stack = false,
	close = true
},

['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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages