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

    cant die by going out the map

    what is the code that you put in the MapEdit so that you cant die if you fall off the maps edge
    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
    imgayftw's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    9
    Reputation
    8
    Thanks
    0
    My Mood
    Drunk
    if u fall out of edge of map u dont die

  3. #3
    JoeAbunga's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    79
    Reputation
    20
    Thanks
    8
    My Mood
    Amused
    no i mean like where it automaticly kills you like on highrise
    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
    master131backup's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    94
    Reputation
    19
    Thanks
    163
    My Mood
    Angelic
    That's map handled....

  5. #5
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Put this on MapEdit:

    Code:
    HighRise()
    {
    
    ents = getEntArray();
    for ( index = 0; index < ents.size; index++ )
    {
     if(isSubStr(ents[index].classname, "trigger_hurt"))
        ents[index].origin = (0, 0, 9999999);
    
    }
    	CreateBlocks((-2723, 5162, 3030), (90, 0, 0));


    Where it says CreateBlocks, you have to put your edit(that block is simply on my edit, so dont copy it, :P)
    Last edited by Yamato; 11-03-2010 at 11:16 AM. Reason: some

  6. #6
    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
    www.YouTube.com/MpKiller100

  7. The Following User Says Thank You to AZUMIKKEL For This Useful Post:

    NutriGrain (11-03-2010)

Similar Threads

  1. [Release] Try out the new/unreleased map! C-valley *Godmode+unlimited ammo*
    By Tibirius in forum Combat Arms Mods & Rez Modding
    Replies: 118
    Last Post: 03-15-2011, 09:00 PM
  2. Login with out going to the site
    By Joshcarr2006 in forum Combat Arms Help
    Replies: 2
    Last Post: 07-16-2010, 01:21 AM
  3. [Tutorial] redo of the glitch on getting out of the map in power plant
    By edude2 in forum Operation 7 Hacks
    Replies: 9
    Last Post: 06-12-2010, 04:21 AM
  4. [Release] RattleSnake Out Of The Map Glitch!!!
    By BARON in forum Combat Arms Glitches
    Replies: 61
    Last Post: 01-09-2010, 01:24 PM
  5. Rattlesnake Out of the map and public hack
    By BARON in forum Combat Arms Hacks & Cheats
    Replies: 50
    Last Post: 03-30-2009, 12:56 PM

Tags for this Thread