доброго времени суток.
Под скажите как расшифровать цвет или где можно посмотреть?
function MakeText(textType)
if textType == CHAT_NORMAL then
SetBkColor(0x0,0x0,0x0,0x7F);
SetTextColor(0xDE,0xD2,0xF6,0xFF);
SetFont(FontBold);
elseif textType == CHAT_PRIVATE then
SetBkColor(0x0,0x0,0x0,0x7F);
SetTextColor(0xFF,0x0,0x91,0xFF);
SetFont(FontBold);
Изменил: Николай (18.07.2018 / 12:58)