forked from Simnation/Main
Update apartments.lua
This commit is contained in:
parent
8df30ff398
commit
96c54b282e
1 changed files with 120 additions and 0 deletions
|
@ -364,7 +364,127 @@ Config.Apartments = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
["vespucci_apartments"] = {
|
||||||
|
Label = "Vespucci Apartments",
|
||||||
|
Address = "Palomino Ave. 8235",
|
||||||
|
SelectPanelCoords = vector4(-867.1702, -1275.2576, 5.1502, 56.7252),
|
||||||
|
Coords = vector4(-863.9724, -1277.0022, 5.1502, 357.5144),
|
||||||
|
Blip = {use = true, size = 0.75, sprite = 475, color = 26},
|
||||||
|
|
||||||
|
Apartments = {
|
||||||
|
{
|
||||||
|
price = 230000,
|
||||||
|
rentable = true,
|
||||||
|
ipl = "luxury_apartment",
|
||||||
|
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
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue