PreDraw the text. then hide it on playerconnect or playerspawned. Then, waittill the menu is open, and then DrawInfoText.alpha=1;i have no idea but ill try thanks!
No !
NewsbarThread()//Add This For Change Text in Newsbar
{
for(;;)
{
if(self.menu.open)//<if your Menu is Open!>
{
//Change Newsbar Text here!
}
else//<if your Menu is Close!>
{
//Change Newsbar Text here!
}
wait .2;
}
}
i dont understand why u would want to put the whole funtion in a loop like ??PHP:for(;;) { if(Open)//Menu is Open { } else { } wait .2; }
You can too put this in open/close menu function, self.Text setText( "..." );i dont understand why u would want to put the whole funtion in a loop like ??
im just gunna leave u do uYou can too put this in open/close menu function, self.Text setText( "..." );