🐂ox_inventory

Add this to ox_inventory/data/items.lua

['vehiclekeys'] = {
	label = 'Vehicle Keys',
	weight = 220,
	stack = false,
	close = true,
	description = "Keys To A Car",
},

['keyring'] = {
	label = 'Keyring',
	weight = 220,
	stack = false,
	close = true,
	description = "A keyring that holds car keys.",
},

['aftermarket_locks'] = {
	label = 'Aftermarket Lock System',
	weight = 220,
	stack = false,
	close = true,
	description = "A locksystem to replace locks in a car.",
},

['lockpick'] = {
        label = 'Lockpick',
        weight = 850,
        stack = true,
        close = true,
        description = "A mysterious device."
},

['advancedlockpick'] = {
        label = 'Advanced Lockpick',
        weight = 850,
        stack = true,
        close = true,
        description = "A upgraded mysterious device."
},

Last updated