Начинающий
-
Автор темы
- #1
having this error C ++ no operator matches these operands operand types are: Vector + float at Math :: VectorTransform (hitbox-> bbmax + mod, matrix [hitbox-> bone], max); and I am having this error C++ no operator matches these operands operand types are: Vector - float at Math::VectorTransform(hitbox->bbmin - mod, matrix[hitbox->bone], min); these errors are happening in the BestHitPoint function I am also having a error with auto mindamage = std::min(player->m_iHealth(), g_Options.rage_mindmg); which is C++ no instance of overloaded function matches the argument list argument types are: (int32_t, Var<int>) please give me some help