This commit is contained in:
Mycroft
2021-04-26 23:17:56 +01:00
parent a085b5ba13
commit dae312a0ad
3 changed files with 62 additions and 55 deletions
+52 -9
View File
@@ -1,14 +1,23 @@
Config = {}
Config.DrawDistance = 100
Config.Size = {x = 1.5, y = 1.5, z = 1.5}
Config.Color = {r = 0, g = 128, b = 255}
Config.Type = 1
Config.Locale = 'en'
Config.Zones = {
TwentyFourSeven = {
Items = {},
Items = {
{
name = bread,
label = bread,
price = 100
},
{
name = water,
label = bread,
price = 100
}
}
},
Pos = {
vector3(373.8, 325.8, 102.5),
vector3(2557.4, 382.2, 107.6),
@@ -18,10 +27,25 @@ Config.Zones = {
vector3(1961.4, 3740.6, 31.3),
vector3(2678.9, 3280.6, 54.2),
vector3(1729.2, 6414.1, 34.0)
}},
},
Size = {x = 1.0, y = 1.0, z = 1.0}
Type = 59,
Color = {r = 102, g = 102, b = 204, a = 255}
},
RobsLiquor = {
Items = {},
Items = {
{
name = bread,
label = bread,
price = 100
},
{
name = water,
label = bread,
price = 100
}
},
Pos = {
vector3(1135.8, -982.2, 45.4),
vector3(-1222.9, -906.9, 11.3),
@@ -32,15 +56,34 @@ Config.Zones = {
vector3(127.8, -1284.7, 28.2), --StripClub
vector3(-1393.4, -606.6, 29.3), --Tequila la
vector3(-559.9, 287.0, 81.1) --Bahamamas
}},
},
Size = 1.0,
Type = 59,
Color = {r = 102, g = 102, b = 204, a = 255}
},
LTDgasoline = {
Items = {},
Items = {
{
name = bread,
label = bread,
price = 100
},
{
name = water,
label = bread,
price = 100
}
},
Pos = {
vector3(-48.5, -1757.5, 28.4),
vector3(1163.3, -323.8, 68.2),
vector3(-707.5, -914.2, 18.2),
vector3(-1820.5, 792.5, 137.1),
vector3(1698.3, 4924.4, 41.0)
}}
},
Size = 1.0,
Type = 59,
Color = {r = 102, g = 102, b = 204, a = 255}
}
}