RSD FAST TRAVEL [VORP] [PAID] by RS DEV

FAST TRAVEL system for RedM. [VORP] [PAID]

Fully configurable

  • Add Fast travel you want
  • Change your currency
  • Change, for each travel, price, blip, name, texts, ped…
  • Put the key you want
  • Translation available
  • Change the distance for ped disappearance
  • Put the vehicle you want
  • More options…
Config file
--DO NOT RENAME THE RESSOURCE !!

Config = {}

Config.Title = "Travels" --Title of the menu
Config.SubTitle = "List of destinations" --Subtitle of the menu

Config.Drawtext = "[~e~G~q~] Travel" --Drawtext
Config.DistanceDrawText = 2 --Distance to display the drawtext
Config.ScaleWidth = 0.4 --Width for DrawText
Config.ScaleHeight = 0.4 --Height for DrawText

Config.TimeNotify = 3000

Config.Key = 0x760A9C6F --Key G

Config.Currency = 0 --0 for Dollar, 1 for Gold, 2 for Rol

Config.Language = {
    [1] = {text = "Your travel is ~o~starting",},
    [2] = {text = "Your travel is ~o~over",},
    [3] = {text = "You paid",},
    [4] = {text = "$",},
    [5] = {text = "Not enough ~o~money",},
}

Config.vehicleTypes = { --Type of vehicles
    {"COACH6"},
}

Config.pedConduct = "CS_BivCoachDriver" --Ped Driving

Config.travelPos = { --Pose To Go
    {
        label = "Valentine: ~t6~FREE",--Name Displays in the menu
        pos = vector3(-202.97, 641.95, 112.58), --Pose To Go
        Price = 0, --Put the price you want / 0 to disable
    },
    {
        label = "Rhodes: ~t6~2$",
        pos = vector3(1260.04, -1268.46, 75.36),
        Price = 2,
    },
    {
        label = "Saint Denis: ~t6~2$",
        pos = vector3(2354.77, -1117.24, 46.34),
        Price = 2,
    },
    {
        label = "Annesburg: ~t6~2$",
        pos = vector3(2913.69, 1272.44, 44.49),
        Price = 2,
    },
    {
        label = "Strawberry: ~t6~2$",
        pos = vector3(-1750.22, -402.53, 155.4),
        Price = 2,
    },
    {
        label = "Blackwater: ~t6~2$",
        pos = vector3(-871.18, -1267.15, 43.37),
        Price = 2,
    },
    {
        label = "Armadillo: ~t6~2$",
        pos = vector3(-3627.08, -2589.99, -14.31),
        Price = 2,
    },
    {
        label = "Tumbleweed: ~t6~2$",
        pos = vector3(-5468.04, -2946.66, -1.11),
        Price = 2,
    },
}

Config.DistancePed = 30

Config.TravelSpawn = { -- SPAWN PED, BLIP, VEHICLE...
    {  -- Valentine
        pos = vector4(-208.2, 644.61, 112.9, 239.25), --Pos for the drawtext (in front of the ped)
        vehicleSpawnPos = vector4(-202.97, 641.95, 112.58, 140.56), --Pos where the vehicle spawn
        enableblip = true, --Enable/Disable blips
        bliphash = 784218150, --Hash blips
        blipname = "Fast travel", --Name of blip
        npcmodel = "CS_BivCoachDriver", --Ped you want
        npccoords = vector4(-208.2, 644.61, 112.9, 239.25), --Pos of the ped
        notescape = true, --If the ped can escape
        notafraid = true, --If the ped is afraid
    },
    {  -- Rohdes
        pos = vector4(1257.96, -1272.35, 75.42, 314.26), 
        vehicleSpawnPos = vector4(1260.04, -1268.46, 75.36, 51.81),
        enableblip = true,
        bliphash = 784218150,
        blipname = "Fast travel",
        npcmodel = "CS_BivCoachDriver",
        npccoords = vector4(1257.96, -1272.35, 75.42, 314.26),
        notescape = true,
        notafraid = true,
    },
    {  -- Saint Denis
        pos = vector4(2356.97, -1112.13, 46.46, 154.56), 
        vehicleSpawnPos = vector4(2354.77, -1117.24, 46.34, 80.94),
        enableblip = true,
        bliphash = 784218150,
        blipname = "Fast travel",
        npcmodel = "CS_BivCoachDriver",
        npccoords = vector4(2356.97, -1112.13, 46.46, 154.56),
        notescape = true,
        notafraid = true,
    },
    {  -- Annesburg
        pos = vector4(2919.81, 1270.02, 44.49, 67.83), 
        vehicleSpawnPos = vector4(2913.69, 1272.44, 44.49, 155.68),
        enableblip = true,
        bliphash = 784218150,
        blipname = "Fast travel",
        npcmodel = "CS_BivCoachDriver",
        npccoords = vector4(2919.81, 1270.02, 44.49, 67.83),
        notescape = true,
        notafraid = true,
    },
    {  -- Strawberry
        pos = vector4(-1752.09, -407.23, 155.41, 346.04), 
        vehicleSpawnPos = vector4(-1750.22, -402.53, 155.4, 235.66),
        enableblip = true,
        bliphash = 784218150,
        blipname = "Fast travel",
        npcmodel = "CS_BivCoachDriver",
        npccoords = vector4(-1752.09, -407.23, 155.41, 346.04),
        notescape = true,
        notafraid = true,
    },
    {  -- Blackwater
        pos = vector4(-871.05, -1272.74, 43.4, 7.67), 
        vehicleSpawnPos = vector4(-871.18, -1267.15, 43.37, 86.48),
        enableblip = true,
        bliphash = 784218150,
        blipname = "Fast travel",
        npcmodel = "CS_BivCoachDriver",
        npccoords = vector4(-871.05, -1272.74, 43.4, 7.67),
        notescape = true,
        notafraid = true,
    },
    {  -- Armadillo
        pos = vector4(-3621.6, -2594.33, -13.89, 48.18), 
        vehicleSpawnPos = vector4(-3606.94, -2590.86, -14.03, 265.75),
        enableblip = true,
        bliphash = 784218150,
        blipname = "Fast travel",
        npcmodel = "CS_BivCoachDriver",
        npccoords = vector4(-3621.6, -2594.33, -13.89, 48.18),
        notescape = true,
        notafraid = true,
    },
    {  -- Tumbleweed
        pos = vector4(-5542.05, -2885.35, -3.95, 24.74), 
        vehicleSpawnPos = vector4(-5564.47, -2864.0, -3.26, 165.86),
        enableblip = true,
        bliphash = 784218150,
        blipname = "Fast travel",
        npcmodel = "CS_BivCoachDriver",
        npccoords = vector4(-5541.74, -2886.51, -3.92, 16.08),
        notescape = true,
        notafraid = true,
    },
}


--For Hash blip > https://cloudy-docs.bubbleapps.io/rdr2_blips
--For Ped > https://www.rdr2mods.com/wiki/pages/list-of-rdr2-ped-models/
--For Vehicle > https://www.rdr2mods.com/wiki/pages/list-of-rdr2-vehicle-models/

YOUTUBE VIDEO

TEBEX STORE

Code is accessible No
Subscription-based No
Lines (approximately) 500+
Requirements VORP
Support Yes

Other FiveM & RedM Resources


RedM:
:fire: - RSD MapColor [FREE]
:fire: - RSD Note
:fire: - RSD Teleport
:fire: - RSD FastTravel
:fire: - RSD SaltyBlock
:fire: - RSD Photography
:fire: - RSD Phonograph
:fire: - RSD NUI
:fire: - RSD Paycheck
:fire: - RSD Paycheck VIP
:fire: - RSD Weather
:fire: - RSD Ped
:fire: - RSD RailRobbery
:fire: - RSD Balloon
:fire: - RSD Guide

FiveM
:fire: - RSD SkyDiving NUI
:fire: - RSD WindSurf
:fire: - RSD PauseMenu NUI
:fire: - RSD LoadingScreen
:fire: - RSD WashMachine NUI
:fire: - RSD PauseMenu NUI with REPORT
:fire: - RSD Interact
:fire: - RSD Advent Calendar NUI

MLO & MAPPING
:fire: - RSD[MLO] Luckywheels Motorcycle
:fire: - RSD[MLO] Paleto Bay Church
:fire: - RSD[MLO] Seoul Base
:fire: - RSD[MLO] Kortz Center Bunker
:fire: - RSD[MAP] Vinewood Rooftop
:fire: - RSD[MLO] Secret Base
:fire: - RSD[MLO] Little-Seoul Mafia/Yakuza/Triad
:fire: - RSD[MLO] Little-Seoul BigPack