[SCRIPT] [ESX] Player Scoreboard - BrambiShop

Preview Link: https://youtu.be/uaammD3LOco

Tebex Link: https://brambi-shop.tebex.io/package/5227729

CONFIG:

Config = {}

Config.openButton = "Y"

Config.jobs = {
    {name = 'police', label = '🚔 Police'},
    {name = 'mechanic', label = '🛠️ Mechanic'},
    {name = 'ambulance', label = '🏥 EMS'},
    {name = 'cardealer', label = '🚗 Cardealer'},
    {name = 'ammunation', label = '🔫 Ammunation'}
}

Config.updateTime = 10000

Config.opacity = 0.95 -- 0.0 - 1.0
Config.serverName = "SERVER NAME"
Config.serverSlot = 32

Other Scripts:

Code is accessible No (config.lua yes)
Subscription-based No
Lines (approximately) 180
Requirements ESX
Support Yes
1 Like

Very clean UI, does this script use ESX.GetPlayers or does it use ESX.GetExtendedPlayers?

1 Like

@Robert4049 Thanks!
Use ESX.GetPlayers

I was gonna buy it, but never mind. That’s going to cause server hitches.
You could also do an import and not have to do a loop.
thelindat/esx_legacy_boilerplate (github.com)

1 Like