Ulysses Stuff > Releases

Player Chat Tags [2.58v]

<< < (47/56) > >>

CrossBoy:
I guess what I said was misunderstanding. I installed the addon perfectly, and it works fine. I just am not sure where to put the code for a custom tag, for example I have this in the cl lua file:

--- Code: ---local Tags =
{
--Group    --Tag     --Color
{"admin", "ADMIN", Color(0, 0, 255, 255) },
{"superadmin", "Super Admin", Color(255, 0, 0, 255) },
{"owner", "Over Ruler", Color(0, 255, 0, 255) },
{"senioradmin", "Senior Admin", Color(255, 0, 0)}
}

--- End code ---

JamminR:
That section is what you edit for a custom tag.
As shown, the name of the group , tag you want shown , color you want used.
So if you had a group called blah and wanted them to have a white tag, you'd add an additional line after placing a comma on the last.


--- Code: ---local Tags =
{
--Group    --Tag     --Color
{"admin", "ADMIN", Color(0, 0, 255, 255) },
{"superadmin", "Super Admin", Color(255, 0, 0, 255) },
{"owner", "Over Ruler", Color(0, 255, 0, 255) },
{"senioradmin", "Senior Admin", Color(255, 0, 0)},
{"blah", "Blah", Color(255, 255, 255) }
}
--- End code ---

3RB:
i have deathrun server but it only shows runner and death and ranks dont shows like that
*DEAD* (TEAM) Spectator| 3RB: hi
or
Runner| 3RB: hi
or
Death| 3RB: hi
only my rank as super admin dont shows :(

i used the 2 versions manage and other but nothing happen

3RB:
also can i make it like that
*DEAD* [Moderator] 3RB: hi
instead of
*DEAD*admin|3RB

JamminR:
It's likely not compatible if the gamemode or other addons already modify the chat text.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version