Jump to content

Recommended Posts

#ifdef ENABLE_EMOJI_IN_TEXT
	if (m_emojiVector.size() != 0)
	{
		for (std::vector<SEmoji>::iterator itor = m_emojiVector.begin(); itor != m_emojiVector.end(); ++itor)
		{
			SEmoji & rEmo = *itor;
			if (rEmo.pInstance)
			{
			if( GetDefaultCodePage() == CP_ARABIC )
				rEmo.pInstance->SetPosition(fStanX + rEmo.x, (fStanY + 7.0) - (rEmo.pInstance->GetHeight() / 2));
				//rEmo += pInstance->pLanguage.GetWidth() + -25
			else
				rEmo.pInstance->SetPosition(fStanX + rEmo.x, (fStanY + 7.0) - (rEmo.pInstance->GetHeight() / 2));
				rEmo.pInstance->Render();
			}
		}
	}
#endif

https://metin2.download/picture/GkKEZd3w47AX0WKDNMB77QnD2n665N33/.png

Β 

When writing in English, the flag is on the left side
When writing in Arabic, the flag is on the right side
I want to install the flag immediately after the name in the empty space

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 1 month later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



Γ—
Γ—
  • 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.