[HELP] Add again spawn location to esx_policejob

Hello I have esx_policejob, but I want add again spawn vehicle garage.

    Config                            = {}
Config.DrawDistance               = 100.0
Config.MarkerType                 = 1
Config.MarkerSize                 = { x = 1.5, y = 1.5, z = 1.0 }
Config.MarkerColor                = { r = 50, g = 50, b = 204 }
Config.EnablePlayerManagement     = true
Config.EnableArmoryManagement     = true
Config.EnableESXIdentity          = true  -- only turn this on if you are using esx_identity
Config.EnableSocietyOwnedVehicles = false
Config.EnableLicenses             = true
Config.MaxInService               = -1
Config.Locale = 'en'

Config.PoliceStations = {

  LSPD = {

    Blip = {
      Pos     = { x = 425.130, y = -979.558, z = 30.711 },
      Sprite  = 60,
      Display = 4,
      Scale   = 1.2,
      Colour  = 29,
    },

    AuthorizedWeapons = {
      { name = 'WEAPON_STUNGUN',          price = 10 },
      { name = 'WEAPON_FLAREGUN',          price = 10 },
      { name = 'WEAPON_PISTOL',           price = 10 },
	  { name = 'WEAPON_FLASHLIGHT',       price = 5 },
      { name = 'WEAPON_NIGHTSTICK',       price = 5 },
      { name = 'WEAPON_CARBINERIFLE',     price = 100 },
      { name = 'WEAPON_PUMPSHOTGUN',      price = 100 },
    },

    AuthorizedVehicles = {
      { name = 'police',  label = 'Police Viktorka' },
      { name = 'police15',  label = 'Police Viktorka V2' },
      { name = 'police2', label = 'Volvo V90 Polis' },
      { name = 'police3', label = 'Véhicule de patrouille 3' },
      { name = 'police4', label = 'Police Tahoe Unmarked' },
      { name = 'police12', label = 'Police Solair' },
      { name = 'police13', label = 'Police SUV' },
      { name = 'police5', label = 'Policejni lamborghini' },
      { name = 'policeb', label = 'Policejni motorka' },
      { name = 'policeb2', label = 'Policejni motorka V2' },
      { name = 'polgs350', label = 'Police Lexus' },
      { name = 'ghispo2', label = 'Police Maserati' },
      { name = 'policegt350r', label = 'Police Mustang' },
      { name = 'POLICEFELON', label = 'Police Mustang' },
      { name = 'policet', label = 'Police Transporter' },
      { name = 'lspdtru', label = 'SWAT SUV' },
      { name = 'policeinsurgent', label = 'Police insurgent' },
      { name = 'policet', label = 'Van de transport' }, 
    },

    Cloakrooms = {
      { x = 452.600, y = -993.306, z = 29.500 },
      { x = 132.85, y = -769.76, z = 241.15 },
    },

    Armories = {
      { x = 451.699, y = -980.356, z = 29.689 },
      { x = 126.89, y = -728.95, z = 241.15 },
    },

    Vehicles = {
      {
        Spawner    = { x = 454.69, y = -1017.4, z = 27.430 },
        SpawnPoint = { x = 438.42, y = -1018.3, z = 27.757 },
        Heading    = 90.0,
      }
    }, 

    Helicopters = {
      {
        Spawner    = { x = 466.477, y = -982.819, z = 42.691 },
        SpawnPoint = { x = 450.04, y = -981.14, z = 42.691 },
        Heading    = 0.0,
      }
    },

    VehicleDeleters = {
      { x = 462.74, y = -1014.4, z = 27.065 },
      { x = 462.40, y = -1019.7, z = 27.104 },
      { x = 148.61, y = -683.76, z = 32.33 },
    },

    BossActions = {
      { x = 448.417, y = -973.208, z = 29.689 }
    },

  },

}