Results 1 to 13 of 13
  1. #1
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow

    UFO Co-ordinates W/ Being Able To SEE Bunkers!!

    Hey guys, I just got this idea when i seen maarten551 add this but it got rejected due to virus scans. So replace this rank file with the other, and add Mapedit file from ur zombie quarantine to the same folder n it should work
    So I did the editing myself n it works 4 me (only thing is it will say waiting to create map: n once it hits 1, it stays at 1, n doesnt remove from screen) screenshots below to show
    Virus Scans:
    Jotti
    NoThanksVirus
    [IMG]https://i11.photobucke*****m/albums/a178/barshcnitzel/iw4mp2010-09-1517-32-32-36.jpg[/IMG]
    [IMG]https://i11.photobucke*****m/albums/a178/barshcnitzel/iw4mp2010-09-1517-32-51-42.jpg[/IMG]
    EDIT: for sum reason screenshots arent showing up :S (im new to this site still but shouldnt it instantly show up?? it shows the img code n link to img up here?? so shouldnt it be showing??)
    Last edited by Shwin420; 09-15-2010 at 06:49 PM. Reason: Correcting Username that Inspired This Edit
    [img]https://i11.photobucke*****m/albums/a178/barshcnitzel/marley-1.png[/img]

  2. #2
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    add ss or video

  3. #3
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow
    Quote Originally Posted by House View Post
    add ss or video
    i have screenshot links posted in the original post :S thats y on the edit i was sayin i dont understand y the screenshots r not showing up, but sec i will try to upload them again
    [img]https://i11.photobucke*****m/albums/a178/barshcnitzel/marley-1.png[/img]

  4. #4
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    /Fixed SS
    /Fixed VS
    /Attachment Approved
    Last edited by Insane; 09-15-2010 at 06:28 PM.

    Ex Middleman

  5. #5
    OrphanMods's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    8
    My Mood
    Angelic
    Well done /Thanked

  6. #6
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    Nice steal from my clanm8 dude -.-

  7. #7
    {MW2U}StrikeZ's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    19
    Can a moderator please close this.
    This is a LITERAL copy from our Easy Coordinates v2.0 you can even see our clan name in the leftbottom of the 2nd screenshot (MW2U)
    On a side note, we'll release the final Easy Coordinates today

  8. #8
    alistair4322's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    229
    Reputation
    14
    Thanks
    32
    My Mood
    Goofy
    Quote Originally Posted by {MW2U}StrikeZ View Post
    Can a moderator please close this.
    This is a LITERAL copy from our Easy Coordinates v2.0 you can even see our clan name in the leftbottom of the 2nd screenshot (MW2U)
    On a side note, we'll release the final Easy Coordinates today
    Hey man, ur map timer have some problem...May be u can use this:
    Code:
    CreateMapWait()
    {
    	for(i = 30; i > 0; i--)
    	{
    		level.TimerText destroy();
    		level.TimerText = level createServerFontString( "objective", 1.5 );
    		level.TimerText setPoint( "CENTER", "CENTER", 0, -100 );
    		level.TimerText setText("^3Map is creating: " + i);
    		foreach(player in level.players)
    		{
    			player freezeControls(true);
    			player VisionSetNakedForPlayer("mpIntro", 0);
    		}
    		wait 1;
    	}
    	level notify("CREATED");
    	level.TimerText destroy();
    	foreach(player in level.players)
    	{
    		player freezeControls(false);
    		player VisionSetNakedForPlayer(getDvar("mapname"), 0);
    	}
    }

  9. #9
    {MW2U}StrikeZ's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    19
    Quote Originally Posted by alistair4322 View Post
    Hey man, ur map timer have some problem...May be u can use this:
    Code:
    CreateMapWait()
    {
    	for(i = 30; i > 0; i--)
    	{
    		level.TimerText destroy();
    		level.TimerText = level createServerFontString( "objective", 1.5 );
    		level.TimerText setPoint( "CENTER", "CENTER", 0, -100 );
    		level.TimerText setText("^3Map is creating: " + i);
    		foreach(player in level.players)
    		{
    			player freezeControls(true);
    			player VisionSetNakedForPlayer("mpIntro", 0);
    		}
    		wait 1;
    	}
    	level notify("CREATED");
    	level.TimerText destroy();
    	foreach(player in level.players)
    	{
    		player freezeControls(false);
    		player VisionSetNakedForPlayer(getDvar("mapname"), 0);
    	}
    }
    We know, the final version (which will be uploaded shortly) doesn't have a timer.

  10. #10
    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
    gj keep it up
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  11. The Following 2 Users Say Thank You to xbeatsszzx For This Useful Post:

    imgayftw (10-28-2010),xX Legend Xx (10-28-2010)

  12. #11
    Shwin420's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    13
    My Mood
    Mellow
    thnx 4 comments (those of u who did)
    but guys who r claiming IM STEALING, im not claiming this is mine am i??? i stated in the very first post if u read at the top, i only got the idea from marteen when he had posted it originally, i gave him credits, n i give credits to whoever made it (didnt look into it) but in abolutely no way shape or form was i claiming this as mine, i just thought users would find it useful n uploaded it asap so ppl could get to use it right there n then if they felt like it..... (which was y i even made the small edit was cuz i seen it originally posted n since i couldnt download at the time, i figured i would just find the 1 simple code myself, is that reaaallllllyyyyy claiming sumthing is mine when i never said i created anythin in this)
    [img]https://i11.photobucke*****m/albums/a178/barshcnitzel/marley-1.png[/img]

  13. #12
    alistair4322's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    229
    Reputation
    14
    Thanks
    32
    My Mood
    Goofy
    Quote Originally Posted by {MW2U}StrikeZ View Post
    We know, the final version (which will be uploaded shortly) doesn't have a timer.
    I mean destroy the timer when it is done

  14. #13
    {MW2U}StrikeZ's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    19
    Quote Originally Posted by Shwin420 View Post
    thnx 4 comments (those of u who did)
    but guys who r claiming IM STEALING, im not claiming this is mine am i??? i stated in the very first post if u read at the top, i only got the idea from marteen when he had posted it originally, i gave him credits, n i give credits to whoever made it (didnt look into it) but in abolutely no way shape or form was i claiming this as mine, i just thought users would find it useful n uploaded it asap so ppl could get to use it right there n then if they felt like it..... (which was y i even made the small edit was cuz i seen it originally posted n since i couldnt download at the time, i figured i would just find the 1 simple code myself, is that reaaallllllyyyyy claiming sumthing is mine when i never said i created anythin in this)
    It's fine.
    We will be uploading our final version in a few minutes anyways.
    That version has no bugs (no timer bug, doors are visible. Everything works)

Similar Threads

  1. [Tutorial] How to fix not being able to find BFHeroes.exe with winject!
    By Paladin Braindawgs in forum Battlefield Heroes Hacks
    Replies: 3
    Last Post: 02-09-2012, 11:32 PM
  2. Being able to edit a thread.
    By BodyByVTAK in forum Debate Fort
    Replies: 4
    Last Post: 07-12-2011, 10:04 PM
  3. Replies: 14
    Last Post: 12-27-2010, 12:03 PM
  4. Co-ordinates N Angles w/ UFO, N Bunkers
    By Shwin420 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 2
    Last Post: 10-27-2010, 02:20 PM
  5. Replies: 4
    Last Post: 06-13-2010, 08:28 AM