Changes the color associated with a chat message type
See also Chat functions.
Signature:
ChangeChatColor("messageGroup", red, green, blue)
Arguments:
messageGroup- Token identifying a message type (string, chatMsgType)red- Red component of the color value (0.0 - 1.0) (number)green- Red component of the color value (0.0 - 1.0) (number)blue- Red component of the color value (0.0 - 1.0) (number)