Solved Bug flag-MultiLanguage system

Metin2Hub Bot
M2Hub Bot
Feb
Threads
65
2,217
2
1,066
113
HubMoney
1,439
Hi friends, I have such a problem, when I don't have a rank, the flag is in its place, but as soon as I give a rank, the flag jumps to the left corner. Do you know what it could be? Thank you very much for the answer





Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 
Member
Oct
Threads
3
55
0
6
HubMoney
320
SOLVED! I was missing a function in PythonTextTail.cpp.

#ifdef ENABLE_GLOBAL_LANGUAGE
CGraphicImageInstance* pCFlagInstance = pTextTail->pCFlagInstance;
if (pCFlagInstance)
{
pCFlagInstance->SetPosition(pTextTail->x - (iNameWidth / 2) - iTitleWidth - iLevelWidth - pCFlagInstance->GetWidth() - c_fxFlagPosition, pTextTail->y - c_fyFlagPosition);
}
#endif