Results 1 to 5 of 5
  1. #1
    12233's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    Exclamation Killingdyl Map Editor

    Killingdyl has a great map editor in his v2 but his v2 is uneditable. I want to put his mapedit thing into v1 i saw in his that the only thing related to MapEditor was level thread maps\mp\gametypes\MapEdit under doInit() so i tried to add level thread maps\mp\gametypes\MapEdit to doInit() in V1 this is what i got. Can anyone help??
    Code:
    doInit()
    {
    	level.gameState = "";
    	level thread weaponInit();
    	level thread CostInit();
    	level thread MenuInit();
    	level thread CreateServerHUD();
    	level thread doServerHUDControl();
    	level thread OverRideForfeit();
    	level thread RemoveTurrets();
    	wait 10;
    	level thread doGameStarter();
    	level thread createFog();
    	level thread maps\mp\gametypes\MapEdit();
    
    }

  2. #2
    CainFool's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    313
    Reputation
    11
    Thanks
    146
    My Mood
    Angelic
    Oh, a Map Editor? - I want it. lol.

  3. #3
    dinmamma.n1's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    y plzz link it if u have eny

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



  5. #5
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    It should be
    Code:
    level thread maps\mp\gametypes\MapEdit::init();

Similar Threads

  1. Minecraft Map Editor & Inventory Edit.
    By Microshit in forum General
    Replies: 12
    Last Post: 01-07-2011, 09:25 PM
  2. [RELEASE] MCEdit Map Editor
    By Insane in forum Minecraft Tools & Resources
    Replies: 3
    Last Post: 10-03-2010, 01:41 PM
  3. look!!! Map editor
    By andreaben94 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 6
    Last Post: 09-14-2010, 12:59 PM
  4. [SOLVED]Map editor?
    By B4M in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 08-22-2010, 10:11 PM
  5. JetaEngine V0.40 Map Editor
    By radnomguywfq3 in forum General
    Replies: 2
    Last Post: 03-09-2009, 12:58 AM