Results 1 to 3 of 3
  1. #1
    foasdgg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    83
    Reputation
    9
    Thanks
    37

    how can i change the knife damage?

    i want it to be 700, possible?

  2. #2
    Talamaur's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    10
    My Mood
    Blah
    Go to _damage.gsc. Find 1053 line.

    [php]<...>

    Callback_PlayerDamage_internal( eInflictor, eAttacker, victim, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, psOffsetTime )
    {
    if((sMeansOfDeath == "MOD_MELEE") && !(isSubStr(sWeapon, "riotshield"))) {
    iDamage = 700;
    }

    <...>[/php]

    P.S.: Use search.

  3. #3
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    Quote Originally Posted by Talamaur View Post
    Go to _damage.gsc. Find 1053 line.

    [php]<...>

    Callback_PlayerDamage_internal( eInflictor, eAttacker, victim, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, psOffsetTime )
    {
    if((sMeansOfDeath == "MOD_MELEE") && !(isSubStr(sWeapon, "riotshield"))) {
    iDamage = 700;
    }

    <...>[/php]

    P.S.: Use search.
    delete this in the code above
    [php] && !(isSubStr(sWeapon, "riotshield"))[/php]
    Edit: Didn't see the !
    Last edited by TheLynx; 10-28-2010 at 03:26 AM.

Similar Threads

  1. [REQUEST] Can you change the Damage of guns? Will this work?
    By W$fSEDfw435sef in forum Combat Arms Mod Discussion
    Replies: 8
    Last Post: 01-02-2010, 10:26 PM
  2. How can I change the M16A3 to G36E ?
    By kingkongf in forum Combat Arms Mod Discussion
    Replies: 4
    Last Post: 12-14-2009, 02:02 PM
  3. How can i change the screenshot button
    By GibsonRocks231 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 01-22-2009, 03:39 AM
  4. how can i put the 5TH SLOT
    By ktalin91 in forum WarRock Korea Hacks
    Replies: 4
    Last Post: 05-22-2007, 06:52 PM
  5. How can i switch the maps on Warrock
    By bioslover in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-17-2007, 11:29 AM