This is the code:
Code: Select all
nome = CEGUI::WindowManager::getSingleton().createWindow("TaharezLook/StaticText","NomePlayer" + s);
nome->setText("<No Player>");
nome->setPosition(CEGUI::UVector2(CEGUI::UDim(0.3,0),CEGUI::UDim(dim_due+0.01,0)));
nome->setSize(CEGUI::UVector2(CEGUI::UDim(0.3,0),CEGUI::UDim(0.1,0)));
nome->setProperty("FrameEnabled", "False");
Thank you!
