• Print

Author Topic: Apple Chat tags help  (Read 5737 times)

0 Members and 1 Guest are viewing this topic.

Offline Breadcat105

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Apple Chat tags help
« on: July 19, 2015, 02:06:59 pm »
Hey, so I have the BiteTheApple Ulx Chat tags by Tyguy I believe, I wrote in my own tag

Code: [Select]
Code: [Select]
[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) }
{"Ze Über Cat of Bread", "[ZE ÜBER CAT OF BREAD] ", Color(0, 0, 0, 0) }
}
[/code]

And I made Ze Uber the Group, though when I talk in game neither the tag nor color shows up. What am I doing wrong?(Also on a side note, is there a website I can use to find all the number for colors(The 4 digits(Ex. (255, 0, 0, 255)

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: Apple Chat tags help
« Reply #1 on: July 19, 2015, 02:57:02 pm »
I have a feeling it has to do with capital/spaces in your group name.  Not 100% sure on that.

EDIT:  You should post in Apple's topic, not in your own.  I just seen another duplicate topic about the same thing.
« Last Edit: July 19, 2015, 02:58:46 pm by Aaron113 »

Offline Caustic Soda-Senpai

  • Sr. Member
  • ****
  • Posts: 469
  • Karma: 54
  • <Insert something clever here>
    • Steam Page
Re: Apple Chat tags help
« Reply #2 on: July 20, 2015, 02:27:50 am »
Code: Lua
  1. --Group    --Tag     --Color
  2. {"admin", "[ADMIN] ", Color(0, 0, 255, 255) },
  3. {"superadmin", "[SUPERADMIN] ", Color(255, 0, 0, 255) },
  4. {"owner", "[OWNER] ", Color(0, 255, 0, 255) }
  5. {"Ze Über Cat of Bread", "[ZE ÜBER CAT OF BREAD] ", Color(0, 0, 0, 0) }
  6. }

You're missing a comma at the end of line 4.
« Last Edit: July 20, 2015, 02:31:19 am by syst3M4TiK »
Once you get to know me, you'll find you'll have never met me at all.

  • Print