Adding Shell Building
From this section, you can learn how to add shell buildings
Last updated
From this section, you can learn how to add shell buildings
Last updated
Config.Buildings.Shell.building_name = {
shell = `shell_model`, -- model of the shell
radius = 20.0, -- furniture radius
coords = vector3(0.0, 0.0, 0.0),
doors = { -- inside door offsets
{coords = vector3(-1.4218, -1.9719, 2.9), h = 1.95}
},
realestate = {
label = "Trailer",
price = 15000
},
onEnter = function(ctx)
end,
onExit = function()
end
}