Headshot Mod

Author Topic: Headshot Mod  (Read 21297 times)

I was going to make this at some point but you beat me to it
I had this done like a month ago, never got around to it. More addons to expect from me now.


Now if only it said "Headshot!" everytime you shot someone in the head.

Yes, this is epic, exactly what my server needed. Thanks man, this should be put on RTB because my diskspace is at 0.01, I can't download MW3 yet.

Edit: Or this add-on to be specific

Now if only it said "Headshot!" everytime you shot someone in the head.

Yes!





Now if only it said "Headshot!" everytime you shot someone in the head.
Assault rifle:
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!
Headshot!




· How about a legshot version?
Code: [Select]
if(getword(%pos, 2) < getword(%col.getWorldBoxCenter(), 2) - 4.3*%colscale && $Legshots == 1 && !%col.crouch)
{
%damage = %this.directDamage * $Legshots::Multiplier - %this.directDamage;
%damageType = $DamageType::Direct;
if(%this.directDamageType)
{
%damageType = %this.directDamageType;
}
%col.damage(%obj,%pos,%damage,%damageType);
}

· Doubling headshot damage is fine, but you should really make it a float variable for better precision.
· And make a function for helmets that limits headshots.

Those are my 3 suggestions.

Is this a aim assist mod? i dont really get it

Is this a aim assist mod? i dont really get it

It's a headshot mod. Anyone using it on their server will make all weapons capable of doing more damage when fired at the head. By default, a weapon would have to specifically be coded for headshots to work. With this mod, ANY weapon can do a headshot for more damage (on the server where it's enabled).