Config = {}
Config.Locale = 'en'
Config.MarkerType = 1
Config.DrawDistance = 100.0
Config.MarkerSize = {x = 2.0, y = 2.0, z = 1.0}
Config.MarkerColor = {r = 102, g = 102, b = 204}
Config.BlipHospital = {
Sprite = 403,
Color = 2,
Display = 2,
Scale = 0.3
}
Config.Price = 10000 -- Edit this to your liking.
Config.EnableUnemployedOnly = true -- If true it will only show Blips to Unemployed Players | false shows it to Everyone.
Config.EnableBlips = true -- If true then it will show blips | false does the Opposite.
Config.EnablePeds = true -- If true then it will add Peds on Markers | false does the Opposite.
Config.Locations = {
{ x = -291.16, y = 2544.2, z = 74.42, heading = 350.704 },
}
Config.Zones = {}
for i=1, #Config.Locations, 1 do
Config.Zones['Shop_' .. i] = {
Pos = Config.Locations,
Size = Config.MarkerSize,
Color = Config.MarkerColor,
Type = Config.MarkerType
}
end