Chat.safeMode
This property toggles the chat safe mode. When the safe mode is deactivated (safe mode false) then you can use HTML in the chat.
Syntax
Boolean mp.gui.chat.safeMode
Example
Client-Side
mp.gui.chat.safeMode = true; // Default - Activates the safe mode mp.gui.chat.safeMode = false; // Deactivates the safe mode (HTML is allowed)