Installation Guide
Execute the Below in your Database and its all Done!!
Step 1: SQL Modifications
You must execute the SQL code to set up the necessary database tables.
Instructions
Open your database management tool (e.g., phpMyAdmin or HeidiSQL).
Select Your Database.
Run the following SQL query in your database to create the
moon_impoundlots
table:
This table will store impound lot data, including location, ownership, pricing, and employee details.
Step 2: Remove Conflicting Commands
Locate the File: Navigate to:
qb/qbx-policejob/server/main.lua
Delete the Following Commands:
/depot
/impound
Optional: Remove Events If desired, delete the following events to avoid any conflicts:
police:client:ImpoundVehicle
police:server:Impound
✅ Next Steps
Test the system to ensure there are no conflicts after removing the commands and events.
Integrate your new impound system with your server’s economy or roleplay mechanics for seamless functionality.
Last updated