🏠No Lag Properties

Configuration information for No Lag Properties

1.Download the file below and place it inside the custom/shells folder. All image links are already included for each shell. This file will be constantly updated here as more shells come out.

2. To add the category for my shells in the menu, add this to config.lua in the shells section:

DCCustomz = true,

It should look something like this:

Shells = {
        K4mb1StarterShells = true, -- [FREE] https://www.k4mb1maps.com/package/5015840
        EnviShells = false,        -- [FREE] https://envi-scripts.tebex.io/package/6407814

        AllShellsBundle = false,    -- [PAID] https://www.k4mb1maps.com/package/5107241
        AllShellsBundle2 = false,   -- [PAID] https://www.k4mb1maps.com/package/5107241

        JamaringV1 = false,        -- [PAID] https://jamaring-maps.tebex.io/package/6095279
        JamaringV2 = false,        -- [PAID] https://jamaring-maps.tebex.io/package/6274927

        MaxCreations = false,      -- [PAID] https://maxcreationsstore.tebex.io/package/6177840

        DCCustomz = true,          -- [PAID] https://store.dccustomz.com/category/2714613 
    },

3.For the functional doors, add this into the 'doors' section of nolag in furniture.lua

{ ["object"] = "dc_housesix_door",                ["price"] = 0, ["label"] = "House 6 Door", ["type"] = "door" },
            { ["object"] = "dc_housesix_doorsmall",    ["price"] = 0, ["label"] = "House 6 Small Bath Door" },
            { ["object"] = "dc_houseseven_door", ["price"] = 0, ["label"] = "House 7 Door", ["type"] = "door" },
            { ["object"] = "dc_houseeight_door", ["price"] = 0, ["label"] = "House 8 Door", ["type"] = "door" },
            { ["object"] = "dc_townhouseone_door", ["price"] = 0, ["label"] = "Town House 1 Door", ["type"] = "door" },
            { ["object"] = "dc_townhousetwo_door", ["price"] = 0, ["label"] = "Town House 2 Door", ["type"] = "door" },
            { ["object"] = "dc_apartmentfour_door", ["price"] = 0, ["label"] = "Apartment 4 Door", ["type"] = "door" },
            { ["object"] = "dc_apartmentone_door", ["price"] = 0, ["label"] = "Apartment 1 Door", ["type"] = "door" },
            { ["object"] = "dc_apartmentthree_door", ["price"] = 0, ["label"] = "Apartment 3 Door", ["type"] = "door" },
            { ["object"] = "dc_apartmenttwo_door", ["price"] = 0, ["label"] = "Apartment 2 Door", ["type"] = "door" },
            { ["object"] = "dc_housefive_door", ["price"] = 0, ["label"] = "House 5 Door", ["type"] = "door" },
            { ["object"] = "dc_housefour_door", ["price"] = 0, ["label"] = "House 4 Door", ["type"] = "door" },
            { ["object"] = "dc_houseone_door", ["price"] = 0, ["label"] = "House 1 Door", ["type"] = "door" },
            { ["object"] = "dc_housethree_door", ["price"] = 0, ["label"] = "House 3 Door", ["type"] = "door" },
            { ["object"] = "dc_housetwo_door", ["price"] = 0, ["label"] = "House 2 Door", ["type"] = "door" },
            { ["object"] = "dc_trapshellone_door", ["price"] = 0, ["label"] = "Trap Shell 1 Door", ["type"] = "door" },
            { ["object"] = "dc_trapshellthree_door", ["price"] = 0, ["label"] = "Trap Shell 3 Door", ["type"] = "door" },
            { ["object"] = "dc_trapshelltwo_door", ["price"] = 0, ["label"] = "Trap Shell 2 Door", ["type"] = "door" },

Last updated