ESX Installation & Config
Do NOT change the name of the resource. Not even taking the -esx
off the end of the resource name. Changing the folder name or any other names in any way will break the script.
This script requiresoxmysql
for making database requests. If you aren't already using it, you can download it here and add it into resources/[standalone]
If you still have esx-garage
or another garage script enabled, you should probably disable it so it doesn't conflict!
Installation
Move the resource inside of the
resources/[esx_addons]
folder in your serverRun the code inside run.sql in your MySQL database
Configure the
config.lua
file as necessary for your needs!
Configuration
You can configure the script using config.lua
for general personalisation for your server, and through config-client.lua
to add custom code for certain script events such as when a vehicle is inserted into the garage. There are instructions throughout the comments in each file.
Both configuration files are heavily commented, to help you understand what various configuration options do.
Last updated