Installation Guide
Step 1: SQL Modifications
You need to execute the SQL code to set up the necessary database tables.
Alter
player_vehicles
table to includerepossessed_state
column:Create
repossessed_vehicles
table:Create
repossessed_auction
table:
Step 2: Lua Integration
Insert into qb-vehicleshop/server.lua
.
Replace:
With:
Step 3: Configure the Config.lua
File
Config.lua
FileCustomize the Config.lua
file based on your preferences and requirements. Ensure the settings align with your server's intended functionality and features.
Step 4: Ensure Dependencies
Ensure you have the following dependencies installed:
Last updated