πSettings
shared/config.lua
Config.Locations
['uniqueName'] = {
location = vec3(758.86, -719.73, 28.15),
label = 'Grove Street Storage',
types = {
{type = 'small', rentPrice = 1500, buyPrice = 50000},
{type = 'medium', rentPrice = 5000, buyPrice = 50000},
},
},Config.UnitSettings
Config.UnitSettings = {
['small'] = {
type = 'small',
size = 5000,
label = 'small storage unit',
image = 'https://dough.land/u/Bb7I6zISP5.png'
},
['medium'] = {
type = 'medium',
size = 10000,
label = 'medium storage unit',
image = 'https://dough.land/u/SEoD6q00o7.png'
},
['large'] = {
type = 'large',
size = 20000,
label = 'large storage unit',
image = 'https://dough.land/u/iSVP5tTLD2.png'
},
}client/config.lua
Last updated