Page cover image

🏘️Loaf housing

Create the perfect living space for your character or your players

label = "Sofas",
        furniture = {
            -- SKRILL
            {
                label="Bench living",
                object = "atr_living_bench",
                price = 100,
            },
	    {
                label="Sofa living B",
                object = "atr_living_sofa_b",
                price = 100,
            },
	    {
                label = "Sofa black living",
                object = "atr_living_sofa_black",
                price = 100,
            },
	    {
                label = "Sofa brown living",
                object = "atr_living_sofa_brown",
                price = 100,
            },
	    {
                label = "Sofa grey living",
                object = "atr_living_sofa_grey",
                price = 100,
            },
	    {
                label = "Sofa red living",
                object = "atr_living_sofa_red",
                price = 100,
            },
	    {
                label = "Sofa white living",
                object = "atr_living_sofa_white",
                price = 100,
		},
	}
},

label = "table",
        furniture = {
            -- SKRILL
	     {
		label="Living Console",
		object="atr_living_consol",
		price=150,
	   },
	   {
		label="Living table",
		object="atr_living_table",
		price=150,
		},
	}
},

label = "Food & drinks",
	 furniture = {
	    {
		label="Cupcake",
		object="atr_living_cupcake",
		price = 100,
		},
	}
},


label = "Decorations",
        furniture = {
		{
		    label="Cupcake stand",
		    model="atr_living_cupcake_stand",
		    price=150,
		},
		{
		    label="Deco snail",
		    model="atr_living_snail",
		    price=150,
		    },
	 }
},

Last updated