> For the complete documentation index, see [llms.txt](https://dc-customz.gitbook.io/dc-customz-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dc-customz.gitbook.io/dc-customz-documentation/housing-shells-info-and-configs/qs-housing.md).

# QS Housing

1. If you are using newer version go the config file and add these to the 'Config.Shells' section

```
{ model = 'bk_apartmentone',      stash = { maxweight = 1000000, slots = 5 } },
    { model = 'bk_apartmenttwo',      stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartmentthree',    stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartmentfour',     stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartmentfive',     stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartment6',        stash = { maxweight = 1000000, slots = 5 } },

    -- Houses
    { model = 'bk_houseone',           stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housetwoshell',      stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housethree',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housefour',          stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housefive',          stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housesix',           stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_houseseven',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_houseeight',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house9',             stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house10',            stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house11',            stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house12',            stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house13',            stash = { maxweight = 1000000, slots = 5 } },

    -- Traps
    { model = 'dc_trapshellone',       stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_trapshelltwo',       stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_trapshellthree',     stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_trap4',              stash = { maxweight = 1000000, slots = 5 } },

    -- Townhouses
    { model = 'dc_townhouse',          stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_townhousetwo',       stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_townhouse3',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_townhouse4',         stash = { maxweight = 1000000, slots = 5 } },

    -- Hotel
    { model = 'dchotel_shell',         stash = { maxweight = 1000000, slots = 5 } },
```

2. If you are using older version go to config and add these to the 'Config.Shells' section

```
[17] = {
		model = 'bk_apartmentone',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/apt1.png',
				label = 'DC Apartment 1',
			},
		},
	
	},
	[18] = {
		model = 'bk_apartmenttwo',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/apt2.png',
				label = 'DC Apartment 2',
			},
		},
	
	},
	[19] = {
		model = 'dc_apartmentthree',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/apt3.png',
				label = 'DC Apartment 3',
			},
		},
	
	},
	[20] = {
		model = 'bk_houseone',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/house1.png',
				label = 'DC House 1',
			},
		},
	
	},
	[21] = {
		model = 'dc_housetwoshell',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/house2.png',
				label = 'DC House 2',
			},
		},
	
	},
	[22] = {
		model = 'dc_housethree',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/house3.png',
				label = 'DC House 3',
			},
		},
	
	},
	[23] = {
		model = 'dc_housefour',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/house4.png',
				label = 'DC House 4',
			},
		},
	
	},
	[24] = {
		model = 'dc_housefive',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/house5.png',
				label = 'DC House 5',
			},
		},
	
	},
	[25] = {
		model = 'dc_trapshellone',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/trap1.png',
				label = 'DC Trap 1',
			},
		},
	
	},
	[26] = {
		model = 'dc_trapshelltwo',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/trap2.png',
				label = 'DC Trap 2',
			},
		},
	
	},
	[27] = {
		model = 'dc_trapshellthree',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/trap3.png',
				label = 'DC Trap 3',
			},
		},
	
	},
	[28] = {
		model = 'dchotel_shell',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/hotel1.png',
				label = 'DC Hotel',
			},
		},
	
	},
	[29] = {
		model = 'dc_apartmentfour',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/images/apt41.png',
				label = 'DC Apartment 4',
			},
		},
	
	},
	[30] = {
		model = 'dc_housesix',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/house6.png',
				label = 'DC House 6',
			},
		},
	
	},
	[31] = {
		model = 'dc_houseseven',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/h71.png',
				label = 'DC House 7',
			},
		},
	},
	[32] = {
		model = 'dc_houseeight',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/h81.png',
				label = 'DC House 8',
			},
		},
	},
	[33] = {
		model = 'dc_trap4',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/tr4.png',
				label = 'DC Trap 4',
			},
		},
	},
	[34] = {
		model = 'dc_townhouse',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/th1.png',
				label = 'DC Townhouse 1',
			},
		},
	},
	[35] = {
		model = 'dc_townhousetwo',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/th21.png',
				label = 'DC Townhouse 2',
			},
		},
	},
	[36] = {
		model = 'dc_apartmentfive',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/apt5.png',
				label = 'DC Apartment 5',
			},
		},
	},
	[37] = {
		model = 'dc_apartment6',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/apt6.png',
				label = 'DC Apartment 6',
			},
		},
	},
	[38] = {
		model = 'dc_house9',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/h9.png',
				label = 'DC House 9',
			},
		},
	},
	[39] = {
		model = 'dc_house10',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/h10.png',
				label = 'DC House 10',
			},
		},
	},
	[40] = {
		model = 'dc_house11',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/h11.png',
				label = 'DC House 11',
			},
		},
	},
	[41] = {
		model = 'dc_house12',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/h12.png',
				label = 'DC House 12',
			},
		},
	},
	[42] = {
		model = 'dc_house13',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/h13.png',
				label = 'DC House 13',
			},
		},
	},
	[43] = {
		model = 'dc_townhouse3',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/th3.png',
				label = 'DC Townhouse 3',
			},
		},
	},
	[44] = {
		model = 'dc_townhouse4',
		stash = {
			maxweight = 1000000,
			slots = 5,
		},
		imgs = {
			{
				url = 'https://r2.fivemanage.com/s9nylBx2i81FdGej13LAs/th4.png',
				label = 'DC Townhouse 4',
			},
		},
	},
```
