/del

Статус
В этой теме нельзя размещать новые ответы.
Начинающий
Статус
Оффлайн
Регистрация
3 Окт 2020
Сообщения
86
Реакции[?]
7
Поинты[?]
0
Original post of the dump: link
put this inside of resolver.cpp and call it inside of UpdateAnimations
Скрытое содержимое
In the meantime, there is no need to worry about it. ”Put his inside your resolver.h / animations.h whatever you have it called file Скрытое содержимое
fast_float_normalize is
C++:
float fast_float_normalize (float srcAngle, float distAngle) {
    float difference;

    for (; srcAngle> 180.0; srcAngle = srcAngle - 360.0)
        ;
    for (; srcAngle <-180.0; srcAngle = srcAngle + 360.0)
        ;
    for (; distAngle> 180.0; distAngle = distAngle - 360.0)
        ;
    for (; distAngle <-180.0; distAngle = distAngle + 360.0)
        ;
    for (difference = distAngle - srcAngle; difference> 180.0; difference = difference - 360.0)
        ;
    for (; difference <-180.0; difference = difference + 360.0)
        ;
    return difference;
}
can you please unhide or send on private?
 
$ underrow $
Забаненный
Статус
Оффлайн
Регистрация
9 Ноя 2018
Сообщения
226
Реакции[?]
297
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
delta -> 1000
uwu imma go kill myself
 
Забаненный
Статус
Оффлайн
Регистрация
25 Фев 2018
Сообщения
44
Реакции[?]
4
Поинты[?]
0
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
[QUOTE = "HDTRPlayzZ, post: 1833746, member: 211731"]
read the posts title "detect sides for resolver"
[/ QUOTE]

This isnt detecting anything... you need the data to detect
 
Статус
В этой теме нельзя размещать новые ответы.
Похожие темы
Сверху Снизу