Installation
Follow these steps to properly set up and launch assets on your server.
Last updated
Follow these steps to properly set up and launch assets on your server.
Last updated
To get started, download the latest version of the assets from the CFX Keymaster. This ensures that you have the most up-to-date files, which are necessary for optimal performance.
Go to the and download the latest version.
Once you have the assets, it’s time to configure your server.
Open your server.cfg
file, which is typically located in the root directory of your server.
Add the following line to the file:
This command is crucial as it ensures that the assets are properly included when the server runs.
To integrate the necessary database tables, follow these steps:
Navigate to the sql
directory within the rs_vehinspect
files.
Inside the sql
folder, find the INSERTME.sql
file.
Open the file, and you will find the SQL commands that need to be executed in your database.
Run these SQL commands using your preferred database management tool (e.g., phpMyAdmin or a MySQL client). This ensures that your database is set up correctly and that the server functionality is complete.
Once the configuration and database setup are complete, you can launch your server.
Start your server as you normally would.
Monitor the server logs for any errors during startup to ensure that everything has been set up correctly.
If any issues arise, refer to the logs for troubleshooting or consult the community support for further assistance.