Jump to content

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

Show your input_main.cpp on pastebin

char chatbuf[CHAT_MAX_LEN + 1];
int len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);


replace

const char* KolorKrolestwa[3] = {"BF1212", "F9E04B", "1E6EBA"}; // Shinsoo, Chunjo, Jinno
char chatbuf[CHAT_MAX_LEN + 1];
int len;	
if (pinfo->type == CHAT_TYPE_SHOUT)
{
	len = snprintf(chatbuf, sizeof(chatbuf), "|cFF%s%s|r : %s",KolorKrolestwa[ch->GetEmpire()-1], ch->GetName(), buf);
}
else
{
	len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);
} 

 

 


 

4 hours ago, .T4Ump said:

Show your input_main.cpp on pastebin


char chatbuf[CHAT_MAX_LEN + 1];
int len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);


replace


const char* KolorKrolestwa[3] = {"BF1212", "F9E04B", "1E6EBA"}; // Shinsoo, Chunjo, Jinno
char chatbuf[CHAT_MAX_LEN + 1];
int len;	
if (pinfo->type == CHAT_TYPE_SHOUT)
{
	len = snprintf(chatbuf, sizeof(chatbuf), "|cFF%s%s|r : %s",KolorKrolestwa[ch->GetEmpire()-1], ch->GetName(), buf);
}
else
{
	len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);
} 

don't change  ...       https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

 

 

Edited by Metin2 Dev
Core X - External 2 Internal

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.