em có code này nhưng không thể hiển thị unicode khi xuất ra a e nào giúp em với ạ
if(lpObj->Authority == 32) //
{
gObjAddBuffEffect(lpObj, AT_GAMEMASTER_LOGO, 0, 0, 0, 0, -10);
char Text[256];
ZeroMemory(Text, sizeof(Text));
sprintf(Text, "Game Master %s is now Online", lpObj->Name);
AllSendServerMsg(Text);
}