Results 1 to 4 of 4
  1. #1
    Imthebosss's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In modding world :D
    Posts
    241
    Reputation
    21
    Thanks
    132
    My Mood
    Drunk

    Exclamation [Solved] Edit bullet damage [?]

    Hello all,

    I have a question about bullet damage. I need a little code for this;
    Code:
    Weapon damage/bullet damage = none (0%)
    Explosion damage = normal (it would kill you)
    That's it. I think it's a very simple code, but I tried a lot and nothing worked!

    Thanks for helping /me
    Do you need a signature? I will make it! Send me a PM =)



  2. #2
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    [php]if(sMeansOfDeath != "MOD_GRENADE_SPLASH" && sMeansOfDeath != "MOD_EXPLOSIVE_BULLET" && sMeansOfDeath != "MOD_PROJECTILE_SPLASH" && sMeansOfDeath != "MOD_GRENADE")
    iDamage = 0;[/php]
    www.YouTube.com/MpKiller100

  3. #3
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Look in the RTD I released perhaps, in the _damage.gsc
    You'll find my minimal damage roll, and from there you might understand a bit

  4. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /marked as solved



Similar Threads

  1. [Solved]Speciality Bullet Damage
    By edub18 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 10-05-2010, 11:21 PM
  2. Bullet damage of a static gun
    By HeroicSlayr in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 08-14-2010, 04:35 AM
  3. Changing Weapon Bullet Damage
    By iGhost in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 18
    Last Post: 08-02-2010, 12:33 AM
  4. [SOLVED] Change Weapon Damage?
    By schiz in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-30-2010, 07:40 PM
  5. [Note] Compromised Bullet Damage
    By premo85 in forum Combat Arms Europe Hacks
    Replies: 1
    Last Post: 02-13-2009, 06:03 AM