Installation
- Download the latest release from your Cfx Portal and extract the archive into your server's
resourcesdirectory. You should have a folder calledamzn_garagemanagerinside yourresourcesdirectory. - Add
ensure amzn_garagemanagerto yourserver.cfgat the bottom of your load order (after everything else). - (optional) Edit
config.luato your liking. The framework integration will auto-detect if you leaveConfig.Frameworkset to'autodetect'.
Requirements
- Up to date FiveM server artifact recommended: 25770 or newer
- QBCore or QBX Core framework
Configuration
Config = {}
Config.Framework = 'autodetect' -- 'qb-core', 'qbx_core', or 'autodetect'
Config.GarageSystem = 'default' -- 'default' (qb-garages, qbx_garages) or 'jg-advancedgarages'
Config.Command = "gm" -- Command to open the garage manager
Config.AllowedGroups = { -- Groups allowed to access the garage manager
"god",
"admin"
}
Config.DefaultGarage = "pillboxgarage" -- Default garage to store vehicles inUsage
Toggle the garage manager UI with:
/gm [Player ID]The Player ID argument is optional — it lets you select a player directly rather than using the UI.