![[ESX/QBCore] Scoreboard main image](https://forum-cfx-re.akamaized.net/optimized/4X/5/1/0/5102d19063622703a14b5a85b55a9ac5be64566b_2_690x381.jpeg)
Price
UnknownA script by sparrow9110
Price
UnknownAdvanced Scoreboard
What is this resource?
Advanced scoreboard with multiple features
Supported Framework : ESX, QBCore
Update : 1.3.0
- Add Job aggregation
Config.Jobs = { enable = true, job_list = { -- Jobs to be displayed on top of scoreboard {jobs = {'police'}, label = "Police", icon = "fa-solid fa-user-shield"}, {jobs = {'ambulance'}, label = "Ambulance", icon = "fa-solid fa-truck-medical"}, {jobs = {'mechanic1','mechanic2','mechanic3'}, label = "Mechanic", icon = "fa-solid fa-toolbox"}, }, }
Update : 1.1.0
- Add RolePlayMode
Config.RolePlayMode = { enable = true, default_player_name_prefix = "Player", can_see = { ['framework'] = { ['esx'] = {'superadmin','admin','moderator'}, ['qbcore'] = {'god','admin'} }, ['identifiers'] = {'license:xxx','discord:xxx','steam:xxx'} } }
Features
1. Title
Config.Title = { first = 'ROLEPLAY', second = 'SCOREBOARD'}
2. Jobs
Config.Jobs = {
enable = true,
job_list = { -- Jobs to be displayed on top of scoreboard
["police"] = {label = "Police", icon = "fa-solid fa-user-shield"},
["ambulance"] = {label = "Ambulance", icon = "fa-solid fa-truck-medical"},
["mechanic"] = {label = "Mechanic", icon = "fa-solid fa-toolbox"},
},
}
3. Total Players Count
4. Player Information
5. Advertisement Section
Config.Advertisement = {
enable = true,
image = 'https://cdn.discordapp.com/attachments/1052372106605772801/1098397063353479349/event1.png',
title = 'CASINO HEIST',
description = 'Lorem ipsum dolor sit amet consectetur. Pulvinar praesent fusce leo facilisis. Lorem ipsum dolor sit amet consectetur. Pulvinar praesent fusce leo facilisis.',
date = '23.09.2022 21:00',
}
6. Event Section
Config.Event = {
enable = true,
image = 'https://cdn.discordapp.com/attachments/1052372106605772801/1098397063588356096/event2.png',
title = 'VANILLA CLUB',
description = 'Lorem ipsum dolor sit amet consectetur. Pulvinar praesent fusce leo facilisis. Lorem ipsum dolor sit amet consectetur. Pulvinar praesent fusce leo facilisis.',
date = '23.09.2022 21:00',
}
7. Players List
Config.Roles = {
type = 'framework', -- Source of players role , possible value ( framework, identifiers)
default_role = "Citizen",
role_list = {
['framework'] = {
['esx'] = {
['superadmin'] = 'founder',
['admin'] = 'management',
['moderator'] = 'staff',
},
['qbcore'] = {
['god'] = 'change_me',
['admin'] = 'change_me',
}
},
['identifiers'] = {
['license:xxx'] = 'change_me',
['discord:xxx'] = 'change_me',
['steam:xxx'] = 'change_me',
}
}
}
Job : The player Job
Duty: Indicates whether a player is on duty or not
Ping: Player Ping
ID: Player ID
8-Performance
9-Translation
JSLocale.UserName = 'Name';
JSLocale.Role = 'Role';
JSLocale.Job = 'Job';
JSLocale.Ping = 'PING';
JSLocale.Duty = 'DUTY';
JSLocale.ID = 'ID';
JSLocale.TotalPlayers = 'Total Players';
JSLocale.Online = 'ONLINE';
JSLocale.MyInformation = 'My Information';
JSLocale.PlayerList = 'Player List';
JSLocale.InfoName = 'Name';
JSLocale.InfoRole = 'Role';
JSLocale.InfoCash = 'Cash';
JSLocale.InfoBank = 'Bank Account';
JSLocale.InfoJob = 'Job';
JSLocale.InfoGrade = 'Grade';
JSLocale.InfoSalary = 'Salary';
10-Protected discord setting only server side
DiscordGuildId = 0
DiscordBotToken = "CHANGE_ME"
11- Automatic version check
Purchase
Tebex : Click here
Installation and Usage
|-------------------------------------|----------------------------|
| Code is accessible | No |
| Subscription-based | NO |
| Lines (approximately) | 600 |
| Requirements | ESX / QBCore |
| Support | Yes |
No approved reviews found for this script yet.