View Single Post
05-26-20, 08:44 AM   #3
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
Well,
Code:
local r, g, b = Chat_GetChannelColor(ChatTypeInfo.CHANNEL1)
works, but I'm unable to know the name of indexed chans, aka "CHANNELX"

Besides, UPDATE_CHAT_COLOR only returns lots of nil values.

Any tips of how to get the RGB color of, for instance, "OFFICER" channel?
  Reply With Quote