Results 1 to 7 of 7
  1. #1
    JoeAbunga's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    79
    Reputation
    20
    Thanks
    8
    My Mood
    Amused

    how do you take away kill zones

    how do you take away kill zones
    Quote Originally Posted by AZUMIKKEL View Post
    Originally Posted by AZUMIKKEL
    Or how about an erotic gamemode for once. Where if there's a girl in the match you can choose to rape her - or else it'll just be gay porn. Then the people here on MPGH has something to do.



    /yea/I think we have a winer


    Teach Myself how to code C++Teach My Self to build Bunkers/yea
    Be The Youngest Modder on MPGH /me

  2. #2
    aIW|Convery's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    2,875
    Reputation
    124
    Thanks
    604
    My Mood
    Cynical
    Need some more info.. what "kill zones"?

  3. #3
    JoeAbunga's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    79
    Reputation
    20
    Thanks
    8
    My Mood
    Amused
    sry used to moding ut3 its an area where you get killed if you touch
    Quote Originally Posted by AZUMIKKEL View Post
    Originally Posted by AZUMIKKEL
    Or how about an erotic gamemode for once. Where if there's a girl in the match you can choose to rape her - or else it'll just be gay porn. Then the people here on MPGH has something to do.



    /yea/I think we have a winer


    Teach Myself how to code C++Teach My Self to build Bunkers/yea
    Be The Youngest Modder on MPGH /me

  4. #4
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /moed to gsc help



  5. #5
    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
    You can't unless you set all world damage to 0 in the gsc (including fall damage, falling down from the cliffs, etc.)

    [php]
    if(isPlayer(eAttacker) && eAttacker != victim)
    iDamage = 0;[/php]

    I've had to explain how to modify _damage.gsc pretty many times so I am going to request that my old _damage.gsc tutorial gets stickied. Wish me luck.
    Last edited by AZUMIKKEL; 11-03-2010 at 04:29 AM.
    www.YouTube.com/MpKiller100

  6. #6
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Quote Originally Posted by AZUMIKKEL View Post
    [php]
    if(isPlayer(eAttacker) && eAttacker != self)
    iDamage = 0[/php]
    Code:
    if(eAttack == victim)
        iDamage = 0;
    Not self.

  7. #7
    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
    Quote Originally Posted by [WhA]4FunPlayin View Post
    Code:
    if(eAttack == victim)
        iDamage = 0;
    Not self.
    right. just woke up lol
    www.YouTube.com/MpKiller100

Similar Threads

  1. Replies: 5
    Last Post: 03-13-2011, 05:38 PM
  2. How long it takes for CrossFire to ban you.
    By ivinceee in forum CrossFire Discussions
    Replies: 21
    Last Post: 02-15-2011, 12:12 PM
  3. Replies: 142
    Last Post: 06-23-2010, 01:55 AM
  4. How do you take a picture on soldierfront?
    By exactly in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 02-24-2010, 09:39 AM
  5. How do you do the unlim. kill using life taker?
    By en1gmat1c in forum Combat Arms Discussions
    Replies: 6
    Last Post: 12-14-2009, 08:03 PM