02-24-2021, 01:51 AM
Cant get it to work thanks anyway...

else
{
pText->SetText(CTString(_S( 371, "원활" )));
pText->setFontColor(0xCCCCCCFF);
}
}
else
{
CTString strTmp;
strTmp.PrintF("%d", pChannelInfo->iPlayerNum);
pText->SetText(strTmp);
pText->setFontColor(0xFF9533FF);
}
}
compiles but does not show, just says normal

