Livemap Script

Welcome to the AdrenCAD Livemap Plugin Script documentation. This guide will walk you through the installation process for the Livemap plugin, which enhances your Fivem server's functionality. Please ensure that you have completed the necessary steps before installing the Livemap plugin.

Prerequisites

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

  • Registered the plugin license key on your AdrenCAD community's Fivem Plugins Dashboard.

  • AdrenCAD Fivem CAD Framework already installed and configured on your Fivem server.

  • Access to the Fivem Keymaster site (https://keymaster.fivem.net/).

  • Node.js installed on your system.

Installation

Follow these steps to install the AdrenCAD Livemap Plugin Script:

1. Register Plugin License Key

Ensure that you have registered your plugin license key on your AdrenCAD community's Fivem Plugins Dashboard. Without a valid license key, you won't be able to use/start the Livemap plugin.

2. Download the Livemap Script

Navigate to the Fivem Keymaster site at https://keymaster.fivem.net/ and log in with your Fivem credentials.

  • Search for the AdrenCAD Livemap plugin and click on it to access the download page.

  • Download the Livemap script package to your local machine.

3. Add the Resource to the Fivem Server

Extract the downloaded Livemap script package.

  • Locate the Livemap resource folder within the extracted package.

  • Copy the Livemap resource folder.

  • Navigate to your Fivem server's resources folder.

  • Paste the Livemap resource folder into your server's resources directory.

Your directory structure should look like this:

server-resources/

├── adrenCAD/

├── cad-livemap/

4. Install npm Inside the Resource Folder

Navigate to the "cad-livemap" resource folder in your Fivem server's resources directory.

  • Open a terminal or command prompt in this folder.

  • Run the following command to install any required Node.js packages:

npm install

This command will automatically download and install the necessary packages within the "cad-livemap" resource folder.

5. Configure the Server.cfg File

Open your server's server.cfg file.

  • Add the following line to ensure the Livemap plugin is started after the AdrenCAD resource:

ensure adrenCAD
ensure cad-livemap

This configuration ensures that the Livemap plugin is loaded after AdrenCAD and is ready for use.

Usage

Once you've completed the installation process, the Livemap plugin should be active on your Fivem server. You can access and configure the Livemap as per the plugin's documentation and settings.

Conclusion

Congratulations! You've successfully installed the AdrenCAD Livemap Plugin Script on your Fivem server. This Livemap will enhance your server's functionality and provide valuable features for your community.

Last updated