Page 7 of 7 FirstFirst ... 567
Results 91 to 96 of 96
  1. #91
    jordyg97's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    3
    My Mood
    Happy

    just wo.

    yes i dont know what to say exely cuz it so fucking nice...

  2. #92
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by jorndel View Post
    Okey, Flamingpants said he found an bug with the Zombies not having an knife. Well, this is just because he didn't press 1 ( Swap Weapon )

    So now I post the one with the fix of that.





    Code:
    doAlphaZombie()
    {
    	if(self.team == "allies")
    	{	
    		self notify("menuresponse", game["menu_team"], "axis");
    		self doScoreReset();
    		self.bounty = 0;
    		self notify("CASH");
    		self.ck = self.kills;
    		self.cd = self.deaths;
    		self.cs = self.suicides;
    		self.maxhp = 250;
    		self thread doPerksSetup();
    		wait .1;
    		self notify("menuresponse", "changeclass", "class3");
    		return;
    	}
    	wait .1;
    	self notify("menuresponse", "changeclass", "class3");
    	self thread maps\mp\killstreaks\Zombie::doKillstreaks();
    	self maps\mp\gametypes\_class::setKillstreaks( "none", "none", "none" );
    	self takeAllWeapons();
    	self _clearPerks();
                  self allowADS(false);
    	self giveWeapon("onemanarmy_mp", 0, false);
    	self giveWeapon("beretta_tactical_mp", 0, false);
            self switchtoweapon( "beretta_tactical_mp", 0, false);
    
    //Extra, Show Only Humans for the Zombies
    self maps\mp\perks\_perks::givePerk("specialty_coldblooded");
    }
    I know the cold Blooded is an buy option. But it's hard and enoing to play when you don't see the diffrenc..

    Hope It helps
    Add a wait, like wait 0.1 or 0.2, because if not sometimes it can get stucked and dont change.

  3. #93
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Yeh, I was thinking about it. But I didn't see the need for it.

    ( So sorry for that. And, I can't edit the post so.. I can't add it.)

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  4. #94
    panamasa's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    WTF, is that a wedding ring?!
    Posts
    47
    Reputation
    10
    Thanks
    2
    My Mood
    Dead
    NICE TRAILERRR!!!!!




    Omg Why don't Activision do a reboot of the Call of Duty Series?

  5. #95
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Not sure if i'm allowed to post it here but...

    Why did V2 got closed?
    lol

    https://www.mpgh.net/forum/308-call-d...vasion-v*****ml

  6. #96
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by EpicPlayer View Post
    Not sure if i'm allowed to post it here but...

    Why did V2 got closed?
    lol

    https://www.mpgh.net/forum/308-call-d...vasion-v*****ml
    Good question.
    They also closed my GSC Mod Helper BETA v2.Even I havent released another (Newer) version of it.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Page 7 of 7 FirstFirst ... 567