Getting Started
This guide will help you get CS-Scoreboard up and running on your FiveM server.
Installation
Download the CS-Scoreboard resource
Extract the files to your resources folder
Add
ensure cs-scoreboard
to your server.cfgConfigure 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
Log in with your Steam account
Create a new API key
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