Filters
Filter Barbershop
['default'] = { -- unique id
male = { -- male or female
hair = { -- categories barbershop, config/barbershop.lua
-- disabled = true, -- toggle view category
models = {
defaultPrice = 100,
--remove = { [1] = true, [2] = true },
-- only = { [2] = true },
-- prices = { [2] = 1000 },
},
prices = {
primaryColor = 100,
secondaryColor = 50, -- secondary only hair
}
},
...
...
Filter Clothes
How to configure in SPOT
Last updated