Installation
Quasar Advanced Garages is a premium garage system for FiveM with customizable interiors, license plates, shared garages, and access controls. Create public, private, or job-restricted garages with persistence for vehicles, mods, and fuel.
Download Script
To download the assets needed for this script, you must access the official Cfx.re portal, where all assets purchased through Tebex are managed.
Go to the following link: 🔗 https://portal.cfx.re/assets/granted-assets
Log in with the same Cfx.re account you used to make the purchase.
In the list of granted assets, find and download the following:
Garages
Download Dependencies
This script requires some mandatory dependencies to function correctly. Make sure to download and extract them inside your server’s main directory, keeping their original folder structure intact.
This dependency is optional, but if you want to save the visual damage of vehicles, you can download.
Remove Other Scripts
This script may cause conflicts or errors if you use other garage systems on your server.
Common examples include qb-garages, esx_garages, or other similar garages scripts.
It’s strongly recommended to remove them completely before installation to prevent compatibility or functionality issues.
Server.cfg Placement
This script must always start after es_extended or qb-core, never before.
We recommend placing it below them in your server.cfg, ensuring all dependencies are loaded first to prevent errors or unexpected behavior.
If you’re using qs-housing or plan to integrate it with a housing system, make sure to start it right above the housing resource for proper synchronization and functionality.
Database Setup
Avoid using tools like XAMPP or other non-optimized local servers, as they may cause connection errors.
This script includes an essential database required for its operation. You must import it before starting your server, preferably using HeidiSQL or any other manager compatible with MariaDB/MySQL.
Deformation and Repair
Quasar Advanced Garages includes a vehicle damage system that keeps every dent and scratch until the car is repaired. It works on its own — not with ESX or QBCORE repair systems.
You can fix vehicles in three simple ways:
By Export: Use
exports['qs-advancedgarages']:RepairSpecificVehicle(plate)or
exports['qs-advancedgarages']:RepairNearestVehicle()By Command: Use
/repairvehicle(admin only). You can change who can use it inserver/custom/framework/*.By Item: Enable
Config.RepairKit = trueinconfig.luato use the repair kit item with a short repair animation.
This system makes damage persistent and realistic, perfectly integrated with the garage system.
Remove Vehicles in Map
In Quasar Advanced Garages, vehicles are persistent, so the usual /dv command won’t work — cars will reappear after deletion.
To handle this, two admin-only commands are included:
/mdv → Removes the nearest vehicle and sends it to the impound.
/mdvall → Sends all active vehicles on the map to the impound.
Use these instead of /dv to properly remove vehicles in servers with persistence enabled.