VMS2 Configuration

This guide explains how to correctly install and configure C7 VMS2 on your FiveM server. Follow each step carefully to ensure the framework loads and functions as intended.

01. Installing the Resource

1

Download the latest release of the C7 VMS2;

This folder should contain the folder: c7-scripts-vms2

2

Download the latest release of C7 Notifications;

You can download this for free on our shop. Click here for the link to this resource.arrow-up-right

3

Extract the .zip file's

4

Place the folders into your server's resource directory

Your resources folder should look like the following:

resources/
└── [c7-scripts]
    └── c7-scripts-framework-v3 (if installed)
    └── c7-scripts-vms2
circle-exclamation

02. Adding to 'server.cfg'

Add the following line to your server.cfg, preferably after your MySQL and connection resources:

ensure c7-scripts-framework-v3 (if installed)
ensure c7-scripts-notifications (start first)
ensure c7-scripts-vms2

03. Script Configuration

Altering the script to your preferred configuration has been made easy with our configuration file. To get started, you need to open the file: c7-scripts-vms2/config/config.lua

1

Configuring the Basics

To change the basics of the script, you need to change the following configuration lines:

2

Configuring the Framework Type

You must change the following lines:

3

Configuring Discord Integration

You must change the following lines:

4

Configuring Department Access

You must change the following lines:

5

Configuring Vehicles

You must change the following lines:

05. In-Game Commands & Keybinds

  • /vms2 - This will open the vehicle UI.

  • Default: F5 - This will open the vehicle UI.

    • This is re-keybindable in the In-Game Settings

Last updated