How to put damage at head to you need 1 shot for kill?
and in body 10 shots..
How to make that on rifle?
 
			
			How to put damage at head to you need 1 shot for kill?
and in body 10 shots..
How to make that on rifle?
Play around with iDamage in Callback_PlayerDamage() section
 
			
			hitloc in weaponfile
in the weapon file of the mp44 you have got this:
change it to:PHP Code:damage\40\minDamage\40\meleeDamage\150\maxDamageRange\1500\minDamageRange\2500\locNone\1\locHelmet\3\locHead\3\locNeck\1.5\locTorsoUpper\1\
Now the damage is 99 * 40 = 3960 (originally it is 120)PHP Code:damage\40\minDamage\40\meleeDamage\150\maxDamageRange\1500\minDamageRange\2500\locNone\1\locHelmet\3\locHead\99\locNeck\1.5\locTorsoUpper\1\
Rocky (25th March 2014)
 
			
			So... Just change that locHead at 99... ty!