Chat.activate
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.activate(false); // Disables the chat
This enables or disables the chat with a given boolean.
mp.gui.chat.activate(state);
mp.gui.chat.activate(true); // Default - Enables the chat mp.gui.chat.activate(false); // Disables the chat