Jump to content

Where Edit To DxScoreboard Colors?


Recommended Posts

Posted

On this file if I'm right: "dxscoreboard/dxscoreboard_clientsettings.lua".

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
    ["bg_color"] = { 
        ["r"] = 0, 
        ["g"] = 0, 
        ["b"] = 0, 
        ["a"] = 0 
    }, 
    ["selection_color"] = { 
        ["r"] = 82, 
        ["g"] = 103, 
        ["b"] = 188, 
        ["a"] = 170 
    }, 
    ["highlight_color"] = { 
        ["r"] = 255, 
        ["g"] = 255, 
        ["b"] = 255, 
        ["a"] = 50 
    }, 
    ["header_color"] = { 
        ["r"] = 100, 
        ["g"] = 100, 
        ["b"] = 100, 
        ["a"] = 255 
    }, 
    ["team_color"] = { 
        ["r"] = 100, 
        ["g"] = 100, 
        ["b"] = 100, 
        ["a"] = 100 
    }, 
    ["border_color"] = { 
        ["r"] = 100, 
        ["g"] = 100, 
        ["b"] = 100, 
        ["a"] = 50 
    }, 
    ["serverinfo_color"] = { 
        ["r"] = 150, 
        ["g"] = 150, 
        ["b"] = 150, 
        ["a"] = 255 
    }, 
    ["content_color"] = { 
        ["r"] = 255, 
        ["g"] = 255, 
        ["b"] = 255, 
        ["a"] = 255 
    } 

n-560x95.png
Posted

Look Bro

["bg_color"] = {

["r"] = 255,

["g"] = 178,

["b"] = 128,

["a"] = 170

},

["content_color"] = {

["r"] = 255,

["g"] = 255,

["b"] = 255,

["a"] = 255

}

n-560x95.png
Posted

The dxscoreboard uses a setting config, so players can individually set the scoreboard look, maybe that's the problem.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...