ByYoSe Docs
BoutiqueSupportYoutube
  • 👋Documentation ByYoSe
  • ⚙️SCRIPTS - FIVEM
    • ByYoSe Crime Missions
      • Configuration
    • ByYoSe GoFast
      • Configuration
    • ByYoSe Truck Driver
      • Configuration
    • ByYoSe Bag Pick
      • Configuration
    • ByYoSe Mortier
      • Configuration
  • ⚙️ADDONS - GMOD
    • ByYoSe Shop InGame
      • Configuration
    • ByYoSe Dirty Money
      • Configuration
Propulsé par GitBook
Sur cette page
  1. SCRIPTS - FIVEM
  2. ByYoSe GoFast

Configuration

ByYoSe = {}

ByYoSe.Config = {}

ByYoSe.Config.Alert = { -- The alert that will be sent when the gofast is completed
    'police',
    'sheriff',
}

ByYoSe.Config.ItemDelivery = "box_drug" -- 'box_drug' | The item that the player will receive when the gofast is completed.

ByYoSe.Config.Cooldown = 1800 -- 1800 seconds = 30 min or 60 * 30 min | The time the player will have to wait to start a new gofast.

ByYoSe.Config.Start = {
    {
        location = vector3(850.3506, -1995.5371, 29.9801), -- Location of the gofast
        spawnvehicle = vector3(835.5390, -1990.1874, 29.3013), -- Where the vehicle will be spawned
        vehicleheading = 350.4217, -- The heading of the vehicle
        vehicle = {
            {model = "sultan"}, -- The model of the vehicle
            {model = "oracle"},
            -- {model = "faggio2"},
        },
    },
}

ByYoSe.Config.Zones = {
    {location = vector3(-399.8260, 6377.7720, 14.0457), heading = 17.1454}, -- Location of the gofast
    {location = vector3(-2531.4531, 2303.5916, 33.2130), heading = 187.4201},
    {location = vector3(720.7751, 1291.7369, 360.2959), heading = 177.8383},
    {location = vector3(711.5186, 589.8420, 129.2410), heading = 338.6565},
    {location = vector3(-1982.0751, -241.7559, 34.9102), heading = 151.2612},
    {location = vector3(387.5170, 3584.6191, 33.2922), heading = 350.0426},
}

ByYoSe.Config.Reward = { -- Reward for completing the gofast
    money = 2500,
    drugs = 'weed'
}
PrécédentByYoSe GoFastSuivantByYoSe Truck Driver

Dernière mise à jour il y a 9 mois

⚙️