Post: [Release] HazardZone v4|Maybe v5 Coming Soon?!
04-24-2012, 08:51 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); HazardZone My Custom Game Mode Created For Call Of Duty World At War Was By Far The Best And Easiest Way Of Hosting A Challenge Lobby!

If You Don't Agree Then Check It Out For Yourself!

The General Idea Of This Was To Make It Easier For All The Noobs In The Lobby! You Don't Have To Do Anything!

But Unfortunately We Are Only Releasing Our V4 So Its Not Quite As Good :P

Anyway If You Want The Whole Patch Then The Download Will Be Below But If You Want To Add It To Your Patch I Will Put The Codes As Well.


Preview Video:





Download:

You must login or register to view this content.



Codes:

Goes In The Menu Under HazardZone Game Mode.. Just Add A Sub Option Or Overwrite A Game Type (eg. Hide And Seek)
    hazardzone



Code To Put With Other Game Modes Just Paste It Anywhere :L
    //BkR_EpIcZz's HazardZone
hazardzone()
{
for(p = 0; p < level.players.size; p++)
{
player = level.players[p];
player thread dohazardzone();
}
}

dohazardzone()
{
self thread devilbar();
wait 4;
self playSound("mp_level_up");
wait 2;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self thread doheart666();
self thread doheart999();
visionSetNaked( "zombie_turned", 0.2 );
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
}
devilBar()
{
wduration = 4.0;
NSB = createPrimaryProgressBar( -40 );
NSBText = createPrimaryProgressBarText( -40 );
NSBText setText( "^2Loading.. ^4H^7a^4z^7a^4r^7d^4Z^7o^4n^7e ^1Stand By.." );
NSB updateBar( 0, 1 / wduration );
NSB.color = (0, 0, 0);
NSB.bar.color = (2, 0, 0);
for ( waitedTime = 0;waitedTime < wduration && isAlive( self ) && !level.gameEnded;
waitedTime += 0.05 )wait ( 0.05 );
NSB destroyElem();
NSBText destroyElem();
}

doheart666()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "top";
hud3.horzAlign = "center";
hud3.vertAlign = "top";
hud3.x = 0;
hud3.y = 50;
hud3.alpha = 1;
hud3.fontscale = 4.0;
while(1){
hud3.fontscale = 4.5;
hud3 settext( "^4H^3a^4z^3a^4r^3d ^4Z^3o^4n^3e");
wait 0.1;
hud3 settext( "^3H^4a^3z^4a^3r^4d ^3Z^4o^3n^4e");
wait 0.1;
}
wait 1;
}
doheart999()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "left";
hud3.horzAlign = "center";
hud3.vertAlign = "left";
hud3.x = 0;
hud3.y = 50;
hud3.alpha = 1;
hud3.fontscale = 2.0;
while(1){
hud3.fontscale = 2.3;
hud3 settext( "^5N^4G^5U");
wait 0.1;
hud3 settext( "^4N^5G^4U");
wait 0.1;
}
wait 1;
}


Credit To:
BkR_RaPiDz: For Editing My HazardZone GameMode
Xx-Devil_MoDz-xX: For Some Codes
xRaW-: For His V4 Patch
05-15-2012, 09:22 PM #2
Black Panther
Former Staff
Originally posted by EpIcZz View Post
HazardZone My Custom Game Mode Created For Call Of Duty World At War Was By Far The Best And Easiest Way Of Hosting A Challenge Lobby!

If You Don't Agree Then Check It Out For Yourself!

The General Idea Of This Was To Make It Easier For All The Noobs In The Lobby! You Don't Have To Do Anything!

But Unfortunately We Are Only Releasing Our V4 So Its Not Quite As Good :P

Anyway If You Want The Whole Patch Then The Download Will Be Below But If You Want To Add It To Your Patch I Will Put The Codes As Well.


Preview Video:





Download:

You must login or register to view this content.



Codes:

Goes In The Menu Under HazardZone Game Mode.. Just Add A Sub Option Or Overwrite A Game Type (eg. Hide And Seek)
    hazardzone



Code To Put With Other Game Modes Just Paste It Anywhere :L
    //BkR_EpIcZz's HazardZone
hazardzone()
{
for(p = 0; p < level.players.size; p++)
{
player = level.players[p];
player thread dohazardzone();
}
}

dohazardzone()
{
self thread devilbar();
wait 4;
self playSound("mp_level_up");
wait 2;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self thread doheart666();
self thread doheart999();
visionSetNaked( "zombie_turned", 0.2 );
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
}
devilBar()
{
wduration = 4.0;
NSB = createPrimaryProgressBar( -40 );
NSBText = createPrimaryProgressBarText( -40 );
NSBText setText( "^2Loading.. ^4H^7a^4z^7a^4r^7d^4Z^7o^4n^7e ^1Stand By.." );
NSB updateBar( 0, 1 / wduration );
NSB.color = (0, 0, 0);
NSB.bar.color = (2, 0, 0);
for ( waitedTime = 0;waitedTime < wduration && isAlive( self ) && !level.gameEnded;
waitedTime += 0.05 )wait ( 0.05 );
NSB destroyElem();
NSBText destroyElem();
}

doheart666()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "top";
hud3.horzAlign = "center";
hud3.vertAlign = "top";
hud3.x = 0;
hud3.y = 50;
hud3.alpha = 1;
hud3.fontscale = 4.0;
while(1){
hud3.fontscale = 4.5;
hud3 settext( "^4H^3a^4z^3a^4r^3d ^4Z^3o^4n^3e");
wait 0.1;
hud3 settext( "^3H^4a^3z^4a^3r^4d ^3Z^4o^3n^4e");
wait 0.1;
}
wait 1;
}
doheart999()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "left";
hud3.horzAlign = "center";
hud3.vertAlign = "left";
hud3.x = 0;
hud3.y = 50;
hud3.alpha = 1;
hud3.fontscale = 2.0;
while(1){
hud3.fontscale = 2.3;
hud3 settext( "^5N^4G^5U");
wait 0.1;
hud3 settext( "^4N^5G^4U");
wait 0.1;
}
wait 1;
}


Credit To:
BkR_RaPiDz: For Editing My HazardZone GameMode
Xx-Devil_MoDz-xX: For Some Codes
xRaW-: For His V4 Patch

F**king sweet man!!!!!<Happy
Where did you get the Devil Modz codes did he give you his patch or just the few codes?
05-17-2012, 04:54 PM #3
bloodthugga
Bounty hunter
lol shit patch

The following 3 users say thank you to bloodthugga for this useful post:

forflah123, OhhCasual, TOM DAINTY
05-17-2012, 07:59 PM #4
x Elite MoDz x
Climbing up the ladder
lol nice rep
05-17-2012, 08:28 PM #5
Taylor
Former Black Knight.
Originally posted by EpIcZz View Post
HazardZone My Custom Game Mode Created For Call Of Duty World At War Was By Far The Best And Easiest Way Of Hosting A Challenge Lobby!

If You Don't Agree Then Check It Out For Yourself!

The General Idea Of This Was To Make It Easier For All The Noobs In The Lobby! You Don't Have To Do Anything!

But Unfortunately We Are Only Releasing Our V4 So Its Not Quite As Good :P

Anyway If You Want The Whole Patch Then The Download Will Be Below But If You Want To Add It To Your Patch I Will Put The Codes As Well.


Preview Video:





Download:

You must login or register to view this content.



Codes:

Goes In The Menu Under HazardZone Game Mode.. Just Add A Sub Option Or Overwrite A Game Type (eg. Hide And Seek)
    hazardzone



Code To Put With Other Game Modes Just Paste It Anywhere :L
    //BkR_EpIcZz's HazardZone
hazardzone()
{
for(p = 0; p < level.players.size; p++)
{
player = level.players[p];
player thread dohazardzone();
}
}

dohazardzone()
{
self thread devilbar();
wait 4;
self playSound("mp_level_up");
wait 2;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self playSound("betty_activated");
wait 0.1;
self thread doheart666();
self thread doheart999();
visionSetNaked( "zombie_turned", 0.2 );
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self iPrintln("^1{HZ}-^5----------^3Welcome To ^1BkRclan2012's ^4H^0a^4z^0a^4r^0d^4Z^0o^4n^0e ^1V4^5-----------^1-{HZ}");
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
self playSound("vehicle_explo");
wait 0.2;
}
devilBar()
{
wduration = 4.0;
NSB = createPrimaryProgressBar( -40 );
NSBText = createPrimaryProgressBarText( -40 );
NSBText setText( "^2Loading.. ^4H^7a^4z^7a^4r^7d^4Z^7o^4n^7e ^1Stand By.." );
NSB updateBar( 0, 1 / wduration );
NSB.color = (0, 0, 0);
NSB.bar.color = (2, 0, 0);
for ( waitedTime = 0;waitedTime < wduration && isAlive( self ) && !level.gameEnded;
waitedTime += 0.05 )wait ( 0.05 );
NSB destroyElem();
NSBText destroyElem();
}

doheart666()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "top";
hud3.horzAlign = "center";
hud3.vertAlign = "top";
hud3.x = 0;
hud3.y = 50;
hud3.alpha = 1;
hud3.fontscale = 4.0;
while(1){
hud3.fontscale = 4.5;
hud3 settext( "^4H^3a^4z^3a^4r^3d ^4Z^3o^4n^3e");
wait 0.1;
hud3 settext( "^3H^4a^3z^4a^3r^4d ^3Z^4o^3n^4e");
wait 0.1;
}
wait 1;
}
doheart999()
{
self endon ( "disconnect" );
hud3 = NewClientHudElem(self);
hud3.foreground = true;
hud3.sort = 1;
hud3.hidewheninmenu = false;
hud3.alignX = "center";
hud3.alignY = "left";
hud3.horzAlign = "center";
hud3.vertAlign = "left";
hud3.x = 0;
hud3.y = 50;
hud3.alpha = 1;
hud3.fontscale = 2.0;
while(1){
hud3.fontscale = 2.3;
hud3 settext( "^5N^4G^5U");
wait 0.1;
hud3 settext( "^4N^5G^4U");
wait 0.1;
}
wait 1;
}


Credit To:
BkR_RaPiDz: For Editing My HazardZone GameMode
Xx-Devil_MoDz-xX: For Some Codes
xRaW-: For His V4 Patch


leeching at its highest point of faggotry.....

The following 5 users say thank you to Taylor for this useful post:

forflah123, IIFusiionsII, iiReFuZee, OhhCasual, TheFuziioN-
06-19-2012, 08:27 PM #6
Black Panther
Former Staff
Originally posted by xYARDSALEx View Post
leeching at its highest point of faggotry.....

Nice choice of words lol ^^
06-20-2012, 09:02 AM #7
.BrainzModding
Do a barrel roll!
lool yardsale is right this patch SUCKS cock... u leacher off xRaW

The following user thanked .BrainzModding for this useful post:

OhhCasual
06-20-2012, 09:43 AM #8
LYFN
Banned
that patch sucks, theres way too much going on. and you leeched so :carling:

The following user thanked LYFN for this useful post:

OhhCasual
06-20-2012, 10:27 AM #9
good patch Smile

The following user groaned EROOTIIK for this awful post:

TheMakelProject
06-20-2012, 09:02 PM #10
x Elite MoDz x
Climbing up the ladder
Originally posted by .BrainzModding View Post
lool yardsale is right this patch SUCKS cock... u leacher off xRaW


No Offence Because I Agree With You But Your Rep Sucks Cock

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo