Poll

What would you most like to see?

Not break T+T
40 (18.5%)
Ammo system
59 (27.3%)
AR2 energy balls
117 (54.2%)

Total Members Voted: 216

Author Topic: HλLF-LIFE 2 Weapons Pack [v1.1] Pick up that can.  (Read 28834 times)

The MP7 is the best looking one. Describe 'poopy'.
poopy= the revolver

The MP7 is the best looking one. Describe 'poopy'.
Okay. It's very rounded, small, and just barely looks like the real thing.

I wish Magnum and other weapons were raycast like in the game.

oh and also
Support_Hitbox.cs
Usage:    
Code: [Select]
//All thanks go to Port!
function ProjectileData::damage(%this, %obj, %col, %fade, %pos, %normal)
{
   %chestTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $chestTest );
   %headTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $headTest );
   %legTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $legTest );
   %armTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $armTest );

   if( %chestTest )
   {
      YOUR SILLY CODE HERE
   }
   %col.damage( %obj, %pos, %damage, %this.directDamageType );
}

yw  :cookieMonster: