Getting Started

This guide will help you get CS-Scoreboard up and running on your FiveM server.

Installation

  1. Download the CS-Scoreboard resource

  2. Extract the files to your resources folder

  3. Add ensure cs-scoreboard to your server.cfg

  4. Configure your shared/config.lua file

Basic Configuration

Open shared/config.lua and set these essential options:

Config.Framework = "esx" -- Use "esx" or "qbcore"
Config.UseDutySystem = true -- Enable/disable duty system
Config.SteamApiKey = "YOUR_STEAM_API_KEY" -- Add your Steam API key
Config.Keybind = "DELETE" -- Change the keybind if desired

Steam API Key Setup

  1. Log in with your Steam account

  2. Create a new API key

  3. Add the key to your shared/config.lua

Framework-Specific Setup

ESX

No additional setup required - works out of the box with es_extended.

QBCore

No additional setup required - works out of the box with qb-core.

Last updated