Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Вопрос Auto direction dont work

Забаненный
Забаненный
Статус
Оффлайн
Регистрация
28 Фев 2022
Сообщения
24
Реакции
5
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
C++:
Expand Collapse Copy
float c_antihit::automatic_direction( /*c_cs_player* local*/ ) {
    // min direct speedly.
    constexpr float direction_speed = 120.0f;
    if ( g_hit->manual_side == e_manual::none ) {
        direction_speed = 0.0f;
    }
    else {
        direction_speed += std::min( g::local->velocity( ).length( ), 25.0f );
    }
    
    return direction_speed / g::local->velocity( ).length( );
}
 
C++:
Expand Collapse Copy
float c_antihit::automatic_direction( /*c_cs_player* local*/ ) {
    // min direct speedly.
    constexpr float direction_speed = 120.0f;
    if ( g_hit->manual_side == e_manual::none ) {
        direction_speed = 0.0f;
    }
    else {
        direction_speed += std::min( g::local->velocity( ).length( ), 25.0f );
    }
   
    return direction_speed / g::local->velocity( ).length( );
}
это не автодирекшн, это какой-то велосити какашка
 
Назад
Сверху Снизу