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.
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-T7b5W991j3ynXb3ana7WWdod9NMJhug5OqbG9sbecause this script may be a bit confusing, I'll explain this a bit:
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) }
}
Here is the only code you will need to touch. as an example, the name "admin" lowercase
{"admin", "ADMIN", Color(0, 0, 255, 255) },
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...