Discord: https://discord.gg/dATEunPQ2t
A modern, feature-rich player scoreboard for FiveM servers. Compatible with both ESX and QBCore frameworks.
- Clean, modern UI with customizable position and size
- Support for ESX and QBCore frameworks
- Display of job counts for emergency services and other configured jobs
- Job icons next to player names
- Player ID display in 3D above characters
- Configurable refresh rate
- Scrollable player list
- Ping display with color-coding
- Extract the
omes_scoreboardfolder to your server's resources directory - Add
ensure omes_scoreboardto your server.cfg - Edit the config.lua file to match your server's requirements
- Set your preferred framework in
config.lua:Config.Framework = "esx" -- Options: "esx", "qbcore", or "none"
Configure which jobs appear in the scoreboard under Config.DisplayedJobs:
Config.DisplayedJobs = {
{
name = "police", -- Job name in database
label = "Police", -- Display name
icon = "👮", -- Emoji icon
color = "#4d88ff" -- Text color (hex)
},
-- Add more jobs as needed
}Config.LargeMode- Toggle between compact side view and large centered viewConfig.ShowJobs- Toggle display of job informationConfig.ShowPlayerIDs- Toggle 3D player ID displayConfig.Position- Set position when not in large mode ("left", "center", or "right")
- Use the HOME key to toggle the scoreboard (configurable in settings)
- Arrow keys to scroll through the player list
- HOME key to close the scoreboard
This project is licensed under the GNU General Public License v3.0.
You are free to use and modify the script, but you cannot sell or monetize it.
Read more about the license here.
For issues, feature requests, or support, please open an ticket on the discord https://discord.gg/dATEunPQ2t.