Chat.activate

From RAGE Multiplayer Wiki
Revision as of 21:21, 7 February 2018 by MarbreyMarbles (talk | contribs) (Wording -> Activate/Deactivate to enable/disable)

This enables or disables the chat with a given boolean.

Syntax

mp.gui.chat.activate(state);

Example

Client-Side
mp.gui.chat.activate(true); // Default - Enables the chat
mp.gui.chat.safeMode(false); // Disables the chat

See also