Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Share]

Initiate Mage
Joined
Aug 12, 2016
Messages
9
Reaction score
3
if you have problem with alphabet "า ไ ง ล", This tread for you.
example.
When you chat with friend and you type "ฮัลโหลลล" but result is "ฮัลโหลล?".

Find " " in BasicChatRightBody.cpp and Replace this :
Code:
//#if defined( TH_PARAM )
//    {                 
             m_hCheckStrDLL = LoadLibrary("ThaiCheck.dll");
//        if ( m_hCheckStrDLL )
//        {
//            m_pCheckString = ( BOOL (_stdcall*)(CString)) GetProcAddress(m_hCheckStrDLL, "IsCompleteThaiChar");
//        }
//    }
//#endif
and then paste ThaiCheck.dll file in your game folder.
in another language in don't know this thread can help you.

Sorry, ModMastei2
 
Last edited:
Back
Top