C7FW Scoreboard List

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

01. Installing the Resource

1

Download the latest release of C7 Scoreboard;

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

2

Extract the .zip file's

3

Place the folder into your server's resource directory

Your resources folder should look like the following:

resources/
└── [c7-scripts]
    └── c7-scripts-framework-v3
    └── c7-scripts-scoreboard
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-scoreboard

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

1

Configuring the Basics

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

2

Configuring the Departments

You must change the following lines:

04. In-Game Keybinds

  • Default: Middle Mouse - This will open the scoreboard.

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

Last updated