Adding IPL Building
From this section, you can learn how to add ipl buildings
Last updated
From this section, you can learn how to add ipl buildings
Last updated
Config.Buildings.Ipl.building_name = {
coords = vector3(1093.6, -3196.6, -38.99) -- building coords,
doors = { -- building doors
{coords = vector3(1088.674, -3187.672, -38.99), h = 176.64},
{coords = vector3(1103.377, -3195.934, -38.99), h = 91.46}
},
realestate = {
label = "Building Label",
price = 13000
},
onEnter = function(ctx)
end,
onExit = function()
end
}