Перейти к содержанию

Chat.activate

Материал из RAGE MP Wiki Archive
Версия от 13:41, 26 октября 2018; imported>Rootcause (Replaced HTML with template)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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

See also