forked from Simnation/Main
ed
This commit is contained in:
parent
1c01ba0982
commit
9827f2afa9
2 changed files with 5 additions and 5 deletions
|
@ -41,10 +41,10 @@ Config = {
|
|||
owned = true,
|
||||
myHouse = {label = "Mein Haus", size = 0.7, sprite = 40, color = 53},
|
||||
myGarage = {label = "Meine Garage", size = 0.7, sprite = 357, color = 53},
|
||||
hasKeyHouse = {label = "Haus", size = 0.7, sprite = 40, color = 53},
|
||||
hasKeyGarage = {label = "Haus", size = 0.7, sprite = 40, color = 53},
|
||||
ownedHouse = {label = "Haus", size = 0.7, sprite = 40, color = 1},
|
||||
ownedGarage = {label = "Garage", size = 0.7, sprite = 357, color = 1},
|
||||
---hasKeyHouse = {label = "Haus", size = 0.7, sprite = 40, color = 53},
|
||||
---hasKeyGarage = {label = "Haus", size = 0.7, sprite = 40, color = 53},
|
||||
--- ownedHouse = {label = "Haus", size = 0.7, sprite = 40, color = 1},
|
||||
--- ownedGarage = {label = "Garage", size = 0.7, sprite = 357, color = 1},
|
||||
police = true,
|
||||
burglarAlarm = {label = "Einbruch Alarm", size = 1.0, sprite = 161, color = 1},
|
||||
},
|
||||
|
|
|
@ -245,7 +245,7 @@ Config.Apartments = {
|
|||
["south_seas_apartments"] = {
|
||||
Label = "South Seas Apartments",
|
||||
Address = "Cascabel Ave. 1053",
|
||||
SelectPanelCoords = vector4(-153.79, 6433.14, 31.92, 120.71),
|
||||
SelectPanelCoords = vector4(-153.79, 6433.14, 30.92, 120.71),
|
||||
Coords = vector4(-153.79, 6433.14, 31.92, 120.71),
|
||||
Blip = {use = true, size = 0.75, sprite = 475, color = 26},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue