i'm already compile , and changed from " maxlevel" to " lv 250" successfuly
but something strange appeared
what's this ? and how can i remove it ?
something strange appeared
what's this ? and how can i remove it ?
i'm already compile , and changed from " maxlevel" to " lv 250" successfuly
by this :
void CInstanceBase::UpdateTextTailLevel(DWORD level)
{
//static D3DXCOLOR s_kLevelColor = D3DXCOLOR(119.0f/255.0f, 246.0f/255.0f, 168.0f/255.0f, 1.0f);
static D3DXCOLOR s_kLevelColor = D3DXCOLOR(152.0f/255.0f, 255.0f/255.0f, 51.0f/255.0f, 1.0f);
char szText[256];
sprintf(szText, "Lv. %d", level);
CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kLevelColor);
}
but something strange appeared
what's this ? and how can i remove it ?