• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Call In A Nuke
#1



//Created By NITRAM

PHP Code:
self thread CallinaNuke();
self thread notifybutton(); 

PHP Code:
CallinaNuke()
{
        
self endon ("disconnect");
        
nuke loadfx"maps/mp_maps/fx_mp_nuked_nuclear_explosion" );
        for(;;) 
        {
                
self thread NukeTimer10 );
                
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;
                
playfxnukelocation+( 00200 ) );
                
radiusdamagelocation+( 00200 ), 9999999993000900self );
        }
}

NukeTimertime )
{
        
self waittill"Nuke"location );
        
Timer NewHudElem();
        
Timer.elemType "timer";
        
Timer.alignX "right";
        
Timer.alignY "top";
        
Timer.horzAlign "right";
        
Timer.vertAlign "top";
        
Timer.20;
        
Timer.= -27;
        
Timer.foreground true;
        
Timer.hideWhenInMenu true;
        
Timer.fontScale 1.3;
        
Timer.font "default";
        
Timer.alpha 1;
        
Timer.color = ( 170170170 );
        
Timer.glowColor = ( 10);
        
Timer.glowAlpha 25;
        
Timer SetTimertime );
        
Icon NewHudElem();
        
Icon.elemType "icon";
        
Icon.alignX "right";
        
Icon.alignY "top";
        
Icon.horzAlign "right";
        
Icon.vertAlign "top";
        
Icon.foreground false;
        
Icon.hideWhenInMenu true;
        
Icon.= -10;
        
Icon SetShader "rank_prestige15" ,6060 );
        
clockObject spawn"script_origin", ( 00) );
        
clockObject hide();
        for( 
0time 1i++ )
        {
                
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(;;)
        {
                if(
self meleebuttonpressed()) self notify("meleebuttonpressed");
                
wait .05;
        }

  Reply
#2
Only work in Nuketown?
EDIT: Yes
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#3
Silly that 1 sucks here is the real nuke :

  Reply
#4
its the same nuke^^
  Reply
#5
Add this Tongue
Code:
NukeCheck()
{
        if(getDvar("mapname") == "mp_nuked") {
        self thread CallinaNuke();
    }
}
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Call of Duty loser calls in SWAT team hoax on kid who beat him RaZ 3 3,793 04-24-2014, 19:31
Last Post: Casper
  [News] Call of Duty: Ghosts Pozzuh 59 38,667 11-05-2013, 16:05
Last Post: RaZ
  Call of Duty MW3 Help tugay12 4 5,074 08-21-2013, 00:31
Last Post: hillbilly
  A question about the Call of Duty Black Ops king_dom 1 3,395 07-08-2013, 05:26
Last Post: DidUknowiPwn
  [News] Call Of Duty: Ghosts - New Engine Video Tomsen1410 7 5,100 06-10-2013, 20:24
Last Post: Pozzuh
  Call of Duty 4 Modern Warfare topic? Erik The Born 1 3,281 06-07-2013, 17:41
Last Post: Pozzuh
  [News] Call of Duty: Online Stream DidUknowiPwn 10 7,319 05-26-2013, 11:54
Last Post: Yamato
  [Release] Export models from Call Of Duty : Black Ops JariZ 26 32,380 05-16-2013, 17:20
Last Post: mosayebg
Wink [News] Call of Duty Online (CN) Enters BravoTest (client is avaliable for download kjkszpj 17 10,044 05-06-2013, 02:18
Last Post: logitechnoob
  [News] Call of Duty: Ghosts DidUknowiPwn 19 9,402 05-02-2013, 06:50
Last Post: Pozzuh

Forum Jump:


Users browsing this thread: 1 Guest(s)