Respostas da Comunidade
-
LordAngel22 teve a postagem no tópico Barra de EXP como a melhor respostaPara quem está procurando, a barra na horizontal, vou deixa como resolvi.
//posição da barra de exp
int ExpBarWidth = sinBmpLength[3];
if(ExpBarWidth < 0)
ExpBarWidth = 0;
if(ExpBarWidth > 221)
ExpBarWidth = 221;
if (sinPKWarningExpFlag) {
if (sinPKWarnigExpTime <= 15)
DrawSprite(InterfaceX + 575, 593, lpBar_Exp, 0, 0, ExpBarWidth, 5);
}
else
DrawSprite(InterfaceX + 575, 593, lpBar_Exp, 0, 0, ExpBarWidth, 5);
Obrigado Razor! Me deu o caminho.