Framework Configuration

This guide explains how to correctly install and configure C7 Framework V3 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 Framework V3;

This folder should contain the folder: c7-scripts-framework-v3

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

Download the latest release of other modules;

If you would like to install the following (optional & free) modules:

  • C7 Chat,

  • C7 Jail,

  • C7 Scoreboard,

  • C7 Blips,

  • C7 Identification.

You can download them from your portal separately.

4

Extract the .zip file's

5

Place the folders into your server's resource directory

Your resources folder should look like the following:

resources/
└── [c7-scripts]
    └── c7-scripts-framework-v3
    └── c7-scripts-chat (optional module)
    └── c7-scripts-jail (optional module)
    └── c7-scripts-blips (optional module)
    └── c7-scripts-scoreboard (optional module)
    └── c7-scripts-doorlock (optional module)
    └── c7-scripts-identification (optional module)
    └── c7-scripts-notifications (required/dependency)
circle-exclamation

02. Adding to 'server.cfg'

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

ensure oxmysql
ensure c7-scripts-notifications (start first)
ensure c7-scripts-framework-v3 (start second)
ensure c7-scripts-chat
ensure c7-scripts-blips
ensure c7-scripts-jail
ensure c7-scripts-scoreboard 
ensure c7-scripts-doorlock
ensure c7-scripts-identification

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-framework-v3/config/config.lua

1

Configuring the Aesthetics

To change the aesthetics of the framework, you need to change the following configuration lines:

2

Configuring the Maximum Characters

You must change the following lines:

3

Configuring Nearest Postals

You must change the following lines:

4

Configuring Ethnicity & Genders

You must change the following lines:

5

Configuring Discord Access

You must change the following lines:

6

Configuring Departments

You must change the following lines:

7

Configuring Discord Webhooks

You must change the following lines:

8

Configuring Optional Modules

To configure the optional modules provided with this script, you can select which module from the list below on how to configure it:

  • C7 Chat,

  • C7 Jail,

  • C7 Scoreboard,

  • C7 Blips,

  • C7 Identification.

04. In-Game Commands

  • /framework - This will open the character UI manually.

    • Aliases: /fw and /char

  • /sethome - This will set the player's home to their current location.

Last updated