Вход для пользователей

[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Макросы, для письма в name или announce цветом + иконки
Voltt™Дата: Среда, 04.04.2012, 17:08 | Сообщение # 1
Капрал
Группа: Пользователи
Сообщений: 84
Награды: 0
Репутация: 28
Статус:
Собственно вот макрос:
Code
/script if(not scm) then scm=SendChatMessage; end; function SendChatMessage(m,t,l,c) if(strfind(m,"\124H")==nil) then scm(".na \124cff8888FF\124TInterface\\GLUES\\MainMenu\\Glues-BlizzardLogo.blp:25:25 \124t"..m.."\124r",t, l,c);else scm(m,t,l,c);end;end

На пропись в name and announce колором + иконка
Code
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm(".n \124cff7DBEF1\124Hitem: 19:0:0:0:0:0:0:0\124h"..msg.."\124h\124r", type, lang, chan); end;

Обычный колор в name и announce
Code
/run if (not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm(msg, type, lang, chan); end;

Ну и скрипт КОТОРЫЙ ВЫКЛЮЧАЕТ ЭТО!
 
  • Страница 1 из 1
  • 1
Поиск: