murat66005 Posted May 31, 2013 Share Posted May 31, 2013 Hello Where Edit Dxscoreboard For Colors??? Link to comment
Castillo Posted May 31, 2013 Share Posted May 31, 2013 On this file if I'm right: "dxscoreboard/dxscoreboard_clientsettings.lua". Link to comment
xXMADEXx Posted May 31, 2013 Share Posted May 31, 2013 which Codes??? Where it says "dxDrawText" or "dxDrawRectangle"? Link to comment
murat66005 Posted May 31, 2013 Author Share Posted May 31, 2013 Clientsettings.lua where these codes in the file? Link to comment
murat66005 Posted May 31, 2013 Author Share Posted May 31, 2013 http://speedy.sh/baHcM/dxscoreboard-clientsettings.lua Let me look at my file clientsetting.lua Link to comment
murat66005 Posted June 1, 2013 Author Share Posted June 1, 2013 Please Show Me Example Link to comment
murat66005 Posted June 1, 2013 Author Share Posted June 1, 2013 ["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 } Link to comment
murat66005 Posted June 1, 2013 Author Share Posted June 1, 2013 You Edit Please And Show Me Bro Example Link to comment
iPrestege Posted June 1, 2013 Share Posted June 1, 2013 r,g,b = colors a = alpha Ex : r,g,b = 255,0,0 a = 255 OK? Link to comment
murat66005 Posted June 1, 2013 Author Share Posted June 1, 2013 Look Bro ["bg_color"] = { ["r"] = 255, ["g"] = 178, ["b"] = 128, ["a"] = 170 }, ["content_color"] = { ["r"] = 255, ["g"] = 255, ["b"] = 255, ["a"] = 255 } Link to comment
murat66005 Posted June 1, 2013 Author Share Posted June 1, 2013 Not Work Brother Background Color Unchanged Link to comment
murat66005 Posted June 1, 2013 Author Share Posted June 1, 2013 The Color Has Not Changed Link to comment
Castillo Posted June 1, 2013 Share Posted June 1, 2013 The dxscoreboard uses a setting config, so players can individually set the scoreboard look, maybe that's the problem. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now