Poll

Was this module useful, and helpful?

Yes :)
274 (87.5%)
No :(
39 (12.5%)

Total Members Voted: 308

Author Topic: Player Chat Tags [2.58v]  (Read 364541 times)

0 Members and 2 Guests are viewing this topic.

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Chat Tags [2.58v]
« Reply #225 on: August 26, 2015, 10:30:47 PM »
Im allready using that.

Mhhh, not sure how to help then, sorry. This is really only for Sandbox gamemode types only.
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline [CYKG] Crazykid33

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #226 on: September 02, 2015, 03:08:52 PM »
OOC and /advert doesnt work with this  :(

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Player Chat Tags [2.58v]
« Reply #227 on: September 02, 2015, 03:40:43 PM »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline CrossBoy

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #228 on: September 23, 2015, 10:50:08 PM »
I realize that no one probably cares about this topic anymore, but I have no idea how to add the custom tags. For example a superadmin having [Super Admin] Or just Super Admin |. Where do you put/ create a lua file to put these in and how do you do it?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Player Chat Tags [2.58v]
« Reply #229 on: September 25, 2015, 07:46:09 AM »
Where do you put/ create a lua file to put these in and how do you do it?
You install this addon depending on which version you need/want.
You then follow the instructions in the first post, editing a specific file within the addon. Examples are shown.
If you don't yet know how to install addons in Gmod, then the releases section of (any Gmod forum, not just Ulysses) may not be the best place to start.
Use Google. If that doesn't help, ask in off topic.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline CrossBoy

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #230 on: September 26, 2015, 10:37:00 PM »
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: [Select]
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)}
}

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Player Chat Tags [2.58v]
« Reply #231 on: September 27, 2015, 06:40:22 AM »
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: [Select]
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) }
}
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline 3RB

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #232 on: September 29, 2015, 05:49:34 AM »
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
« Last Edit: September 29, 2015, 05:51:27 AM by 3RB »

Offline 3RB

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #233 on: September 29, 2015, 05:58:37 AM »
also can i make it like that
*DEAD* [Moderator] 3RB: hi
instead of
*DEAD*admin|3RB
« Last Edit: September 29, 2015, 06:07:45 AM by 3RB »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Player Chat Tags [2.58v]
« Reply #234 on: September 29, 2015, 06:52:56 AM »
It's likely not compatible if the gamemode or other addons already modify the chat text.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline 3RB

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #235 on: September 29, 2015, 07:09:14 AM »
so no fix? :(

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Chat Tags [2.58v]
« Reply #236 on: September 30, 2015, 01:28:11 AM »
I'm sorry I can't help any of you guys with any of my addons, I'm glad some others have had time to assist players here. I'm pretty much dead when it comes to gmod or steam in general. Some bad stuff happened irl, and I just have no time to deal with this anymore.
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline FerreroPizza

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #237 on: November 06, 2015, 06:46:30 PM »
Mine doesn't have the below setting.
_____________________________________________________________________
Code: [Select]
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) }
}


EDIT - JamminR-You REALLY don't need to post an entire file, especially not using BB code tag. I've cleaned up your post to say the exact same thing in much less time/page space.
« Last Edit: November 06, 2015, 07:58:23 PM by JamminR »

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Player Chat Tags [2.58v]
« Reply #238 on: November 06, 2015, 07:32:50 PM »
Mine just says
SNIP
Not...
SNIP
good god, man, use some code tags

Wrong file. Check the other one.
bw81@ulysses-forums ~ % whoami
Homepage

Offline [XGN] Xlency

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: Player Chat Tags [2.58v]
« Reply #239 on: November 10, 2015, 04:18:40 PM »
How do I make a player's prefix saying "Guest" instead of "Unassigned"?