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

Chat.colors

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

This property toggles the chat colors. If disabled you'll find the color codes.

Syntax

Boolean mp.gui.chat.colors

Required Arguments

  • state: Boolean

Example

Client-Side
mp.gui.chat.colors = true; // Activates the colors.
mp.gui.chat.colors = false; // Default - Disables the colors (Colors isn't allowed)

See also