🕌Quasar Housing

Install

  • Open qs-housing/config/furniture.lua file and configure it according to your preferences.

Config.roomsData = {
	{ id = 'collection-props', name = 'Collections' },
}
	['rugs'] = {
		['label'] = 'Rugs',
		['items'] = {
			{
				['object'] = 'takashirug',
				['price'] = Change me to Price,
				['label'] = 'Takashi Rugs',
				['group_items'] = {
					{ ['object'] = 'takashirug2', ['price'] = change to price, ['label'] = 'takashirug 2' },
					{ ['object'] = 'takashirug3', ['price'] = change to price, ['label'] = 'takashirug 3' },
					{ ['object'] = 'takashirug4', ['price'] = change to price, ['label'] = 'takashirug 4' },
					{ ['object'] = 'takashirug5', ['price'] = change to price, ['label'] = 'takashirug 5' },
				}
			},
		}
	},

Last updated