I recall someone suggesting this, but I'd really like this.
In GuiMLTextCtrl, I need to be able to use HTML, but there are certain parts I can't have it used. This is a chat message system, and right now players can use HTML in their chat! Uh oh! However, I need HTML to set colors!
What if I could do something like this:
PHP Code:
chatMessage.text = "<font color=\"#FFFFF\"><nohtml>" @ clientr.message @ "</nohtml></font>";
That would be PERFECT for what I need.
Please implement this, or provide some alternative!
Thanks,
Chris Zakuto