Ir para conteúdo
Banner com Efeitos

Featured Replies

  • Respostas 14
  • Visualizações 1.5k
  • Created
  • Última resposta

Top Posters In This Topic

Posted Images

Postado
  • Administrador

trocar por:

int32_t healthPercent = round((double)(healthChange * 1) / target->getMaxHealth());
sprintf(buffer, "+%2fk%", healthPercent);

 

trocar por:

int32_t healthPercent = round((double)(damage * 1) / target->getMaxHealth());
sprintf(buffer, "-%2f%k", healthPercent);
Postado
  • Autor
8 minutos atrás, HomeJobs disse:

trocar por:


int32_t healthPercent = round((double)(healthChange * 1) / target->getMaxHealth());
sprintf(buffer, "+%2fk%", healthPercent);

 

trocar por:


int32_t healthPercent = round((double)(damage * 1) / target->getMaxHealth());
sprintf(buffer, "-%2f%k", healthPercent);

mesma coisa

 

Postado
  • Administrador
int32_t healthPercent = round((double)(healthChange) - target->getMaxHealth());
sprintf(buffer, "+%2fk%", healthPercent);

 

trocar por:

int32_t healthPercent = round((double)(damage) - target->getMaxHealth());
sprintf(buffer, "-%2f%k", healthPercent);
Postado
  • Administrador
Em 16/12/2021 em 20:01, HomeJobs disse:

int32_t healthPercent = round((float)(healthChange) - target->getMaxHealth());
sprintf(buffer, "-%2f%k", round(damage)healthPercent);

 

trocar por:


int32_t healthPercent = round((float)(damage) - target->getMaxHealth());
sprintf(buffer, "-%2f%k", round(damage)healthPercent);

 

 

Tenta assim.

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo