G9 Docs
DiscordYoutubeTebex
  • Welcome
  • INFO
    • How can i download my script
    • How can i transfer my script
    • What is escrow system?
  • Scripts
    • Core
    • Loading Screen
      • Installation
      • Guide to Changes
      • Config
    • FPS Menu
      • Installation
      • Language
      • Config
    • Shop
      • Installation
      • Language
      • Config
      • Editable Files
    • Bank
      • Installation
      • Language
      • Config
      • Editable Files
      • Exports
    • Vehicleshop
      • Installation
      • Language
      • Config
      • Editable Files
    • Cleaner Job
      • Installation
      • Language
      • Config
Powered by GitBook
On this page
  1. Scripts
  2. Vehicleshop

Config

cfg = {}
cfg.TestDriveTime = 30
cfg.useTarget = true
cfg.VehicleShops = {
    [1] = {
        name = "Vehicle Shop",
        job = "none", --none, cardealer, police, 
        ped = "a_m_m_genfat_02",
        pedCoords = vector4(-56.63, -1098.58, 26.42, 28.09),
        carOut = vector4(-17.75, -1103.73, 26.19, 339.8),
        testCoords = vector4(-1673.50, -2809.60, 13.94, 266.47),
        garageCoords = vector4(-44.13, -1097.38, 26.42, 161.4),
        camCoords = vector4(-46.64, -1104.07, 26.42 + 0.5, 338.52 ),
        camFov = 70.0,
        yourPedCoords = vector4(-46.02, -1099.93, 26.42, 183.52),
        type = "pdm",
        blip = {
            display = true,  -- false / true
            coords = vector3(-58.4, -1097.68, 26.42),
            size = 0.7,
            color = 3,
            sprite = 326,
            text = "Vehicle Shop",
        },
        marker = {
            coords = vector3(-56.8592, -1099.1031, 26.4223),
            markerType = 1
        }
    },
    [2] = {
        name = "Boat",
        job = "none", --none, cardealer, police, 
        ped = "a_m_m_genfat_02",
        pedCoords = vector4(-719.2709, -1326.1467, 1.5963, 51.5372),
        carOut = vector4(-719.87, -1343.07, -0.4, 139.92),
        testCoords = vector4(-719.87, -1343.07, -0.4, 139.92),
        garageCoords = vector4(-733.69, -1358.93, -0.47, 118.73),
        camCoords = vector4(-740.98, -1355.0, 1.6, 233.91),
        camFov = 75.0,
        yourPedCoords = vector4(-722.81, -1370.11, 0.22, 47.94),
        type = "boats",
        blip = {
            display = true,  -- false / true
            coords = vector3(-719.2709, -1326.1467, 1.5963),
            size = 0.7,
            color = 3,
            sprite = 427,
            text = "Boat Shop",
        },
        marker = {
            coords = vector3(-719.2709, -1326.1467, 1.5963),
            markerType = 1
        }
    },
    [3] = {
        name = "Air",
        job = "none", --none, cardealer, police, 
        ped = "a_m_m_genfat_02",
        pedCoords = vector4(-989.9910, -2947.4946, 13.9451, 237.5840),
        carOut = vector4(-978.2437, -3025.0112, 13.9451, 60.5792),
        testCoords = vector4(-969.8640, -3015.2749, 13.9451, 55.1746),
        garageCoords = vector4(-965.69, -2983.31, 13.95, 59.39),
        camCoords = vector4(-996.8, -2965.07, 13.95 + 1, 239.61),
        camFov = 25.0,
        yourPedCoords = vector4(-965.69, -2980.31, 13.95, 59.39),
        type = "air",
        blip = {
            display = true,  -- false / true
            coords = vector3(-989.9910, -2947.4946, 13.9451),
            size = 0.7,
            color = 3,
            sprite = 251,
            text = "Air Shop",
        },
        marker = {
            coords = vector3(-989.9910, -2947.4946, 13.9451),
            markerType = 1
        }
    },
    [4] = {
        name = "Police",
        job = "police", --none, cardealer, police, 
        ped = "s_m_y_cop_01",
        pedCoords = vector4(424.4750, -1030.3070, 29.0408, 2.2199),
        carOut = vector4(427.37, -1023.24, 28.86, 90.47),
        testCoords = vector4(-1673.50, -2809.60, 13.94, 266.47),
        garageCoords = vector4(440.38, -1021.58, 28.6, 92.07),
        camCoords = vector4(410.48, -1023.02, 29.38, 272.6),
        camFov = 10.0,
        yourPedCoords = vector4(432.5, -1021.04, 28.67, 102.02),
        type = "emergency",
        blip = {
            display = false,  -- false / true
            coords = vector3(424.4750, -1030.3070, 29.0408),
            size = 0.7,
            color = 3,
            sprite = 326,
            text = "Police",
        },
        marker = {
            coords = vector3(424.4750, -1030.3070, 29.0408),
            markerType = 1
        }
    },
}

Last updated 10 days ago

Page cover image