Postado Dezembro 15, 2021 3 anos Autor 1 hora atrás, stackcheese disse: Você tem o link desse sistema? de %? esse já e o sistema esta "completo"
Postado Dezembro 15, 2021 3 anos Diretor de Projetos 1 hora atrás, leozincorsair disse: esse já e o sistema esta "completo" Erro meu tente este trocar por: int32_t healthPercent = round((double)(healthChange) / target->getMaxHealth()); sprintf(buffer, "+%.2f", healthPercent); trocar por: int32_t healthPercent = round((double)(damage) / target->getMaxHealth()); sprintf(buffer, "-%.2f", healthPercent); Contato :https://www.linkedin.com/in/rafhael-oliveira/Projetos :https://github.com/thetibiaking
Postado Dezembro 15, 2021 3 anos 3 hours ago, leozincorsair said: esse já e o sistema esta "completo" Ah, valeu! aka aka
Postado Dezembro 15, 2021 3 anos Autor 3 horas atrás, HomeJobs disse: Erro meu tente este trocar por: int32_t healthPercent = round((double)(healthChange) / target->getMaxHealth()); sprintf(buffer, "+%.2f", healthPercent); trocar por: int32_t healthPercent = round((double)(damage) / target->getMaxHealth()); sprintf(buffer, "-%.2f", healthPercent); não mudou
Postado Dezembro 16, 2021 3 anos Diretor de Projetos Em 14/12/2021 em 22:26, HomeJobs disse: Erro meu tente este trocar por: int32_t healthPercent = round((double)(healthChange) / target->getMaxHealth()); sprintf(buffer, "+%2f%", healthPercent); trocar por: int32_t healthPercent = round((double)(damage) / target->getMaxHealth()); sprintf(buffer, "-%2f%", healthPercent); Contato :https://www.linkedin.com/in/rafhael-oliveira/Projetos :https://github.com/thetibiaking
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.