Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    Nice gj on maps.
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  2. #17
    avasoli's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    code
    capy + paste
    where ????? help me please

  3. #18
    cacheat's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Spain,Aragon,Huesca
    Posts
    178
    Reputation
    10
    Thanks
    8
    My Mood
    Psychedelic
    Quote Originally Posted by avasoli View Post
    code
    capy + paste
    where ????? help me please
    u copy the code and paste it into the MapEdit

    hope i helped
    "It doesn't take the most powerful nations on Earth to create the next global conflict. Just the will of a single man."
    -- Vladimir Makarov

    [IMG]https://i1236.photobucke*****m/albums/ff441/hiere1/key_art_how_i_met_your_mother.jpg[/IMG]











  4. #19
    KrOoKeD's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    2
    hmm... how do u use map edits? XD

  5. #20
    avasoli's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    How can we use MapEdit

  6. #21
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    hh put the coords in u'r map edit
    If i help u so thanks me!

    /yea

  7. #22
    soapzzz14's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    8
    Reputation
    10
    Thanks
    0
    can you make the mod that u uso to edit the maps for a dowload ?

    can you send me the mod whit spectator and coordinates because i am now edit a map and i have to do it in 60 sec because is in the zombie mod and i cant specator it sucks plz send me
    Last edited by soapzzz14; 02-13-2011 at 02:23 AM.

  8. #23
    maarten551's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    75
    My Mood
    Mellow
    Where are my bunkers ;'(

    My Youtube account : Maarten551, subscribe me ^^
    [YOUTUBE]lSl0HlhGQsY[/YOUTUBE]
    AIzombies for Alteriw, Check it now!
    [YOUTUBE]U9OjBsHgcKQ[/YOUTUBE]
    hover/cordinates mod with visible bunkers!!!
    ---------------------------------------------------
    Most important waittills

  9. #24
    alex2810's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed

    Rename

    Quote Originally Posted by Boon Pek View Post
    And call the MapEdit file from a clean _rank.gsc during init()

    ;D
    Do a need to rename the MapEdit folder or what????

  10. #25
    lucianolopes700's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    I can add idd in gametypes than paste than start mod op and search the place in video?

  11. #26
    gamerhead57's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    In a room in a house infront of a desk looking at a screen displaying mpgh.net
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Daring
    why isn't there a mapedit.gsc file in my mods/mp/gametypes ? there's probly an easy explonation to this but i'm not good with modding (first attempt ever) so any help would be appreciated

  12. #27
    ImTheLastNightmare's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In your bed,closet,behind you....
    Posts
    84
    Reputation
    7
    Thanks
    32
    My Mood
    Angelic
    GJ nice but why don't change team names like slappers and bitches xD
    Just kidding but it willl be better if u added the names ...the edit is still cool

  13. #28
    rangg's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    Quote Originally Posted by ImTheLastNightmare View Post
    GJ nice but why don't change team names like slappers and bitches xD
    Just kidding but it willl be better if u added the names ...the edit is still cool

    how we can change the team names?
    If i help u so thanks me!

    /yea

  14. #29
    ImTheLastNightmare's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    In your bed,closet,behind you....
    Posts
    84
    Reputation
    7
    Thanks
    32
    My Mood
    Angelic
    I don't actually have that code i am still searching for it but in meanwhile you an ask the guy that made quarantine zombie chaos ... He has that i think...Till there ate two team named zombies and humans he must have that....
    Last edited by ImTheLastNightmare; 02-18-2011 at 02:05 PM.

  15. #30
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by ImTheLastNightmare View Post
    I don't actually have that code i am still searching for it but in meanwhile you an ask the guy that made quarantine zombie chaos ... He has that i think...Till there ate two team named zombies and humans he must have that....
    You can change that with this: replace the things I putted:

    Code:
    	setDvar("g_TeamName_Allies", "ALLIES NAME");
    	setDvar("g_TeamIcon_Allies", "CARDICON ALLIES");
    	setDvar("g_TeamIcon_MyAllies", "CARDICON ALLIES");
    	setDvar("g_TeamIcon_EnemyAllies", "CARDICON ALLIES");
    	scoreColor = getTeamColor( "allies" );	
    	setDvar("g_ScoresColor_Allies", scoreColor[0] + " " + scoreColor[1] + " " + scoreColor[2] );
    
    	setDvar("g_TeamName_Axis", "AXIS NAME");
    	setDvar("g_TeamIcon_Axis", "CARDICON AXIS");
    	setDvar("g_TeamIcon_MyAxis", "CARDICON AXIS");
    	setDvar("g_TeamIcon_EnemyAxis", "CARDICON AXIS");
    	scoreColor = getTeamColor( "axis" );	
    	setDvar("g_ScoresColor_Axis", scoreColor[0] + " " + scoreColor[1] + " " + scoreColor[2] );
    
    	setdvar("g_ScoresColor_Spectator", ".25 .25 .25");
    	setdvar("g_ScoresColor_Free", ".76 .78 .10");
    	setdvar("g_teamColor_MyTeam", ".6 .8 .6" );
    	setdvar("g_teamColor_EnemyTeam", "1 .45 .5" );
    	setdvar("g_teamTitleColor_MyTeam", ".6 .8 .6" );
    	setdvar("g_teamTitleColor_EnemyTeam", "1 .45 .5" );

Page 2 of 2 FirstFirst 12