Guides

To add your stash go to your ox_inventory/data/stashes.lua and add this lines:

	{
		coords = vec3(-266.755, -953.502, 56.090),
		target = {
			loc = vec3(-266.755, -953.502, 56.090),
			length = 1.0,
			width = 1.0,
			heading = 0,
			minZ = 55.1,
			maxZ = 56.1,
			icon = 'fas fa-box',
			label = 'Open Storage'
		},
		name = 'apartment_storage_%',
		label = 'Apartment Storage',
		owner = true,
		slots = 5,
		weight = 50000,
	},

If you want to change the number of stash slots or stash weight, change the lines:

slots = 5

weight = 50000

Last updated