Ulysses Stuff > Releases
Player Chat Tags
datgregofag:
I have a ttt server and it just says (Terrorist) =YBW= Greg: or (Spectator) =YBW= Greg. HOw do i make it so it shows rank.
Bite That Apple:
--- Quote from: datgregofag on February 11, 2013, 06:34:50 PM ---I have a ttt server and it just says (Terrorist) =YBW= Greg: or (Spectator) =YBW= Greg. HOw do i make it so it shows rank.
--- End quote ---
omg.. not these people again (no offense). I don't know whats up with TTT, sorry man. There are threads everywhere on this forum saying things like that... all I can say is it's weird but this should work.
here you go, this is what you're looking for
https://mega.co.nz/#!jN8CTKLR!c4AS-T7b5W991j3ynXb3ana7WWdod9NMJhug5OqbG9s
because this script may be a bit confusing, I'll explain this a bit:
--- Code: ---local Tags =
{
--Group --Tag --Color
{"admin", "ADMIN", Color(0, 0, 255, 255) },
{"superadmin", "SUPERADMIN", Color(255, 0, 0, 255) },
{"owner", "OWNER", Color(0, 255, 0, 255) }
}
--- End code ---
Here is the only code you will need to touch. as an example, the name "admin" lowercase
--- Code: ---{"admin", "ADMIN", Color(0, 0, 255, 255) },
--- End code ---
is the group name. So if you make a group in ulib/xgui/ttt that's what the first name of it has to be.
The second line that say's "ADMIN" uppercase is the name you can change to anything you want, because this will be the thing that will say "[aGFSDGSDSDFGHSDF]"
The last line that say's color, this will be the thing you can use to color the team name
"[aGFSDGSDSDFGHSDF]" ect...
datgregofag:
Thank You so much, you are really a nice person. I love you. *kiss*
datgregofag:
Just one question how come it does this [[Owner] ] whats up with the extra [ and ]
Bite That Apple:
--- Quote from: datgregofag on February 12, 2013, 02:50:21 PM ---Just one question how come it does this [[Owner] ] whats up with the extra [ and ]
--- End quote ---
I would sure love some good 'Karma'... *wink*
Anyways I'm assuming you're using Notepad++ but if you're not I hope you can count "lines".
So on line 6, 7, and 8, the second argument which say's [ADMIN], ect, ect you're going to want to remove those brackets and just have the name Admin or w/e you want it to say.
Also I forgot to mention this, if you want more tags, when adding new lines you need to have a "," at the end of the line always, unless it's the last line.
i.e.
--- Code: ---{
--Group --Tag --Color
{"admin", "ADMIN", Color(0, 0, 255, 255) },
{"superadmin", "SUPERADMIN", Color(255, 0, 0, 255) },
{"owner", "OWNER", Color(0, 255, 0, 255) }
}
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version