forked from Simnation/Main
ed
This commit is contained in:
parent
48fe86a251
commit
1c01ba0982
2 changed files with 126 additions and 0 deletions
|
@ -242,4 +242,129 @@ Config.Apartments = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
["south_seas_apartments"] = {
|
||||||
|
Label = "South Seas Apartments",
|
||||||
|
Address = "Cascabel Ave. 1053",
|
||||||
|
SelectPanelCoords = vector4(-153.79, 6433.14, 31.92, 120.71),
|
||||||
|
Coords = vector4(-153.79, 6433.14, 31.92, 120.71),
|
||||||
|
Blip = {use = true, size = 0.75, sprite = 475, color = 26},
|
||||||
|
|
||||||
|
Apartments = {
|
||||||
|
{
|
||||||
|
price = 230,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "ipl_01",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 230000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 240000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 240000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 250000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 250000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 260000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 260000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 270000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 270000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 280000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 280000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 290000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 290000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 300000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
price = 300000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
basicTheme = 0
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
|
@ -15,6 +15,7 @@ Config.Interiors = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
-- Apartments NO IPL --
|
-- Apartments NO IPL --
|
||||||
|
|
||||||
["ipl_01"] = {
|
["ipl_01"] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue