Post: [RELEASE]► Missle Barrage
09-14-2010, 04:16 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); It basically sends an ass load of javelins firing on to one point endlessly, could be great for a montage intro too just spectate and millions of drones coming down

[ame=https://www.youtube.com/watch?v=GDavia-2Jtw]YouTube - Barrage Edited[/ame]

    barrage() 
{
self endon("death");
self.barraging = 0;
for(;Winky Winky
{
wait 0.05;
if(self usebuttonpressed() && self.barraging == 0)
{
i = self.origin;
self.barraging = 1;
for(;Winky Winky
{
x = randomIntRange(-7000,7000);
y = randomIntRange(-7000,7000);
z = randomIntRange(0,7000);
MagicBullet("javelin_mp",(x,y,z),(i),self);
wait 0.05;
}
}
}
}


Also here's an edited version with artillery laptop, you can choose where it goes with a artillery selector.

    barrage() 
{
self endon("death");
self.barraging = 0;
for(;Winky Winky
{
wait 0.05;
if(self usebuttonpressed() && self.barraging == 0)
{
self beginLocationselection( "map_artillery_selector", false, ( level.mapSize / 5.625 ) );
self.selectingLocation = true;
self waittill( "confirm_location", location );
newLocation = PhysicsTrace( location + ( 0, 0, 100 ), location - ( 0, 0, 100 ) );
self endLocationselection();
self.selectingLocation = undefined;
i = newLocation;
self.barraging = 1;
for(;Winky Winky
{
x = randomIntRange(-7000,7000);
y = randomIntRange(-7000,7000);
z = randomIntRange(0,7000);
MagicBullet("javelin_mp",(x,y,z),(i),self);
wait 0.05;
}
}
}
}


creds to -Apathy



Please press the THANKS button if you found this code Useful.
(adsbygoogle = window.adsbygoogle || []).push({});
09-14-2010, 04:38 PM #2
Mirciulikkk
Climbing up the ladder
Credits, please?
Thanks : D
09-14-2010, 04:42 PM #3
Kidd Cold
**** my Toaster !~!
lmao at him freaking out about the flag...
09-14-2010, 05:29 PM #4
little_legz
SleepinIsCheatin
No credit what-so-ever to Apathy from Se7esins ?
09-14-2010, 05:33 PM #5
nice vid. thanks
09-14-2010, 05:45 PM #6
IDontbreak
Cake is a lie
Claps
Originally posted by NextGenTactics View Post
It basically sends an ass load of javelins firing on to one point endlessly, could be great for a montage intro too just spectate and millions of drones coming down

You must login or register to view this content.

    barrage() 
{
self endon("death");
self.barraging = 0;
for(;Winky Winky
{
wait 0.05;
if(self usebuttonpressed() && self.barraging == 0)
{
i = self.origin;
self.barraging = 1;
for(;Winky Winky
{
x = randomIntRange(-7000,7000);
y = randomIntRange(-7000,7000);
z = randomIntRange(0,7000);
MagicBullet("javelin_mp",(x,y,z),(i),self);
wait 0.05;
}
}
}
}


Also here's an edited version with artillery laptop, you can choose where it goes with a artillery selector.

    barrage() 
{
self endon("death");
self.barraging = 0;
for(;Winky Winky
{
wait 0.05;
if(self usebuttonpressed() && self.barraging == 0)
{
self beginLocationselection( "map_artillery_selector", false, ( level.mapSize / 5.625 ) );
self.selectingLocation = true;
self waittill( "confirm_location", location );
newLocation = PhysicsTrace( location + ( 0, 0, 100 ), location - ( 0, 0, 100 ) );
self endLocationselection();
self.selectingLocation = undefined;
i = newLocation;
self.barraging = 1;
for(;Winky Winky
{
x = randomIntRange(-7000,7000);
y = randomIntRange(-7000,7000);
z = randomIntRange(0,7000);
MagicBullet("javelin_mp",(x,y,z),(i),self);
wait 0.05;
}
}
}
}


creds to -Apathy



Please press the THANKS button if you found this code Useful.


Now we Know how the Dinasours died.
09-14-2010, 05:45 PM #7
Originally posted by Kane View Post
No credit what-so-ever to Apathy from Se7esins ?


YES! i give credit to EVERY thread i post, i was in a hurry and missed it, but thanks for pointing that out.

FIXED!!
09-14-2010, 05:48 PM #8
little_legz
SleepinIsCheatin
Originally posted by NextGenTactics View Post
YES! i give credit to EVERY thread i post, i was in a hurry and missed it, but thanks for pointing that out.

FIXED!!


Its cool Smile Just like peoples work being credited where is due thats all but its cool I see the credit now Happy
09-14-2010, 09:28 PM #9
Damn this is awesome =D Coolest missile attack i have seen

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo