Jump to content

[HELP]Scoreboard


Black2

Recommended Posts

I have this resource que shows occupation but the space to Appear the occupation name is small as you can see in the picture, will be que has some way for me to Increase the space?

because as you can see in the photo the name has a lot more space, how can I increase the space?

Thx.

bEzfQkl.png

Link to comment

Open this file

dxscoreboard_exports.lua 
  

and just change the width

scoreboardColumns = { 
    { ["name"] = "name", ["width"] = 500, ["friendlyName"] = "Name", ["priority"] = 1 }, 
    { ["name"] = "ping", ["width"] = 40, ["friendlyName"] = "Ping", ["priority"] = MAX_PRIRORITY_SLOT } 
} 

Link to comment

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...