Post: [RELEASE] Kamikazee Plane Killstreak
10-14-2010, 08:57 PM #1
CHAOZ
Banned
(adsbygoogle = window.adsbygoogle || []).push({});
Credits goto Lost4468 via 7sins.



[ame=https://www.youtube.com/watch?v=07r6tU1Hh_Y]YouTube - Modern Warfare 2 Kamikaze[/ame]



Only add "DeathHarrier()" thread to onplayerspawned.


     
DeathHarrier()
{
self notifyOnPlayerCommand( "dpad_down", "+actionslot 2" );
self endon ( "death" );
for(;Winky Winky
{
self waittill("dpad_down");
Kamikaze = spawn("script_model", self.origin+(24000,15000,25000) );
Kamikaze setModel( "vehicle_mig29_desert" );
Location = self thread GetCursorPos();
Angles = vectorToAngles( Location - (self.origin+(8000,5000,10000)));
Kamikaze.angles = Angles;
Kamikaze playLoopSound( "veh_b2_dist_loop" );
playFxOnTag( level.harrier_smoke, self, "tag_engine_left" );
playFxOnTag( level.harrier_smoke, self, "tag_engine_right" );
wait( 0.15 );
playFxontag( level.harrier_smoke, self, "tag_engine_left2" );
playFxontag( level.harrier_smoke, self, "tag_engine_right2" );
playFxOnTag( level.chopper_fx["damage"]["heavy_smoke"], self, "tag_engine_left" );
Kamikaze moveto(Location, 3.9);
wait 3.8;
Kamikaze playsound( "nuke_explosion" );
wait .2;
level._effect[ "cloud" ] = loadfx( "explosions/emp_flash_mp" );
playFx( level._effect[ "cloud" ], Kamikaze.origin+(0,0,200));
Kamikaze playSound( "harrier_jet_crash" );
level.chopper_fx["explode"]["medium"] = loadfx ("explosions/aerial_explosion");
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin);
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(200,0,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(0,200,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(200,200,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(0,0,200));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin-(200,0,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin-(0,200,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin-(200,200,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(0,0,400));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(100,0,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(0,100,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(100,100,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(0,0,100));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin-(100,0,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin-(0,100,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin-(100,100,0));
playFX(level.chopper_fx["explode"]["medium"], Kamikaze.origin+(0,0,100));
Earthquake( 0.4, 4, Kamikaze.origin, 800 );
RadiusDamage( Kamikaze.origin, 800, 500, 1, self );
Kamikaze delete();
}
}

GetCursorPos()
{
forward = self getTagOrigin("tag_eye");
end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
location = BulletTrace( forward, end, 0, self)[ "position" ];
return location;
}

vector_scal(vec, scale)
{
vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
return vec;
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked CHAOZ for this useful post:

TIAGO_SILVA
10-14-2010, 09:10 PM #2
Not to be rude, but you should have seen the date of post before starting a ''leech'' action.. 26 May 2010 - 11:24 AM =/= old
10-14-2010, 09:27 PM #3
Thnx for post, looks cool tho.
10-14-2010, 09:32 PM #4
CHAOZ
Banned
guess what. It's not my find, i'm just putting it on NGU.

thanks for trying to be cool :y:
10-14-2010, 09:40 PM #5
TIAGO_SILVA
I am error
Thanks dude. I´ll use it Happy I´ll +rep and thank your post
10-14-2010, 09:49 PM #6
DEREKTROTTER
You're Goddamn Right
i guess its alright to fetch things across from se7ensins now us ps3 users can mod lobbies
Smile

The following user thanked DEREKTROTTER for this useful post:

CHAOZ
10-15-2010, 12:24 AM #7
orangeGH0ST
Gym leader
I Thought this was already out.
10-15-2010, 12:52 AM #8
TheFallen
Former Dark Night
Good post, I'm sure this will help people.
10-15-2010, 03:14 AM #9
CHAOZ
Banned
Originally posted by DEREKTROTTER View Post
i guess its alright to fetch things across from se7ensins now us ps3 users can mod lobbies
Smile


yes. se7en sins has become my 2nd home. lmao

I am the se7en sins to NGU reporter.
10-15-2010, 03:23 AM #10
AlabamaHit
ROLL TIDE!!!
I see nothing wrong with this post....

Yeah, it is old code..BUT.

His first line is Credit to the creator. And the code is in patches around here, but the code isn't posted.

So I don't see any reason to flame him....

The following 2 users say thank you to AlabamaHit for this useful post:

J_MAN, CHAOZ

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo