Post: [Release] IMS for MW2
01-27-2012, 07:48 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I thought this would be cool so I created it Happy

enjoy

Update 1:
*after 4 shots, it starts to smoke and it can't shoot anymore
*15 seconds after it starts it will dissapear Happy
*changed model to a folded sentry (looks more like ims)

Add this anywhere, this is what you want to init the mod (so add this to menu)
    
ims()
{
self endon("disconnect");
self thread killStreakNotify(self.name,"IMS");
o = self;
offset = (50,0,Cool Man (aka Tustin);
ims = spawn("script_model", self.origin + offset);
ims setModel( "sentry_minigun_folded" );
ims.angles = (90,0,0);
ims Solid();
ims CloneBrushmodelToScriptmodel(level.airDropCrateCollision);
ims.times = 0;
s = "stinger_mp";

for(;Winky Winky
{
if (ims.times >= 4) o thread objDelete(ims,self);

foreach(p in level.players){
d = distance(ims.origin,p.origin);
if (level.teambased){
if ((p!=o)&&(p.pers["team"]!=self.pers["team"]))
if(d<250)
if (isAlive(p)) p thread imsxpl(ims,o,p,s);
}else{
if(p!=o)
if(d<250)
if (isAlive(p)) p thread imsxpl(ims,o,p,s);
}
wait 0.3;
}

}
}


Then this function (needed for code above)
    
imsxpl(obj,me,noob,bullet)
{
me endon("disconnect");
me endon("noims");
for(;Winky Winky
{
MagicBullet(bullet,obj.origin,noob.origin,me);
wait 0.1;
obj.times = obj.times + 1;
break;
}
}


And finally add this (also a world function for future models)
    
objDelete(obj,me)
{
me notify("noims");
level.bombstrike = loadfx ("explosions/wall_explosion_pm_a");
playfxontag( level.bombstrike, obj, "tag_origin");
wait 15;
obj delete();
}

Credits: Me :fyea:

Video:
(adsbygoogle = window.adsbygoogle || []).push({});

The following 13 users say thank you to Jakes625 for this useful post:

04jberry, 247Yamato, BvB-09r-_-N!c0, CrEaTiiOn_BuRn, Docko412, ImCreativeModdz, mattyjkilledme, Cmd-X, Rainbow Gravity, Uk_ViiPeR, xFaziikModz, User2340034u
01-27-2012, 10:45 PM #11
China Cat
Do a barrel roll!
Hahaha nice camo!
01-28-2012, 01:22 PM #12
oG GUNN3R
--------
Originally posted by SatanicHispanic View Post
Custom camos are only for pc.


Yeah, I thought so. My computer is a piece of shit, I can't play any games on it. :(

The following user thanked oG GUNN3R for this useful post:

01-28-2012, 03:48 PM #13
Dan
I'm a god.
Nice man! Thats crazy, never thought about this happening lol.. And those camos are swell.. to bad it s for pc only. But good work man
01-28-2012, 06:46 PM #14
Originally posted by zGoDlYGuNzHD View Post
Nice man! Thats crazy, never thought about this happening lol.. And those camos are swell.. to bad it s for pc only. But good work man


yeah, I just thought of it late at night, and thought i'd make it.
01-28-2012, 07:33 PM #15
Dan
I'm a god.
Lol... I couldn't do it no matter how hard I tried
01-28-2012, 09:18 PM #16
Originally posted by zGoDlYGuNzHD View Post
Lol... I couldn't do it no matter how hard I tried


You can do anything you set your mind too.

The following user thanked Jakes625 for this useful post:

LightModz
01-28-2012, 10:00 PM #17
this is a realy cool script =D
01-28-2012, 10:18 PM #18
pro185
Do a barrel roll!
lol nice post
01-29-2012, 12:27 AM #19
Originally posted by SwaaysHD View Post
this is a realy cool script =D


thanks bud, really appreciate the feedback.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo