EZ Scripts
DiscordTebex
  • 💡Welcome To EZ Scripts
  • FIVEM
    • 🍀EZ White Widow
      • Config File
      • Add more locations
      • Common Issues
    • 🟣EZ Lean Drug
      • Config File
      • Add more locations
    • ❄️EZ Coke & Crack Drug
      • Config File
      • Add more locations
    • 🔠EZ Plate Changer
      • Config File
    • 📑Ez Lib
      • Config File
    • 🛡️Ez Admin Authority
      • Config File
    • 🫳Ez Item Spawner
      • Config File
      • Permission Check
      • Add Item
      • Get Items
  • RedM
    • 💼EZ Society & Job Meny
      • Config File
      • Exports
      • Syn Society
    • 🌍EZ Fast Travel
      • Config File
    • 🛡️Ez Admin Authority
      • Config File
    • 🍖Ez Consumables
      • Config File
    • 📺Ez HUD
      • Config File
      • Exports and Events
    • 🚷EZ Combat Logging
      • Config File
    • 🗽EZ Life Style
      • Getting Life Style
      • Config File
    • ☢️EZ Radial Menu
      • Config File
    • 🫳Ez Item Spawner
      • Config File
      • Permission Check
      • Add Item
      • Get Items
Powered by GitBook
On this page

Was this helpful?

  1. RedM
  2. EZ Fast Travel

Config File

Here is a copy of the config file | Last Updated 7/06/2024

PreviousEZ Fast TravelNextEz Admin Authority

Last updated 8 months ago

Was this helpful?

🌍
https://github.com/EZ-Scripts/ez_fastTravel/blob/main/config.lua
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",
        "helper",
        "doctor"
    },
    ShowPlayerCount = 40, -- Set to false to disable, true to enable, a number to disable when number of players in server is above the number to display or not display the population per town
    PreAppendLocation = false, -- Set to true to append location name before FastTravel
    FastTravel = "Fast Travel", -- Blip name (Post appended if chosen)
    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(-186.75, 640.0, 113.62),
            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"] = 8,
                ["saintdenis"] = 13,
                ["rhodes"] = 8,
                ["annesburg"] = 11,
                ["vanhorntradingpost"] = 11,
                ["tumbleweed"] = 21,
                ["manzanita"] = 10,
                ["wapiti"] = 7,
                ["colter"] = 8,
                ["mcfarlandranch"] = 14,
                ["emeraldranch"] = 7,
                ["wallacestation"] = 10,
                ["lagras"] = 8,
                ["armadillo"] = 17
            },
        },
        ["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"] = 5,
                ["saintdenis"] = 17,
                ["rhodes"] = 11,
                ["annesburg"] = 20,
                ["vanhorntradingpost"] = 19,
                ["tumbleweed"] = 21,
                ["manzanita"] = 7,
                ["wapiti"] = 16,
                ["colter"] = 15,
                ["mcfarlandranch"] = 0,
                ["emeraldranch"] = 15,
                ["wallacestation"] = 14,
                ["lagras"] = 15,
                ["armadillo"] = 14
            },
        },
        ["strawberry"] = {
            locationLabel = "Strawberry",
            locationDesc = "A picturesque town in Big Valley, West Elizabeth, known for its scenic beauty and waterfall.",
            playerCountInArea = 0,
            coords = vector3(-1632.01, -515.31, 148.73),
            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"] = 9,
                ["blackwater"] = 5,
                ["saintdenis"] = 19,
                ["rhodes"] = 13,
                ["annesburg"] = 20,
                ["vanhorntradingpost"] = 19,
                ["tumbleweed"] = 21,
                ["manzanita"] = 6,
                ["wapiti"] = 15,
                ["colter"] = 24,
                ["mcfarlandranch"] = 9,
                ["emeraldranch"] = 14,
                ["wallacestation"] = 10,
                ["lagras"] = 15,
                ["armadillo"] = 14
            },
        },
        ["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(2666.43, -1467.85, 46.36),
            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"] = 11,
                ["blackwater"] = 16,
                ["strawberry"] = 13,
                ["rhodes"] = 6,
                ["annesburg"] = 8,
                ["vanhorntradingpost"] = 7,
                ["tumbleweed"] = 23,
                ["manzanita"] = 13,
                ["wapiti"] = 12,
                ["colter"] = 16,
                ["mcfarlandranch"] = 15,
                ["emeraldranch"] = 7,
                ["lagras"] = 5,
                ["wallacestation"] = 13,
                ["armadillo"] = 19
            },
        },
        ["rhodes"] = {
            locationLabel = "Rhodes",
            locationDesc = "A town in Scarlett Meadows, Lemoyne, with a history of feuding families.",
            playerCountInArea = 0,
            coords = vector3(1155.9, -1144.53, 70.6),
            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"] = 6,
                ["blackwater"] = 9,
                ["strawberry"] = 10,
                ["saintdenis"] = 6,
                ["annesburg"] = 8,
                ["vanhorntradingpost"] = 9,
                ["tumbleweed"] = 22,
                ["manzanita"] = 11,
                ["wapiti"] = 12,
                ["colter"] = 14,
                ["mcfarlandranch"] = 13,
                ["emeraldranch"] = 8,
                ["lagras"] = 5,
                ["wallacestation"] = 10,
                ["armadillo"] = 17
            },
        },
        ["annesburg"] = {
            locationLabel = "Annesburg",
            locationDesc = "A mining town in Roanoke Ridge, New Hanover, with a focus on coal mining.",
            playerCountInArea = 0,
            coords = vector3(2824.21, 909.77, 51.99),
            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"] = 8,
                ["blackwater"] = 12,
                ["strawberry"] = 12,
                ["saintdenis"] = 7,
                ["rhodes"] = 8,
                ["vanhorntradingpost"] = 6,
                ["tumbleweed"] = 24,
                ["manzanita"] = 17,
                ["wapiti"] = 13,
                ["colter"] = 11,
                ["mcfarlandranch"] = 16,
                ["emeraldranch"] = 8,
                ["lagras"] = 7,
                ["wallacestation"] = 12,
                ["armadillo"] = 19
            },
        },
        ["vanhorntradingpost"] = {
            locationLabel = "Vanhorn Trading Post",
            locationDesc = "A small, rundown port town in Roanoke Ridge, New Hanover, often associated with outlaws and smugglers.",
            playerCountInArea = 0,
            coords = vector3(2834.96, 412.02, 57.13),
            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"] = 9,
                ["blackwater"] = 12,
                ["strawberry"] = 17,
                ["saintdenis"] = 6,
                ["rhodes"] = 7,
                ["annesburg"] = 3,
                ["tumbleweed"] = 22,
                ["manzanita"] = 16,
                ["wapiti"] = 7,
                ["colter"] = 13,
                ["mcfarlandranch"] = 16,
                ["emeraldranch"] = 10,
                ["lagras"] = 8,
                ["wallacestation"] = 17,
                ["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(-5484.77, -3075.37, -2.92),
            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"] = 25,
                ["blackwater"] = 15,
                ["strawberry"] = 13,
                ["saintdenis"] = 22,
                ["rhodes"] = 20,
                ["annesburg"] = 25,
                ["vanhorntradingpost"] = 24,
                ["manzanita"] = 12,
                ["wapiti"] = 21,
                ["colter"] = 19,
                ["mcfarlandranch"] = 10,
                ["emeraldranch"] = 21,
                ["lagras"] = 24,
                ["wallacestation"] = 14,
                ["armadillo"] = 12
            },
        },
        ["armadillo"] = {
            locationLabel = "Armadillo",
            locationDesc = "A small town in Cholla Springs, New Austin, known for its saloons and general store.",
            playerCountInArea = 0,
            coords = vector3(-3835.55, -2866.6, -15.87),
            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"] = 17,
                ["blackwater"] = 18,
                ["strawberry"] = 14,
                ["saintdenis"] = 21,
                ["rhodes"] = 28,
                ["annesburg"] = 25,
                ["vanhorntradingpost"] = 24,
                ["manzanita"] = 14,
                ["wapiti"] = 21,
                ["colter"] = 19,
                ["mcfarlandranch"] = 12,
                ["emeraldranch"] = 21,
                ["wallacestation"] = 14,
                ["lagras"] = 18,
                ["tumbleweed"] = 14
            },
        },
        ["manzanita"] = {
            locationLabel = "Manzanita Post",
            locationDesc = "Manzanita Post is a small, outpost nestled in the heart of a dense forest, surrounded by pines and vibrant manzanita shrubs.",
            playerCountInArea = 0,
            coords = vector3(-1963.92, -1609.85, 116.16),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-1963.92, -1609.85, 116.16),
            townRadius = 500,
            cardImg = "./images/manzanita.png",
            price = {
                ["valentine"] = 14,
                ["blackwater"] = 11,
                ["strawberry"] = 14,
                ["saintdenis"] = 23,
                ["rhodes"] = 17,
                ["annesburg"] = 24,
                ["vanhorntradingpost"] = 24,
                ["wapiti"] = 21,
                ["colter"] = 18,
                ["mcfarlandranch"] = 12,
                ["emeraldranch"] = 25,
                ["lagras"] = 21,
                ["armadillo"] = 15,
                ["wallacestation"] = 14,
                ["tumbleweed"] = 17
            },
        },
        ["wapiti"] = {
            locationLabel = "Wapiti Reservation",
            locationDesc = "The Wapiti Reservation is a peaceful and sacred settlement located in the northern region of Ambarino.",
            playerCountInArea = 0,
            coords = vector3(484.45, 2177.17, 244.28),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(484.45, 2177.17, 244.28),
            townRadius = 500,
            cardImg = "./images/wapiti.png",
            price = {
                ["valentine"] = 12,
                ["blackwater"] = 20,
                ["strawberry"] = 11,
                ["saintdenis"] = 15,
                ["rhodes"] = 21,
                ["annesburg"] = 17,
                ["vanhorntradingpost"] = 18,
                ["manzanita"] = 26,
                ["colter"] = 13,
                ["mcfarlandranch"] = 15,
                ["emeraldranch"] = 8,
                ["lagras"] = 12,
                ["armadillo"] = 17,
                ["wallacestation"] = 11,
                ["tumbleweed"] = 23
            },
        },
        ["colter"] = {
            locationLabel = "Colter",
            locationDesc = "Colter is a small, abandoned mining town nestled in the snow-covered mountains of the Grizzlies.",
            playerCountInArea = 0,
            coords = vector3(-1305.03, 2423.03, 307.14),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-1305.03, 2423.03, 307.14),
            townRadius = 500,
            cardImg = "./images/colter.png",
            price = {
                ["valentine"] = 15,
                ["blackwater"] = 14,
                ["strawberry"] = 15,
                ["saintdenis"] = 25,
                ["rhodes"] = 17,
                ["annesburg"] = 14,
                ["wapiti"] = 14,
                ["vanhorntradingpost"] = 15,
                ["manzanita"] = 13,
                ["mcfarlandranch"] = 16,
                ["emeraldranch"] = 21,
                ["lagras"] = 15,
                ["armadillo"] = 19,
                ["wallacestation"] = 15,
                ["tumbleweed"] = 21
            },
        },
        ["mcfarlandranch"] = {
            locationLabel = "McFarland Ranch",
            locationDesc = "McFarland Ranch is a peaceful homestead located in New Austin.",
            playerCountInArea = 0,
            coords = vector3(-2501.68, -2444.1, 60.21),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-2501.68, -2444.1, 60.21),
            townRadius = 500,
            cardImg = "./images/mcfarlandranch.png",
            price = {
                ["valentine"] = 16,
                ["blackwater"] = 17,
                ["strawberry"] = 16,
                ["saintdenis"] = 22,
                ["rhodes"] = 17,
                ["annesburg"] = 25,
                ["colter"] = 18,
                ["wapiti"] = 22,
                ["vanhorntradingpost"] = 24,
                ["manzanita"] = 11,
                ["emeraldranch"] = 21,
                ["lagras"] = 26,
                ["armadillo"] = 14,
                ["wallacestation"] = 16,
                ["tumbleweed"] = 26
            },
        },
        ["emeraldranch"] = {
            locationLabel = "Emerald Ranch",
            locationDesc = "Nestled in the heart of The Heartlands, Emerald Ranch is a bustling farmstead known for its rich past and eerie undertones.",
            playerCountInArea = 0,
            coords = vector3(1514.61, 437.71, 89.93),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(1514.61, 437.71, 89.93),
            townRadius = 500,
            cardImg = "./images/emeraldranch.png",
            price = {
                ["valentine"] = 13,
                ["blackwater"] = 20,
                ["strawberry"] = 21,
                ["saintdenis"] = 15,
                ["rhodes"] = 12,
                ["annesburg"] = 11,
                ["colter"] = 21,
                ["wapiti"] = 14,
                ["vanhorntradingpost"] = 11,
                ["mcfarlandranch"] = 24,
                ["manzanita"] = 24,
                ["lagras"] = 10,
                ["armadillo"] = 28,
                ["wallacestation"] = 23,
                ["tumbleweed"] = 30
            },
        },
        ["lagras"] = {
            locationLabel = "Lagras",
            locationDesc = "Lagras is a small, remote settlement located deep within the swamps of Lemoyne.",
            playerCountInArea = 0,
            coords = vector3(2097.47, -582.67, 41.56),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(2097.47, -582.67, 41.56),
            townRadius = 500,
            cardImg = "./images/lagras.png",
            price = {
                ["valentine"] = 17,
                ["blackwater"] = 21,
                ["strawberry"] = 23,
                ["saintdenis"] = 9,
                ["rhodes"] = 10,
                ["annesburg"] = 12,
                ["colter"] = 22,
                ["wapiti"] = 20,
                ["vanhorntradingpost"] = 10,
                ["emeraldranch"] = 10,
                ["mcfarlandranch"] = 24,
                ["manzanita"] = 25,
                ["armadillo"] = 17,
                ["wallacestation"] = 23,
                ["tumbleweed"] = 22
            },
        },
        ["wallacestation"] = {
            locationLabel = "Wallace Station",
            locationDesc = "Wallace Station is a small train station located in the Big Valley region of West Elizabeth.",
            playerCountInArea = 0,
            coords = vector3(-1294.77, 406.26, 95.43),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-1294.77, 406.26, 95.43),
            townRadius = 500,
            cardImg = "./images/wallacestation.png",
            price = {
                ["valentine"] = 17,
                ["blackwater"] = 21,
                ["strawberry"] = 23,
                ["saintdenis"] = 9,
                ["rhodes"] = 10,
                ["annesburg"] = 12,
                ["colter"] = 22,
                ["wapiti"] = 20,
                ["vanhorntradingpost"] = 10,
                ["emeraldranch"] = 10,
                ["mcfarlandranch"] = 24,
                ["manzanita"] = 25,
                ["armadillo"] = 17,
                ["tumbleweed"] = 22
            },
        },

        -- MEXICO ADDON
        ["mexicobridge"] = {
            locationLabel = "Mexico Bridge",
            locationDesc = "A bridge connecting the United States and Mexico, often used for trade and travel.",
            playerCountInArea = 0,
            coords = vector3(-6072.18, -3739.46, -24.81),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-6072.18, -3739.46, -24.81),
            townRadius = 500,
            cardImg = "./images/mexicobridge.png",
            price = {
                ["escalera"] = 10,
                ["chuparosa"] = 26,
                ["lashermanas"] = 26,
                ["oasis"] = 31,
            },
        },
        ["escalera"] = {
            locationLabel = "Escalera",
            locationDesc = "A small town in the heart of Mexico, known for its vibrant culture and rich history.",
            playerCountInArea = 0,
            coords = vector3(-5934.33, -4564.99, -11.38),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-5934.33, -4564.99, -11.38),
            townRadius = 500,
            cardImg = "./images/escalera.png",
            price = {
                ["mexicobridge"] = 10,
                ["chuparosa"] = 23,
                ["lashermanas"] = 23,
                ["oasis"] = 25,
            },
        },
        ["chuparosa"] = {
            locationLabel = "Chuparosa",
            locationDesc = "A bustling town in Mexico, known for its lively markets and colorful architecture.",
            playerCountInArea = 0,
            coords = vector3(-3758.37, -4266.79, -22.11),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-3758.37, -4266.79, -22.11),
            townRadius = 500,
            cardImg = "./images/chuparosa.png",
            price = {
                ["mexicobridge"] = 10,
                ["escalera"] = 20,
                ["lashermanas"] = 20,
                ["oasis"] = 10,
            },
        },
        ["lashermanas"] = {
            locationLabel = "Las Hermanas",
            locationDesc = "A small village in Mexico, known for its close-knit community and traditional customs.",
            playerCountInArea = 0,
            coords = vector3(-3251.38, -4034.04, -21.73),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-3251.38, -4034.04, -21.73),
            townRadius = 500,
            cardImg = "./images/lashermanas.png",
            price = {
                ["mexicobridge"] = 20,
                ["escalera"] = 15,
                ["chuparosa"] = 15,
                ["oasis"] = 31,
            },
        },
        ["oasis"] = {
            locationLabel = "Oasis",
            locationDesc = "A tranquil oasis in the desert, known for its lush vegetation and serene atmosphere.",
            playerCountInArea = 0,
            coords = vector3(-2187.46, -4123.9, -21.05),
            blip = {
                enable = true,
                sprite = 'blip_ambient_telegraph',
                scale = 0.2,
            },
            townCoords = vector3(-2585.56, -3701.04, -20.73),
            townRadius = 500,
            cardImg = "./images/oasis.png",
            price = {
                ["mexicobridge"] = 31,
                ["escalera"] = 15,
                ["chuparosa"] = 15,
                ["lashermanas"] = 15,
            },
        },
    }
}