Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by sdm View Post
    doesnt work, the mod works, but dont change the kill icon
    Then delete the ac130_40mm_mp damage in _damage.gsc:

    Code:
    Callback_PlayerDamage_internal( eInflictor, eAttacker, victim, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, psOffsetTime )
    {
    if(sWeapon == "ac130_40mm_mp")
    {
              iDamage = 0;
              self thread DamageArea(your data);
    }

  2. #17
    sdm's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    169
    Reputation
    10
    Thanks
    8
    My Mood
    Angelic
    but it will not take all the damage it right?

  3. #18
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by sdm View Post
    but it will not take all the damage it right?
    You can change the damage with the damagearea function and the radius

Page 2 of 2 FirstFirst 12