Писать в чат разными цветами робит везде!!! (+ писать как ГМ)
копируем и вставляем в игре в чат нажимаем enter и пишем=)
для нубов(ctrl+c копировать. ctrl+v вставить) красный цвет
/run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm("\124cfff00000\124hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
синий цвет
/run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm("\124c000000ff\124hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
фиолетовый цвет
/run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm("\124c00ff23cc\124hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
оранжевый цвет
/run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm("\124cffff7555\124hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
зеленый цвет
/run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm("\124cff00ff00\124hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
синий цвет
/run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm("\124c000000ff\124hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
нормальный режим - /run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm(msg, type, lang, chan); end;
чтобы писать гм сообщения:
начала ропишите в чате /run if (not scm) then scm = sendchatmessage; end; function sendchatmessage(msg, type, lang, chan) scm("\124cfff00000\124hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;
ето будет писать красным и вконце вашего сообщения пропишите
(ник mederator)