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!

[TUTORIAL] Russian Menu (characters-market place-play game etc.)

Experienced Elementalist
Joined
Aug 20, 2015
Messages
204
Reaction score
43
Go eclipse studio.

Search:
if(RUS_CLIENT || g_force_rus_lang->GetInt())

Replace:
/*if(RUS_CLIENT || g_force_rus_lang->GetInt()) { gfxMovie.Invoke("_root.api.setLanguage", "russian"); gfxMovie.Invoke("_root.api.disableLanguageSelection", ""); } else if(MASSIVE_CLIENT) {*/ gfxMovie.Invoke("_root.api.setLanguage", "english"); //gfxMovie.Invoke("_root.api.disableLanguageSelection", ""); //gfxMovie.SetVariable("_root.api.m_MassiveClient", 1); /*} else { gfxMovie.Invoke("_root.api.setLanguage", g_user_language->GetString()); }*/

Search:
REG_VAR( g_force_rus_lang,
orREG_VAR( g_test_rus_client,

Change to false.

Adnan DatLife - [TUTORIAL] Russian Menu (characters-market place-play game etc.) - RaGEZONE Forums
 
Back
Top