Can anyone help me solve the problem?please
Can anyone help me solve the problem?please
I tried to use emulator first. It didn't work..
How you fix the language? can you share your english gui for this thread?
any update for tool to generate code for topup and also for stored procedure in DB?
- - - Updated - - -
any update for tool to generate code for topup and also for stored procedure in DB?
- - - Updated - - -
any update for tool to generate code for topup and also for stored procedure in DB?
能重新上传文件吗
Reupload pls
Can someone shate the glogicserver?
how to change ran name please![]()
how to function this one in GLCharacterMsg.cpp
case NET_MSG_GCTRL_UPDATE_USE_AUTO_SKILL: { GLMSG::SNETPC_UPDATE_USE_AUTO_SKILL *pNetMsg = (GLMSG::SNETPC_UPDATE_USE_AUTO_SKILL *) nmg; switch (pNetMsg->m_bAutoSkill) { case TRUE: { SetUsingAutoSkillOn(); //UseAutoSkill(TRUE); CInnerInterface::GetInstance().SetIsUsingAutoSkillOn(); CInnerInterface::GetInstance().PrintMsgText( NS_UITEXTCOLOR::GREEN, "AutoSkill has been activated "); } break; case FALSE: { SetUsingAutoSkillOff(); //UseAutoSkill(FALSE); CInnerInterface::GetInstance().SetIsUsingAutoSkillOff(); CInnerInterface::GetInstance().PrintMsgText( NS_UITEXTCOLOR::ADMIN_COLOR, "AutoSkill has been deactivated"); } break; } } break;