Thread: Dead Ops Arcade

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed

    Dead Ops Arcade

    Hello

    Here it is DOA for MW2, I release only the code for getting the view and all that, :P. Probably someone will do something with this,

    Code:
    onPlayerSpawned()
    {
    	self endon("disconnect");
    
    	for(;;)
    	{
    		self waittill("spawned_player");
                                self thread DOA();
    	              setDvar("player_view_pitch_down", 0); //dont aim down
    	              setDvar("player_view_pitch_up", 0); //dont aim up
    	}
    }
    
    DOA()
    {
           Camera = spawn("script_model", self.origin+(0,0,500)); //increase the 500 if you want it higher
           Camera setModel("c130_zoomrig");
           Camera.angles = (90,90,0);
           Camera NotSolid();
           Camera EnableLinkTo();
           wait 0.001;
           self CameraLinkTo( Camera, "tag_origin" ); //change view
           while(1)
           {
                Camera MoveTo(self.origin+(0,0,500), 0.1);
                wait 0.1;
           }
    }
    Video:



    Last edited by Yamato; 04-25-2011 at 12:21 PM.

  2. The Following 3 Users Say Thank You to Yamato For This Useful Post:

    oktane (05-21-2011),solha (05-01-2011),xFuZiioN_x3 (06-17-2012)

  3. #2
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Good job :P

  4. The Following User Says Thank You to EpicPlayer For This Useful Post:

    Yamato (04-25-2011)

  5. #3
    pizza127's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    home
    Posts
    268
    Reputation
    10
    Thanks
    13
    My Mood
    Yeehaw
    lol weird D

  6. #4
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Looks wierd but good job

  7. #5
    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
    Wheres the monsters?
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  8. #6
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by xGoDLyZz Xx View Post
    Wheres the monsters?
    Add this to your zombie mod and voila, you have a DOA mod.

  9. #7
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    ..WOW... !

  10. #8
    sdm's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    169
    Reputation
    10
    Thanks
    8
    My Mood
    Angelic
    Give the code of this video:

    This is awesome, good job Yamato
    Last edited by sdm; 04-25-2011 at 02:40 PM.

  11. #9
    KIngston456's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    37
    My Mood
    Cool
    Wow great Job

  12. #10
    Mw2HaxPC's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Behind you.......... Posts: 9,001
    Posts
    196
    Reputation
    10
    Thanks
    320
    My Mood
    Cool
    LOL Cool...
    Computer Specs: Processor : AMD Phenom II X4 975 @ 4.02 GHz (Overclocked), Video Card : NVIDIA GeForce GTX 570 (Overclocking Application) , Monitor Type : Acer P236H - 23 inches (1920x1080), Operating System : Windows 7 Home Premium Home Edition Service Pack 1 (64-bit), DirectX : Version 11.00, Windows Performance Index : 5.9 on 7.9 lol.




    [img]https://www.danasof*****m/sig/Yourfucked422610.jpg[/img]


    U Mad Bro?










  13. #11
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by sdm View Post
    Give the code of this video: YouTube - Nukem's AI zombie mod with a DOA cam

    This is awesome, good job Yamato
    Thats Nukems AI Zombies with this, thats all

  14. #12
    eliteCVDelite's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    5
    freakin epic yamato

  15. #13
    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
    Anywasy nice gj looks kewl.
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  16. #14
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    Made by you or leeched?

  17. #15
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by MC Modder View Post
    Made by you or leeched?
    I am not a leecher.......Made by me

Page 1 of 2 12 LastLast