DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Chat()

proto native void CGame::Chat ( string text,
string colorClass )
private

Prints text into game chat.

Аргументы
textto print
colorClass??
usage :
GetGame().Chat("Item splitted", "colorAction");
proto native void Chat(string text, string colorClass)
Prints text into game chat.
proto native CGame GetGame()

Используется в ManBase::Message().