Advertisement
kamil2321

Kolor nicku zamiast królestw

Dec 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | None | 0 0
  1.         char chatbuf_global[CHAT_MAX_LEN + 1];
  2.         const char* KolorKrolestwa[3] = { "BF1212", "F9E04B", "1E6EBA" }; // Shinsoo, Chunjo, Jinno
  3.         int len = snprintf(chatbuf_global, sizeof(chatbuf_global), "|cFF%s%s|r|cffffc700|Hszept:%s|h[Szept]|h|r : %s", KolorKrolestwa[ch->GetEmpire() - 1], ch->GetName(), ch->GetName(), buf);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement