Theme editor

Garage Job Garage script

Download the QB-Core Job Garage script for FiveM, supporting LSPD, EMS, Sheriff, and more. Easily configure multiple job garages via config.lua. Follow our guide to install and set up custom job-specific garages.

job garage.webp


What is QB-Core Job Garage?

The QB-Core Job Garage script allows roleplay jobs such as LSPD, EMS, Sheriff, and other whitelisted roles to have their own job-specific garages. It enables realistic vehicle management for different jobs, allowing players to spawn, store, and manage job vehicles.

Supports Multiple Jobs (LSPD, EMS, Sheriff, etc.)
Fully Configurable via config.lua
Optimized for QB-Core Servers
Job-Specific Vehicle Access
Easy Expansion for New Jobs

How to Download & Install QB-Core Job Garage?

Step 1: Click the Download Link



This file contains the latest QB-Core job-specific garage script.


Step 2: Move the Script to Your FiveM Server

  1. Extract the qb-jobgarage.zip file.
  2. Move the qb-jobgarage folder to your FiveM server’s resources directory:
  3. Code:
    resources/[qb]/qb-jobgarage


Step 3: Add the Script to server.cfg

To enable the script, open your server.cfg file and add the following line:
Code:
ensure qb-jobgarage



Step 4: Configure the Job Garages

  1. Open the config.lua inside qb-jobgarage.
  2. You can add or remove job garages by modifying the configuration file.
  3. Set up job-specific vehicles, locations, and permissions.
  4. Example format for adding a garage:
Code:
Config.enablepayment = true -- Change into true to charge for cars
Config.savecar = false -- Change this to true if you want to save the car in database
Config.UseCarItems = false -- Change into true if you want to use trunk items. Look down for Config.CarItems to set up items
Config.CustomExtras = true -- Set this true if you want custom car extra's. Look down for Config.CarExtras to set up extras
Config.CustomLivery = false -- Set this true if you want custom livery for your cars. Look down for Config.CarExtras to set up livery
Config.MaxMod = true -- Set this to true if you want your vehicle max modded. Look down for Config.CarMods to enable / disable the desired parts to max mod
Config.fuelsystem = "origen_fuel" -- Set your fuel system, LegacyFuel, ps-fuel or other fuel system

Garage = {
    ["pdhq"] = {
        jobname = "police", -- Job name for this garage
        plateprefix = "POLI", -- Set plate prefix, max 4 letters
        spawnloc = vector4(447.7481, -1020.19, 28.498, 88.0), -- Spawn location of the car
        spawnheading = 49.96, -- heading of the car
        viewcoords = vector3(447.7482, -1020.19, 28.498), -- Point where the camera is headed to
        camcoords = vector3(451.19, -1014.72, 29.97), -- Place where the camera stands
        pedhash = 's_m_y_hwaycop_01', -- ped to be used
        pedlocation = vector4(445.37, -1012.3, 27.54, 181.81), -- location of the ped
        list = { -- list of cars to be used in this garage
            ["01"] = {
                model = "polcoach",
                label = "Polis Otobüs",
                rank = { 0, 1, 2, 3},
                price = 0,
            },
            ["02"] = {
                model = "poldurango",
                label = "Polis Jeep",
                rank = { 1, 2, 3, 4 },
                price = 0,
            },
        },
        CarItems = { -- list of items to put inside the vehicles for this garage
            [1] = {
                name = "heavyarmor",
                amount = 2,
                info = {},
                type = "item",
                slot = 1,
            },
        },


Step 5: Restart Your FiveM Server

Once you’ve configured the script, restart your FiveM server to apply the changes.
 
Last edited by a moderator:
Resource 'QBCore V2 FiveM RP base'
The Toxic QBCore V2 RP Server is a fully open-source, ready-to-use FiveM RP server base, built...
Resource 'Toxic QBCore Server files'
Toxic QBCore Latest Server files - Fivem rp base - Download fivem server Open source・No...
Resource 'Toxic ESX legacy  | Server Files'
Toxic ESX legacy | Server File ✔ Latest ESX Legacy Framework ✔ Fully Open-Source – No...
Resource 'V3 pvp Server File'
Download the Toxic V3 PVP Server File with the old ESX framework. Includes a fully configured...
Resource 'Sandy Shores - REBORN'
GTA V Interior: Sandy Shores Reborn – FiveM MLO custom maps with detailed interiors.
Resource 'Molo narcos island FiveM Mafia pack'
Molo Narcos Island – FiveM Mafia MLO pack with custom cartel maps and detailed interiors.
Resource 'Molo House Cayo Perico & Los santos'
Molo House Cayo Perico & Los Santos – FiveM MLO houses with custom Cayo Perico maps.
Resource 'Altruist Camp GTA V Roleplay Base – FiveM MLO'
A dangerous place for some, but home for others! Experience how the ancestors and the outcasts...
Resource 'Nteam Police department + Hospital'
Nteam Police Department + Hospital MLO – Free open source FiveM maps and interiors.
Resource 'WC Clothing Pack'
WC Clothing Pack FiveM Download the WC Clothing Pack for FiveM – a high-quality standalone...
Resource 'Non-Branded Clothing'
FiveM Non-Branded Clothing Pack 5GB Download the 5GB Knocks Non-Branded Clothing Pack for...
Resource 'Toy Cars BMW, Bugatti & More'
Download the FiveM Toy Cars Pack featuring BMW, Bugatti, and more! Perfect for adding a fun and...
Resource 'Car Pack 15+ Vehicles'
Download the FiveM Car Pack 2025 with 15+ unique vehicles, including Audi Monster, Super Cars...
Resource 'Vehicle Pack Unbranded Cars'
Download FiveM Unbranded Cars Pack. A collection of high-quality non-branded vehicles for...
Resource 'LSPD & EMS 45 Unbranded Vehicle Pack'
🔥 What’s Inside the FiveM LSPD & EMS Vehicle Pack? Upgrade your FiveM roleplay server with this...
Resource 'Roxwood County'
What is Roxwood County? Roxwood county is a map expansion which offers a whole new land mass on...
Resource 'Energy Fast customs Mlo ( clothes + vehicles )'
Energy Fast Customs MLO – FiveM maps for clothes shops and vehicle garages.
Resource 'Molo LSPD HQ'
Molo LSPD HQ – Free FiveM MLO police headquarters map with custom offices and interiors.
Resource 'Molo unicorn'
Molo Unicorn FiveM MLO – Custom nightclub map with detailed roleplay interiors.
Resource 'Artex Cardealer Paleto'
A brand new, totally flawless, totally needed place in Paleto Bay right now! Artex Cardealer...
Back
Top Bottom