Post: Artillery Strike Mod
08-12-2010, 09:52 PM #1
NeedaMilfSoon
In my man cave
(adsbygoogle = window.adsbygoogle || []).push({}); Found this while searching the internet:

New mod in mw2 where you can call artillery in on a position. To me it looks the ac130 gun, not the huge one and not the small machine gun. Looks awesome imo

[ame=https://www.youtube.com/watch?v=NTSvc-A0xy8&playnext=1&videos=wXYf5-X_0fA&feature=sub]YouTube - MW2 XBOX360 Artillery Strike Mod (HD)[/ame]
(adsbygoogle = window.adsbygoogle || []).push({});
08-13-2010, 07:31 AM #11
Drake
<3 SGC
song?

damn 10 characters
08-13-2010, 07:41 AM #12
NeedaMilfSoon
In my man cave
Originally posted by FrancisDrake1987 View Post
song?

damn 10 characters


Like A G6.

The following user thanked NeedaMilfSoon for this useful post:

Drake
08-13-2010, 08:59 AM #13
^5  
1337 hackor :P
Yeah my code for this is:
    giveArtillery()
{
self endon("disconnect");
self thread exit();
self thread maps\mp\gametypes\_hud_message::hintMessage("Artillery Support Available");
self notifyOnPlayerCommand( "4", "+actionslot 4" );

self waittill("4");
self beginLocationSelection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );
self.selectingLocation = true;
self waittill( "confirm_location", location, directionYaw );
HavyArtillery = BulletTrace( location, ( location + ( 0, 0, -100000 ) ), 0, self )[ "position" ];

self endLocationSelection();
self.selectingLocation = undefined;

self thread maps\mp\gametypes\_hud_message::hintMessage("Location set");
//HavyArtillery = self thread GetCursorPos();
//wait 5;
self playsound( "explo_mine" );
self thread maps\mp\gametypes\_hud_message::hintMessage("FIRE!");
self playsound( "explo_mine" );
wait 5;
x= 0;
y = 0;
for(i = 0;i < 10; i++){
HavyArtillery2 = HavyArtillery+(0, 0, 8000);
MagicBullet( "ac130_40mm_mp", HavyArtillery2, HavyArtillery2-(x, y, 8000), self );
if(i < 2)
wait 4;
if(i < 4 && i > 2)
wait 2;
if (i>4 && i < Cool Man (aka Tustin)
wait 1;
if (i > Cool Man (aka Tustin)
wait 0.5;
x = RandomInt(500);
y = RandomInt(200);
z = RandomInt(1);
if (z == 1){
x = x * -1;
z = z * -1;
}
}

}
08-13-2010, 02:20 PM #14
in online this would be die for campers
08-13-2010, 07:21 PM #15
Shebang
Bring back the smileys!
Wow man nice job! I need a JTAG Xbox now :p Never realised you lived in canada =D
08-13-2010, 07:32 PM #16
NeedaMilfSoon
In my man cave
Originally posted by egal123 View Post
Wow man nice job! I need a JTAG Xbox now :p Never realised you lived in canada =D


Thanks man. Smile

Also yeah I guess you do. Winky Winky

Yeah I live in southern Ontario.
08-13-2010, 07:53 PM #17
IDontbreak
Cake is a lie
What is this?
Ac130s 150mm?
08-13-2010, 07:56 PM #18
Criptus
< ^ > < ^ >
looks like a mortar strike!!! FTW!!
08-13-2010, 08:03 PM #19
NeedaMilfSoon
In my man cave
Originally posted by IDontbreak View Post
What is this?
Ac130s 150mm?


The middle gun on the AC130.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo