-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
39 lines (38 loc) · 1.24 KB
/
config.lua
File metadata and controls
39 lines (38 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Config = {
GetESX = "esx:getSharedObject",
Shop = {
-- Blip
Blip = {
Sprite = 59,
Color = 2,
Display = 2,
Scale = 0.8,
Name = "Épicerie"
},
-- Positions
Positions = {
{pos = vector3(25.6, -1346.82, 29.49)},
{pos = vector3(2678.0, 3280.8, 55.24)},
{pos = vector3(-1222.9, -907.3, 12.3)},
{pos = vector3(373.7816, 326.2924, 103.5664)},
{pos = vector3(2557.25, 382.1388, 108.623)},
{pos = vector3(-92.75452, 6409.736, 31.64036)},
{pos = vector3(1135.652, -982.3264, 46.4158)},
{pos = vector3(161.3313, 6640.763, 31.71063)},
{pos = vector3(-707.4, -914.2, 19.2)},
{pos = vector3(1698.33, 4924.29, 42.06)},
{pos = vector3(-48.24798, -1757.722, 29.42102)},
{pos = vector3(1392.74, 3605.25, 35.0)},
{pos = vector3(1729.07, 6415.25, 34.86)},
{pos = vector3(1961.23, 3740.04, 32.36)},
{pos = vector3(1165.29, 2709.39, 37.98)},
{pos = vector3(547.94, 2671.36, 41.98)},
{pos = vector3(-1820.53, 792.55, 137.91)},
{pos = vector3(-3242.24, 1001.0, 12.85)},
{pos = vector3(-3039.96, 585.53, 7.53)},
{pos = vector3(1163.54, -324.67, 68.99)},
{pos = vector3(-1487.75, -378.51, 39.98)}
}
},
}
-- Copyright (c) 2022 COSSART - LazyDev