
Price
UnknownA script by sparrow9110
Price
UnknownAdvanced Scoreboard
What is this resource?
Advanced scoreboard with multiple features
Supported Framework : ESX, QBCore
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 ( discord, framework, identifiers)
default_role = "Citizen",
role_list = {
['discord'] = {
['1091444839658303590'] = 'change_me',
['1087067611583488060'] = 'change_me',
['1087067010246123722'] = 'change_me',
},
['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
The frequency of data update is configurable
Config.UpdateFrequency = 5 -- ✎ UPDATE PLAYERS LIST FREQUENCY IN SECONDS ( LOWER VALUE MEANS HIGH CPU CONSUMPTION)
Config.UpdatePlayerInfoFrequency = 10 -- ✎ UPDATE PALYER INFOS FREQUENCY IN SECONDS ( LOWER VALUE MEANS HIGH CPU CONSUMPTION)
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
Help
Contact me on discord sparrow9110#1254
| |
|-------------------------------------|----------------------------|
| Code is accessible | No |
| Subscription-based | NO |
| Lines (approximately) | 600 |
| Requirements | ESX / QBCore |
| Support | Yes |
No approved reviews found for this script yet.