Начинающий
- Статус
- Оффлайн
- Регистрация
- 30 Июн 2023
- Сообщения
- 118
- Реакции
- 1
не ебу как сделать плавным
Код:
private void reset() {
if (!this.options.get(4).get() || this.options.get(4).get()) {
mc.player.rotationYawOffset = -2.1474836E9F;
mc.player.rotationPitchOffset = -2.1474836E9F;
}
this.rotateVector = new Vector2f(mc.player.rotationYaw, mc.player.rotationPitch);
this.fakerotate = new Vector2f(mc.player.rotationYaw, mc.player.rotationPitch);
}