Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

Вопрос Проблема с хп в экспе 3.1 | target hud [РЕШЕНО]

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
5 Апр 2023
Сообщения
389
Реакции
1
типо я делал тх с нурика и там типо проблема с хп то что они смещаться и не получается что типо такой эффект что мало хп там красное где много там зелёное ну вы пон

ориг
1713103746148.png


моё/проблема
1713103849687.png
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Ни стыда,не совести,ни кода
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Дай код сделаю быстро
Хз я тут чёт пытался делать ну вот:

Код:
Expand Collapse Copy
final Vector4i vector4i = new Vector4i(ColorUtils.red, ColorUtils.red, ColorUtils.green, ColorUtils.green);
DisplayUtils.drawShadow(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation, 7.0f,8,ColorUtils.red,ColorUtils.green);
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Хз я тут чёт пытался делать ну вот:

Код:
Expand Collapse Copy
final Vector4i vector4i = new Vector4i(ColorUtils.red, ColorUtils.red, ColorUtils.green, ColorUtils.green);
DisplayUtils.drawShadow(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation, 7.0f,8,ColorUtils.red,ColorUtils.green);
Ебать,дай полный код всего класса
 
Ебать,дай полный код всего класса
смысл фулл код ну ок на :
Код:
Expand Collapse Copy
final Vector4i vector4i = new Vector4i(ColorUtils.red, ColorUtils.red, ColorUtils.green, ColorUtils.green);
final Vector4i vector4i2 = new Vector4i(ColorUtils.setAlpha(style.getFirstColor().getRGB(), 64), ColorUtils.setAlpha(style.getFirstColor().getRGB(), 64), ColorUtils.setAlpha(style.getSecondColor().getRGB(), 64), ColorUtils.setAlpha(style.getSecondColor().getRGB(), 64));
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, width - 42.0f, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), ColorUtils.rgb(32, 32, 32));
DisplayUtils.drawShadow(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation, 7.0f, 8, ColorUtils.red,ColorUtils.green);
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), vector4i);
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation2, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), vector4i2);
DisplayUtils.drawShadow(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.absorptionAnimation, 7.0f, 8, ColorUtils.rgba(236, 154, 17, 255), ColorUtils.rgba(228, 206, 5, 255));
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.absorptionAnimation, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), new Vector4i(ColorUtils.rgba(236, 154, 17, 255), ColorUtils.rgba(236, 154, 17, 255), ColorUtils.rgba(228, 206, 5, 255), ColorUtils.rgba(228, 206, 5, 255)));
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
смысл фулл код ну ок на :
Код:
Expand Collapse Copy
final Vector4i vector4i = new Vector4i(ColorUtils.red, ColorUtils.red, ColorUtils.green, ColorUtils.green);
final Vector4i vector4i2 = new Vector4i(ColorUtils.setAlpha(style.getFirstColor().getRGB(), 64), ColorUtils.setAlpha(style.getFirstColor().getRGB(), 64), ColorUtils.setAlpha(style.getSecondColor().getRGB(), 64), ColorUtils.setAlpha(style.getSecondColor().getRGB(), 64));
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, width - 42.0f, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), ColorUtils.rgb(32, 32, 32));
DisplayUtils.drawShadow(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation, 7.0f, 8, ColorUtils.red,ColorUtils.green);
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), vector4i);
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.healthAnimation2, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), vector4i2);
DisplayUtils.drawShadow(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.absorptionAnimation, 7.0f, 8, ColorUtils.rgba(236, 154, 17, 255), ColorUtils.rgba(228, 206, 5, 255));
DisplayUtils.drawRoundedRect(posX + headSize + spacing + spacing, posY + height - spacing * 2.0f - 3.0f, (width - 42.0f) * this.absorptionAnimation, 7.0f, new Vector4f(4.0f, 4.0f, 4.0f, 4.0f), new Vector4i(ColorUtils.rgba(236, 154, 17, 255), ColorUtils.rgba(236, 154, 17, 255), ColorUtils.rgba(228, 206, 5, 255), ColorUtils.rgba(228, 206, 5, 255)));
да блять,скинь мне фулл targetinforenderer
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
ну если ты банально не понимаешь как я должен тебе это фиксить с ебаным куском кода,то делитни тему к хуям и делай сам
ты совсем ёбнулся я тебе дал код с проблемой ты мне говоришь кидай фулл код ,зачем блять :roflanPominki:
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Назад
Сверху Снизу