Installation
Welcome to the Garage installation guide, here you can learn how to install our product completely, by following each step, we'll get a clean and smooth installation where you won't find any problems.
Please follow the information below step-by-step before opening a support request on Discord. If you encounter a problem despite the documentation, please open a ticket on the Discord server, giving as much detail as possible about your problem.
Download and installation
Once you've purchased the asset in the store, you can retrieve it from your portal.
Simply drag the folder ux_garage contained in the .zip file into your server's resource folder, add the line below to your server.cfg file and restart your server !
If you have any problems with the Escrow System, please read this page and do what it says.
Configuration
You can edit the /configs/config.lua file to adapt the script as you wish.
Start by modifying the framework on which your server runs, usually ESX or QBCore. The line to edit is the one below:
UXConfig.Framework = "esx" --[[
"qb": QBCore
"esx": ESX Legacy
"custom": Custom Framework, need to change /client/frameworks.lua and /server/frameworks.lua
]]Customized vehicle image
The images of the GTA lore vehicles are taken directly from the fivem doc site.
To add an image of a customized vehicle, go to the /ui/vehicles folder and place the image of the vehicle in question in it. The image name must have the name of the vehicle model and must be in .PNG format.
If you use a custom framework, little support from us is guaranteed. The files you need to modify to make the script work properly on a custom framework are available, but you are solely responsible for these modifications.
For a custom framework (other than ESX and QBCore) you'll need to edit client-side functions in /client/frameworks.lua and server-side functions in /client/frameworks.lua. The functions are commented out in the relevant files.
Last updated