Config File
Here is a copy of the config file | Last Updated 7/06/2024
Last updated
Here is a copy of the config file | Last Updated 7/06/2024
Last updated
Config = {
UsePrices = true, -- Set to false to disable prices (Make sure to still include towns within the price table for each location)
FreeForJobs = { -- Keep Empty if you want to disable free fast travel for jobs
"police",
"doctor"
},
Webhook = {
enabled = true,
url = "https://discord.com/api/webhooks/1250628596733706240/jjIDAYGF3Ie1PWLmSSyaqcmw0P8C5I50n0QIFR8PEogCUvSiMoIBmekrR66NC9hXLF-9",
name = "EZ Scripts",
},
FastTravel = " Fast Travel", -- Post text appended to blip name
Locations = {
["valentine"] = {
locationLabel = "Valentine", -- Name of blip and location in menu
locationDesc = "Located in the Heartlands, New Hanover. Known for its saloons, stables, and bustling activity.", -- Description of location
playerCountInArea = 0, -- DO NOT TOUCH
coords = vector3(-324.71, 576.36, 100.66),
blip = { -- Coords (coords) and label (locationLabel + FastTravel) used from above
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(-296.69, 754.26, 120.63), -- Center of town coords to get players
townRadius = 500, -- Radius of town to get players within
cardImg = "./images/valentine.png",
price = {
["blackwater"] = 10,
["strawberry"] = 10,
["saintdenis"] = 30,
["rhodes"] = 40,
["annesburg"] = 40,
["vanhorntradingpost"] = 30,
["tumbleweed"] = 50,
["armadillo"] = 20
},
},
["blackwater"] = {
locationLabel = "Blackwater",
locationDesc = "A growing town in the Great Plains, West Elizabeth, known for its modern advancements and law enforcement presence.",
playerCountInArea = 0,
coords = vector3(-1212.55, -1217.68, 75.52),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(-815.74, -1319.72, 43.68),
townRadius = 500,
cardImg = "./images/blackwater.png",
price = {
["valentine"] = 10,
["strawberry"] = 10,
["saintdenis"] = 30,
["rhodes"] = 40,
["annesburg"] = 40,
["vanhorntradingpost"] = 30,
["tumbleweed"] = 50,
["armadillo"] = 20
},
},
["strawberry"] = {
locationLabel = "Strawberry",
locationDesc = "A picturesque town in Big Valley, West Elizabeth, known for its scenic beauty and waterfall.",
playerCountInArea = 0,
coords = vector3(-1970.4, -371.71, 175.75),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(-1799.18, -402.1, 159.8),
townRadius = 500,
cardImg = "./images/strawberry.png",
price = {
["valentine"] = 10,
["blackwater"] = 10,
["saintdenis"] = 30,
["rhodes"] = 40,
["annesburg"] = 40,
["vanhorntradingpost"] = 30,
["tumbleweed"] = 50,
["armadillo"] = 20
},
},
["saintdenis"] = {
locationLabel = "Saint Denis",
locationDesc = "A large, bustling city in Lemoyne, reminiscent of New Orleans, with a diverse population and many amenities.",
playerCountInArea = 0,
coords = vector3(2577.93, -1202.89, 55.92),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(2665.61, -1265.7, 55.56),
townRadius = 500,
cardImg = "./images/saintdenis.png",
price = {
["valentine"] = 30,
["blackwater"] = 30,
["strawberry"] = 30,
["rhodes"] = 40,
["annesburg"] = 40,
["vanhorntradingpost"] = 30,
["tumbleweed"] = 50,
["armadillo"] = 20
},
},
["rhodes"] = {
locationLabel = "Rhodes",
locationDesc = "A town in Scarlett Meadows, Lemoyne, with a history of feuding families.",
playerCountInArea = 0,
coords = vector3(1496.39, -1040.92, 51.71),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(1368.16, -1328.63, 77.53),
townRadius = 500,
cardImg = "./images/rhodes.png",
price = {
["valentine"] = 40,
["blackwater"] = 40,
["strawberry"] = 40,
["saintdenis"] = 40,
["annesburg"] = 40,
["vanhorntradingpost"] = 30,
["tumbleweed"] = 50,
["armadillo"] = 20
},
},
["annesburg"] = {
locationLabel = "Annesburg",
locationDesc = "A mining town in Roanoke Ridge, New Hanover, with a focus on coal mining.",
playerCountInArea = 0,
coords = vector3(2491.54, 1403.84, 97.6),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(2919.19, 1321.74, 44.2),
townRadius = 500,
cardImg = "./images/annesburg.png",
price = {
["valentine"] = 40,
["blackwater"] = 40,
["strawberry"] = 40,
["saintdenis"] = 40,
["rhodes"] = 40,
["vanhorntradingpost"] = 30,
["tumbleweed"] = 50,
["armadillo"] = 20
},
},
["vanhorntradingpost"] = {
locationLabel = "Van Horn Trading Post",
locationDesc = "A small, rundown port town in Roanoke Ridge, New Hanover, often associated with outlaws and smugglers.",
playerCountInArea = 0,
coords = vector3(2591.37, 463.22, 66.31),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(2960.43, 515.04, 45.74),
townRadius = 500,
cardImg = "./images/vanhorntradingpost.png",
price = {
["valentine"] = 30,
["blackwater"] = 30,
["strawberry"] = 30,
["saintdenis"] = 30,
["rhodes"] = 30,
["annesburg"] = 30,
["tumbleweed"] = 50,
["armadillo"] = 20
},
},
["tumbleweed"] = {
locationLabel = "Tumbleweed",
locationDesc = "A rough town in the New Austin region, often associated with outlaws and a harsh environment.",
playerCountInArea = 0,
coords = vector3(-5501.38, -2720.85, -7.65),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(-5510.29, -2930.49, -2.53),
townRadius = 500,
cardImg = './images/tumbleweed.png',
price = {
["valentine"] = 50,
["blackwater"] = 50,
["strawberry"] = 50,
["saintdenis"] = 50,
["rhodes"] = 50,
["annesburg"] = 50,
["vanhorntradingpost"] = 50,
["armadillo"] = 20
},
},
["armadillo"] = {
locationLabel = "Armadillo",
locationDesc = "A small town in Cholla Springs, New Austin, known for its saloons and general store.",
playerCountInArea = 0,
coords = vector3(-2931.64, -2905.09, 60.73),
blip = {
enable = true,
sprite = 'blip_ambient_telegraph',
scale = 0.2,
},
townCoords = vector3(-3689.0, -2581.19, -13.74),
townRadius = 500,
cardImg = "./images/armadillo.png",
price = {
["valentine"] = 20,
["blackwater"] = 20,
["strawberry"] = 20,
["saintdenis"] = 20,
["rhodes"] = 20,
["annesburg"] = 20,
["vanhorntradingpost"] = 20,
["tumbleweed"] = 20
},
},
},
}