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
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
|
@ -14,6 +14,7 @@ Config.Interiors = {
|
|||
[7] = {label = "Aqua", ipl = "apa_v_mp_h_08_c", interiorId = 233217, price = 5000, coords = vector4(-787.1503, 315.7941, 187.9134, 269.1841), link = "https://i.ibb.co/4ZbxmWvs/7.png", teleportToDoor = false},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
-- Apartments NO IPL --
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue