02-24-2021, 02:34 AM
41 minutes ago, b4rr4cud4 said:
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
else
{
pText->SetText(CTString(_S( 371, "원활" )));
pText->setFontColor(0xCCCCCCFF);
}
remove it lol

