Jump to content

[HELP]Scoreboard


Recommended Posts

Posted

mta-screen2013-05-2511-22-49.png

Like you can see on the screenshot the teams are list above the players...

What I want is to make it shorter.

from the left to the right: Username > Team

Not: Team

Username

"If debugging is the process of removing software bugs, then programming must be the process of putting them in."

Posted

Set the "forceHideTeams" in the soreboard's settings to true ( so the teams wont be displayed ), then add a new column with

exports.scoreboard:scoreboardAddColumn ( "Team" ) 

Then you have to set every player's "Team" element data to its team. For example:

setElementData ( somePlayer, "Team", "Civilian" ) 

Owner of [HUN]Magyar Play Szerver 1.4, IP: 31.220.43.153:22003

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