Chat.safeMode

From RAGE Multiplayer Wiki
Revision as of 13:36, 26 October 2018 by Rootcause (talk | contribs) (Replaced HTML with template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

See also