Hi, I'm wondering which of these hitboxes I should use, code:
// all hitboxes in here
vector< int > Hitboxes =
{
( int )CSGOHitboxID::Pelvis,
( int )CSGOHitboxID::Stomach,
( int )CSGOHitboxID::LowerChest,
( int )CSGOHitboxID::Chest,
( int )CSGOHitboxID::Head,
( int )CSGOHitboxID::Neck,
( int...