how i can remove this a shitt: ?
![]()
how i can remove this a shitt: ?
![]()
may i ask why...?
Actually I think it is kind of useful x3. So if someone is trying to go into game and their loading stops at maybe lets say "loading mesh" and they report it, you could go find out whats wrong. Is it really that annoying?
up ..!
Search for "Loading %s".
if(m_pLoadingStr && mpDC ) {
char buffer[256];
sprintf(buffer,"Loading %s ...",m_pLoadingStr);
int nWidth = mpDC->m_Font.GetTextWidth(buffer);
int x = (int)(RGetScreenWidth() * 0.5) - nWidth/2;
int y = (int)(RGetScreenHeight() * 0.9f);
mpDC->m_Font.DrawText( x, y, buffer, 0xFFCCCCCC );
}
and waht i need to do with this?
if(m_pLoadingStr && mpDC ) {
char buffer[256];
sprintf(buffer,"Loading %s ...",m_pLoadingStr);
int nWidth = mpDC->m_Font.GetTextWidth(buffer);
int x = (int)(RGetScreenWidth() * 0.5) - nWidth/2;
int y = (int)(RGetScreenHeight() * 0.9f);
mpDC->m_Font.DrawText( x, y, buffer, 0xFFCCCCCC );
}
and waht i need to do with this?
Fixed thank you .
/* Comment out the function */
// You really shouldn't need any more information than that.
thank yyou Fixed .