General Installation

Below is a short and clear ambr4_vehicleshop installation guide for both ESX and QBCore. Everything is “default”: upload to the server, import the SQL files, and start the script:

  1. Upload the ambr4_vehicleshop folder into resources/[ambr4]/ambr4_vehicleshop (or any other category folder you use).

  2. Open the sql/ directory and import all .sql files into your database (for example: ambr4_veh_panel, car_stock, ambr4_veh_showroom, etc.).

  3. Make sure your framework and dependencies (see below) start before this script. Then add: ensure ambr4_vehicleshop in server.cfg

  4. Configure the config.lua file (optional, adjust if needed).

  5. Restart your server.

Dependencies

chevron-rightoxmysqlarrow-up-righthashtag

oxmysql is the currently the most used and recommended SQL wrapper in FiveM as a whole. Chances are your server already is running this, but double check just in case!

chevron-rightox_libarrow-up-righthashtag

ox_lib is utilized for its optimized and useful functions alongside its responsive interface options.

chevron-rightes_extendedarrow-up-right or qb-corearrow-up-righthashtag

This script is compatible with both ESX and qb-core, offering flexibility and compatibility for various server setups.

Last updated