Solved Bug flag-MultiLanguage system

Member
Oct
Threads
3
58
0
6
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




 
Metin2Hub Bot
M2Hub Bot
Feb
Threads
66
2,410
2
1,313
113
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
58
0
6
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
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock