Post: [SCRIPT] Gersh Device | Converted From MW2
05-16-2012, 11:16 PM #1
TOM DAINTY
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({});
Basically, the mod gives you a grenade. You throw a c4, and where it hits, everyone in the game (except for the person who threw it) gets sucked into the gersh device, and then killed.

Video on MW2:


Note - Precache this; level.fx_airstrike_afterburner = loadfx("fire/jet_afterburner");
    
gersh()
{
self.oldWeapon = self getCurrentWeapon();
self giveWeapon("Frag_grenade_mp");
self SetWeaponAmmoClip( "frag_grenade_mp", 1 );
self switchToWeapon("Frag_grenade_mp");
self waittill("grenade_fire", grenade, weaponName);
if(weaponName == "Frag_grenade_mp")
{
grenade hide();
self.gersh=spawn("script_model", grenade.origin);
self.gersh setModel("weapon_c4_mp");
self.gersh linkTo( grenade );
grenade waittill("death");
self.glow = spawnfx(level.fx_airstrike_afterburner, self.gersh.origin);
TriggerFX(self.glow);
end=self.gersh.origin;
for(p = 0;p < level.players.size;p++){players = level.players[p];players thread gershPull(end,self);}
self switchToWeapon(self.oldWeapon);
}
}
gershPull(loc,initiator)
{
self endon("survive");
self iPrintln("^6Gersch Device Activated!");
self playloopsound( "veh_mig29_mid_loop" );
for(i=0;i<600;i++)
{
rand=(randomint(50),randomint(50),randomint(50));
radius=distance(self.origin,loc);
if(radius > 150)
{
if(level.teambased)
{
if(self.pers["team"] != initiator.pers["team"])
{
angles = VectorToAngles( loc - self.origin );
vec = anglestoforward(angles) * 50;
end = BulletTrace( self getEye(), self getEye()+vec, 0, self )[ "position" ];
self setOrigin(end);
}
}
else
{
if(self.name != initiator.name)
{
angles = VectorToAngles( loc - self.origin );
vec = anglestoforward(angles) * 50;
end = BulletTrace( self getEye(), self getEye()+vec, 0, self )[ "position" ];
self setOrigin(end);
}
}
}
else RadiusDamage( loc, 150, 100, 50, initiator );
wait 0.01;
}
self iPrintln("^2You Survived!");
self.gersh delete();
self.glow delete();
self notify("survive");
}


Credits:
NBK-DEVASTATION - Original creator
Last edited by TOM DAINTY ; 05-18-2012 at 11:28 AM.

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

COD5-MAN-,

The following 3 users groaned at TOM DAINTY for this awful post:

247Yamato, KingcreekS, User2340034u
05-17-2012, 07:26 PM #20
Originally posted by zFI2oST
Hop along? I never wanted anyone to like me you dumb prick lol, so I don't care. And I think I have released more to this community then you faggot, and I think nobody likes you.


Ok, like what have you released to this community apart from a rubbish edit of studman97?
05-17-2012, 09:22 PM #21
Well that was entertaining... Reading your convo M40 xD
05-17-2012, 09:32 PM #22
Originally posted by nZxMikeeeyx View Post
Well that was entertaining... Reading your convo M40 xD
ino lol like 80% of his post's are offtopic. :carling:
05-17-2012, 09:43 PM #23
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by IELIITEMODZX View Post
ino lol like 80% of his post's are offtopic. :carling:


Why you think my post count is so god damn high :p, i use NGU like i do Facebook, Skype etc Happy.

---------- Post added at 10:43 PM ---------- Previous post was at 10:42 PM ----------

Originally posted by nZxMikeeeyx View Post
Well that was entertaining... Reading your convo M40 xD


Haha i think 1.5K+ of my posts are just convos off topic from the OP Happy.
05-18-2012, 12:29 AM #24
Originally posted by IVI40A3Fusionz View Post
Why you think my post count is so god damn high :p, i use NGU like i do Facebook, Skype etc Happy.

---------- Post added at 10:43 PM ---------- Previous post was at 10:42 PM ----------



Haha i think 1.5K+ of my posts are just convos off topic from the OP Happy.
You can get a warning for doing that, i think it says it in the rules.
05-18-2012, 01:47 AM #25
Originally posted by IVI40A3Fusionz View Post
Is it weird that i don't even know what a Gersh Device is? Someone please explain :p.


Gersch Device is a little Small Teleporter Device that creates a Huge Purple Vortex and Sucks in Zombies within its Radius.. Brought to Black Ops zombies on the Map "Ascension" including the "Martyoshka Dolls"..
05-18-2012, 11:20 AM #26
TOM DAINTY
Do a barrel roll!
Originally posted by Britt View Post
How many accounts do you need lol.

this is my second account, I lost password for my BlazingDope. Had +700 rep, but I've already got 200 on here Happy
05-18-2012, 03:11 PM #27
x Elite MoDz x
Climbing up the ladder
this is awesome, good job dude
05-18-2012, 04:10 PM #28
xTc
[MOVE]Hello[/MOVE]
Originally posted by zFI2oST
Hop along? I never wanted anyone to like me you dumb prick lol, so I don't care. And I think I have released more to this community then you faggot, and I think nobody likes you.


i like him more than you Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo