33 lines
854 B
Lua
33 lines
854 B
Lua
Config = {}
|
|
Config.Locale = GetConvar('esx:locale', 'en')
|
|
|
|
Config.Price = 250
|
|
Config.ChargePerPiece = false
|
|
|
|
Config.DrawDistance = 10.0
|
|
Config.MarkerSize = {x = 1.5, y = 1.5, z = 1.0}
|
|
Config.MarkerColor = {r = 102, g = 102, b = 204}
|
|
Config.MarkerType = 1
|
|
|
|
Config.Shops = {
|
|
vector3(72.3, -1399.1, 28.4),
|
|
vector3(-703.8, -152.3, 36.4),
|
|
vector3(-167.9, -299.0, 38.7),
|
|
vector3(428.7, -800.1, 28.5),
|
|
vector3(-829.4, -1073.7, 10.3),
|
|
vector3(-1447.8, -242.5, 48.8),
|
|
vector3(11.6, 6514.2, 30.9),
|
|
vector3(123.6, -219.4, 53.6),
|
|
vector3(1696.3, 4829.3, 41.1),
|
|
vector3(618.1, 2759.6, 41.1),
|
|
vector3(1190.6, 2713.4, 37.2),
|
|
vector3(-1193.4, -772.3, 16.3),
|
|
vector3(-3172.5, 1048.1, 19.9),
|
|
vector3(-1108.4, 2708.9, 18.1)
|
|
}
|
|
|
|
Config.SkinProps = {
|
|
'tshirt','torso', 'decals', 'arms', 'pants',
|
|
'shoes', 'bags', 'chain', 'helmet', 'glasses',
|
|
'watches'
|
|
} |