🏠PS Housing

Install

  • Open ps-housing/shared/config.lua/ around line 589 file and configure it according to your preferences.

    {
        category = "Collections",
        items = {
            { ["object"] = "takashirug", ["price"] = Change Me To Price, ["label"] = "Takashi Rug" },
            { ["object"] = "takashirug2", ["price"] = Change Me To Price, ["label"] = "Takashi Rug 2" },
            { ["object"] = "takashirug3", ["price"] = Change Me To Price, ["label"] = "Takashi Rug 3" },
            { ["object"] = "takashirug4", ["price"] = Change Me To Price, ["label"] = "Takashi Rug 4" },
            { ["object"] = "takashirug5", ["price"] = Change Me To Price, ["label"] = "Takashi Rug 5" },
        }
    },

Last updated