Framework

Welcome to the AdrenCAD Fivem CAD Framework documentation. This document will guide you through the installation process of the framework, enabling you to set up and utilize its features effectively.

Prerequisites

Before proceeding with the installation, ensure that you have the following prerequisites:

  • A Fivem server up and running.

  • Node.js installed on your system.

  • A valid AdrenCAD Fivem API Key.

Installation

Follow these steps to install the AdrenCAD Fivem CAD Framework:

1. Download from GitHub

Visit the AdrenCAD GitHub repository [link to repository] and download the framework.

2. Extract to Server Resources Folder

Extract the downloaded framework to your Fivem server's resources folder. Ensure that the extracted folder is named "adrenCAD."

3. Configure API Key

Open your server's server.cfg file and add your AdrenCAD Fivem API Key as follows:

set ADRENCAD_KEY "your-api-key"

Replace "your-api-key" with your actual API key.

4. Install Required Packages

Navigate to the "adrenCAD" resource folder in your Fivem server's resources directory. Open a terminal or command prompt in this folder and run the following command to install the required Node.js packages:

npm install

This command will automatically download and install the necessary packages.

5. Start the Server with AdrenCAD

In your server.cfg file, make sure to include the following line to start the AdrenCAD resource:

ensure adrenCAD

Usage

Once you've completed the installation process, you can start using the AdrenCAD Fivem CAD Framework. Here are some basic usage guidelines:

  • Access the CAD system in-game by using the appropriate commands or accessing it via a web interface (if applicable).

  • Refer to the AdrenCAD documentation or README file for specific usage instructions and features of the CAD/MDT system.

Troubleshooting

If you encounter any issues during installation or while using AdrenCAD, please refer to the troubleshooting section of the documentation for common solutions to problems.

Conclusion

Congratulations! You've successfully installed the AdrenCAD Fivem CAD Framework on your server. You can now take advantage of its features for managing your Fivem community.

For more detailed information on configuration options, advanced features, and updates, please refer to the official AdrenCAD documentation.

Last updated