Post: Real New Nuke for Black Ops
01-07-2011, 07:42 AM #1
lK U S lH
x9r390rY-p4r4D1$
(adsbygoogle = window.adsbygoogle || []).push({}); Credit goes to NITRAM & nitrambarrell

Here's the code:
[WILL WORK ON JTAG HE CLAIMS] not just pc...


    self thread CallinaNuke();
self thread notifybutton();

//Created By NITRAM

CallinaNuke()
{
self endon ("disconnect");
nuke = loadfx( "maps/mp_maps/fx_mp_nuked_nuclear_explosion" );
for(;Winky Winky
{
self thread NukeTimer( 10 );
self waittill( "meleebuttonpressed" );
napalmSelectorSize = getDvarIntDefault( #"scr_napalmSelectorSize", 3000 );
self beginLocationNapalmSelection( "map_napalm_selector", napalmSelectorSize, "killstreak_napalm" );
self.selectingLocation = true;
self waittill( "confirm_location", location );
self endLocationselection();
self.selectingLocation = false;
self notify( "Nuke", location );
self waittill( "finished_timer" );
wait 3;
playfx( nuke, location+( 0, 0, 200 ) );
radiusdamage( location+( 0, 0, 200 ), 999999999, 3000, 900, self );
}
}

NukeTimer( time )
{
self waittill( "Nuke", location );
Timer = NewHudElem();
Timer.elemType = "timer";
Timer.alignX = "right";
Timer.alignY = "top";
Timer.horzAlign = "right";
Timer.vertAlign = "top";
Timer.y = 20;
Timer.x = -27;
Timer.foreground = true;
Timer.hideWhenInMenu = true;
Timer.fontScale = 1.3;
Timer.font = "default";
Timer.alpha = 1;
Timer.color = ( 170, 170, 170 );
Timer.glowColor = ( 1, 0, 0 );
Timer.glowAlpha = 25;
Timer SetTimer( time );
Icon = NewHudElem();
Icon.elemType = "icon";
Icon.alignX = "right";
Icon.alignY = "top";
Icon.horzAlign = "right";
Icon.vertAlign = "top";
Icon.foreground = false;
Icon.hideWhenInMenu = true;
Icon.x = -10;
Icon SetShader ( "rank_prestige15" ,60, 60 );
clockObject = spawn( "script_origin", ( 0, 0, 0 ) );
clockObject hide();
for( i = 0; i < time + 1; i++ )
{
clockObject playSound( "mpl_sab_ui_suitcasebomb_timer" );
wait 1;
}
Timer destroy();
Icon destroy();
self notify( "finished_timer" );
PlaySoundAtPosition( "amb_end_nuke", location+(0,0,200) );
}

notifybutton()
{
self endon("disconnect");
for(;Winky Winky
{
if(self meleebuttonpressed()) self notify("meleebuttonpressed");
wait .05;
}
}


[ame=https://www.youtube.com/watch?v=rSiaYhqMg-w]YouTube - Call In a Nuke[/ame]
(adsbygoogle = window.adsbygoogle || []).push({});
01-07-2011, 06:48 PM #11
Nicee post
01-07-2011, 07:19 PM #12
lol this would totally **** people up.. theyd be like WTF
01-07-2011, 10:33 PM #13
Mr.Kane
Greatness
Nice, Just I dont want this on ps3 . every lobby BAM nuke is called in.
01-07-2011, 11:24 PM #14
Amazing rofl

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo