Chat.colors

From RAGE Multiplayer Wiki
Revision as of 11:21, 30 November 2017 by Unknown (talk | contribs) (Created page with "This property toggles the chat colors. If disabled you'll find the color codes. ==Syntax== <syntaxhighlight lang="javascript">mp.gui.chat.colors = state;</syntaxhighlight> =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This property toggles the chat colors. If disabled you'll find the color codes.

Syntax

mp.gui.chat.colors = state;

Required Arguments:

  • state: Boolean

Example

Client-Side
mp.gui.chat.colors = true; // Activates the colors.
mp.gui.chat.colors = false; // Default - Disables the colors (Colors isn't allowed)

See also