Post: [RELEASE] Infection Game Mode by x2EzYx--
02-13-2012, 06:59 PM #1
BlazingDope
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Before you start yes this Is exactly like the gamemode 'Infeted' from MW3. All Players get given a different weapon load out each time and picks someone to be infected at random. It's fun with a lot of people, so enjoy! any bugs feel free to quote them and I will fix when I can.

Note: I done this to release for the public so there's something new for waw, because this section is dead! Yet I get 1 like and no thanks? sort it out boys!

Code:
    
StartInfected()
{
self thread maps\mp\gametypes\_hud_message::hintMessage("Starting Infected..");
self setClientDvar("ui_allow_teamchange", "0");
//thread you're exit menu function here
wait 2;
for ( t=0;t <= level.players.size;t++ )
{
players = level.players[t];
players suicide();
if(players.team == "axis" || players.team == "spectator"){players notify("menuresponse", game["menu_team"], "allies");}
players waittill("spawned_player");
players takeallweapons();
players thread InfectedWeapons();
players iPrintlnBold("^6Welcome "+self.name+" To Infected V1");
wait 5;
players thread InfectedTimer();
players thread MonitorInfected();
wait 8;
self thread InfectionTime();
players iPrintlnBold("^3"+self.Infected+" ^1Has been infected!");
}
}

InfectedWeapons()
{
switch(RandomInt(3))
{
case 0:
self giveWeapon("mp40_bigammo_mp");
self switchtoweapon("mp40_bigammo_mp");
break;
case 1:
self giveWeapon("m1carbine_mp");
self switchtoweapon("m1carbine_mp");
break;
case 2:
self giveWeapon("shotgun_mp");
self switchtoweapon("shotgun_mp");
break;
case 3:
self giveWeapon("ptrs41_mp");
self giveWeapon("colt_mp");
self switchtoweapon("ptrs41_mp");
break;
}
}

InfectedTimer()
{
self.countdown = self createFontString( "objective", 1.5 );
self.countdown setPoint("CENTERLEFT", "CENTERLEFT", 20, 0);
for(i=8; i>=0; i--)
{
self.countdown setText("^1Infection in "+i+"");
self playSound("ui_mp_timer_countdown");
wait 1;
}
self.countdown destroy();
}

MonitorInfected()
{
self endon("disconnect");
for(;Winky Winky
{
self waittill( "death" );
self notify("menuresponse", game["menu_team"], "axis");
self thread InfectedFunctions();
}
}

InfectionTime()
{
self.Infected = level.players[ randomInt( level.players.size ) ];
self.Infected suicide();
}

InfectedFunctions()
{
self iPrintlnBold("^1You have been infected!");
self takeallweapons();
self giveweapon("colt_mp");
self giveweapon("sticky_grenade_mp");
self switchtoweapon("colt_mp");
self setWeaponAmmoClip( "colt_mp", 0 );
self setWeaponAmmoStock( "colt_mp", 0 );
self setWeaponAmmoStock( "sticky_grenade_mp", 2 );
wait 3;
}


Credits:
Me - Creating/Releasing this
IVI40A3Fusionz - pointing out two bugs stare (you noob)
Last edited by BlazingDope ; 02-14-2012 at 12:41 PM.

The following 9 users say thank you to BlazingDope for this useful post:

CodingNation, I Need $, iPROFamily, Kearney158, Niall-Griffiths, Jango, scarfaceinhd, thatbrat, xRaW
02-14-2012, 04:41 PM #20
xRaW
xI2aW-
lets just put it this way if im rep boosting wheres your proof? Can you get a picture? prove the statistics please. Im not made i just hate people spreading shit that aint true.
02-14-2012, 04:50 PM #21
BlazingDope
Can’t trickshot me!
Originally posted by xRaW View Post
its called getting thanked a lot for my posts? On one of my posts i have about 80 thanks or so.


send link to your thread with "80 thanks" then Awesome face
02-14-2012, 05:08 PM #22
xRaW
xI2aW-
Originally posted by KillaMaJic View Post
send link to your thread with "80 thanks" then Awesome face


80 was a guess. didnt look at it for ages. Its 60 thanks 10 dislikes. Its not a thread its one post

---------- Post added at 05:08 PM ---------- Previous post was at 05:07 PM ----------

You must login or register to view this content. thats the thread where my likes are

The following user groaned xRaW for this awful post:

BlazingDope
02-14-2012, 11:56 PM #23
Otib
lolololololol
Originally posted by LightModz View Post
what is the objective of this game mode? what do you have to do?


It's like zombieland on mw2!Happy
02-15-2012, 04:35 AM #24
BlazingDope
Can’t trickshot me!
Originally posted by Bustigo View Post
It's like zombieland on mw2!Happy


In my new menu I'm making I already have zombieland for waw fully working like on cod4
02-15-2012, 09:37 AM #25
Otib
lolololololol
Originally posted by KillaMaJic View Post
In my new menu I'm making I already have zombieland for waw fully working like on cod4


Could I see it mate? Happy
02-15-2012, 01:55 PM #26
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by KillaMaJic View Post
In my new menu I'm making I already have zombieland for waw fully working like on cod4


Yawn boring seen your Zombieland it's shit Winky Winky lol joke it's pretty sick Smile.
02-15-2012, 02:22 PM #27
BlazingDope
Can’t trickshot me!
Originally posted by IVI40A3Fusionz View Post
Yawn boring seen your Zombieland it's shit Winky Winky lol joke it's pretty sick Smile.


I really do hate you sometimes Ryan. No
02-15-2012, 02:23 PM #28
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by KillaMaJic View Post
I really do hate you sometimes Ryan. No


You love me really hence all the Valentines Cards you sent me :p.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo