{
label="Table label", -- Crafting table label
name="workbench", -- UNIQ name from config.lua
prop="prop_pool_rack_01", -- PROP
price = 5000, -- Price for table
type="crafting", -- Type crafting, storage, notusable(for chairs or something)
limitedByActivity = false, -- Is limited by some activity from company table
activity = "", -- If true enter activity name
onlyvisual = false, -- Only visual true / false
},
In WarehousesData.Furniture you will see the distribution in the following way.
This [1] divides the levels of the warehouse.
WarehousesData.Furniture = {
[1] = {
{
label="Table label", -- Crafting table label
name="workbench", -- UNIQ name from config.lua
prop="prop_pool_rack_01", -- PROP
price = 5000, -- Price for table
type="crafting", -- Type crafting, storage, notusable(for chairs or something)
limitedByActivity = false, -- Is limited by some activity from company table
activity = "", -- If true enter activity name
onlyvisual = false, -- Only visual true / false
},
}
}