[Release] [ESX] Advanced Players Scoreboard

Preview
Buy on tebex 9.99$ :night_with_stars:
Video Preview :movie_camera:

Description
LSRPxDeluxe-Scoreboard🌃 our new, innovative and advanced scoreboard system that currently works only for the ESX framework. It will allow your roleplay server to have an insanely optimized and functional scoreboard system with a custom UI. Everything is built in ReactTS to ensure the best performance.

Features
DeluxeLSRP Scoreboard :night_with_stars: v1.0

  • Advanced built in react typescript scoreboard UI
  • Scoreboard Admin permissions
  • Configurable jobs
  • Editable and configurable tags & badges
  • Fully customizable config files
  • Event-based protected callbacks
  • Fully optimized 0.00 ms in idle/active
    - Documentation

Get deluxexlsrp scoreboard on tebexhttps://deluxedevelopment.tebex.io/package/5961085
Get other deluxe scriptsDeathmatch System | Credit Card system | Wipe System |

Documentation Version 1.0.0
DeluxexLSRP ScoreboardDocumentation
Price discounted to 9.99$

Code is accessible Config Only
Subscription-based No
Lines (approximately) 1000+
Requirements oxmysql, ox_lib
Support Yes
4 Likes

this is just so dope :grin:

1 Like

Thanks for the feedback!
We always do offer support for our customers 24/7!
Current scoreboard version: 1.0.0 - Next Update Scheduled Today!

1 Like

well done! good working release!

1 Like

Thanks for your feedback. We also just discounted the script to 9.99$ for a limited time for anyone who is interested!

We updated our tebex webstore template, so the direct link has been updated. Thanks for buying our scoreboard to all customers! New updates coming soon!

very clean scoreboard :ok_hand:

Updated deluxe-scoreboard to v1.1 - Soon a new update will be released
Check my other paid resources too:
deluxe-deathmatch
deluxe-wipe

  • Added configurable VIP tags (You can now set vip tags for your users in the config)
  • Added automatic script version checker to never miss an update

Added in Config.lua :

Config.Debug = false -- Should only turn to true if you have errors to help you identify the problem.

Config.CheckForUpdates = true -- Checks automatically for updates (You should keep it to true)

Config.general = {
    primary_identifier = "license",
}

Config.Tags = {

    Vip = {
        identifiers = {"char1:82deb6a8c3512bcfbbf28286d0a0cfbbe63e2954", "", ""}, -- Add here any identifiers that you want to set as a vip. You should find it in your db users table.
        color = "yellow", -- Color of the label
        label = 'VIP', -- Text of the label
        icon = [[
            <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"/></svg>
            ]],
    },
}

Updated deluxe-scoreboard to v1.2.3 AVAILABLE NOW! Discounts still active!
Check my other paid resources too:
3d id cards
deluxe-deathmatch
deluxe-wipe
deluxe-illegalcreditcard

  • Added configurable Custom and Admin tags (You can now set up custom tags for any player that you want)
  • You can now disable automatic admin tags
  • You can now enable/disable player names from Config

Added in Config.lua :

Config.HidePlayerNames = false -- Hide player names in the scoreboard (Set it to false to display player names)

Config.Tags = {

        Admin = { -- Admins are automatically added if they have their group set to admin. You don't need to add their identifier.
        color = "red", -- Color of the label
        label = 'ADMINISTRATOR', -- Text of the label
        icon = [[
            <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"/></svg>
            ]],
        labelBack = 'Administrator' -- Hovering text
    },

    Vip = {
        identifiers = {"", "", ""}, -- Add here any identifiers that you want to set as a vip. You should find it in your db users table.
        color = "yellow", -- Color of the label
        label = 'VIP', -- Text of the label
        icon = [[
            <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"/></svg>
            ]],
        labelBack = 'VIP' -- Hovering text
    },

    Custom = {
        identifiers = {"", "char:xxx"}, -- Add here any identifiers that you want to set with a custom tag. You should find it in your db users table.
        color = "green", -- Color of the label
        label = 'Custom', -- Text of the label
        icon = [[
            <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"/></svg>
            ]],
        labelBack = 'Custom' -- Hovering text
    },

}
1 Like