-
Автор темы
- #1
Всем приветики) Решил слить код Resolver"a. Удачи пупсики)
if (hitbox[int] == HITBOX_HEAD || hitbox[int] == HITBOX_NECK)
{
if (target->GetVelocity().Length2D() > 0.1f && target->GetFlags() & FL_ONGROUND)
wilupdate = true;
if (!wilupdate)
return false;
}
if (hitbox[int] == HITBOX_HEAD || hitbox[int] == HITBOX_NECK)
{
if (target->GetVelocity().Length2D() > 0.1f && target->GetFlags() & FL_ONGROUND)
wilupdate = true;
if (!wilupdate)
return false;
}