Advertisement
Guest User

Untitled

a guest
May 24th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Line 223 replace the old code with this one:
  2.  
  3. // BODY
  4. GetHitBoxSkeleton( HITBOX_HEAD , HITBOX_NECK , pEntity , m_pPlayers[EntIndex].vHitboxSkeletonArray[0] );
  5. GetHitBoxSkeleton( HITBOX_NECK , HITBOX_UPPER_CHEST, pEntity , m_pPlayers[EntIndex].vHitboxSkeletonArray[1] );
  6. GetHitBoxSkeleton( HITBOX_UPPER_CHEST , HITBOX_CHEST , pEntity , m_pPlayers[EntIndex].vHitboxSkeletonArray[3] );
  7. GetHitBoxSkeleton( HITBOX_CHEST , HITBOX_THORAX , pEntity , m_pPlayers[EntIndex].vHitboxSkeletonArray[4] );
  8. GetHitBoxSkeleton( HITBOX_THORAX , HITBOX_BODY , pEntity , m_pPlayers[EntIndex].vHitboxSkeletonArray[5] );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement