Chat.activate

From RAGE Multiplayer Wiki
Revision as of 21:18, 7 February 2018 by MarbreyMarbles (talk | contribs) (Created the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 - Activates the chat
mp.gui.chat.safeMode(false); // Deactivates the chat

See also