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
(adsbygoogle = window.adsbygoogle || []).push({});

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-16-2012, 11:22 PM #2
TOM DAINTY
Do a barrel roll!
Originally posted by zFI2oST
give credit to the original creator stare


NBK-DEVASTATION is the original creater..

The following user thanked TOM DAINTY for this useful post:

COD5-MAN-
05-17-2012, 01:37 AM #3
Originally posted by zFI2oST
give credit to the original creator stare


No one likes you mate so just hop along :p
05-17-2012, 01:41 AM #4
i dont see the point in this at all, lol and come'on you have been coding for some time now, make somthing from scratch ino you can :wub:
05-17-2012, 01:51 AM #5
TOM DAINTY
Do a barrel roll!
Originally posted by IELIITEMODZX View Post
i dont see the point in this at all, lol and come'on you have been coding for some time now, make somthing from scratch ino you can :wub:


I'm not that good at coding. + Every idea has been made pretty much, I can't think of any idea's. It's just something else you can add in your menu :confused: atm I'm trying to make a Controllable Sentry, but I probably wont finish it.

The following user thanked TOM DAINTY for this useful post:

COD5-MAN-
05-17-2012, 07:08 AM #6
Mehh, I didn't know people got dropped into gersh devices :/ You should make it turn the players screens 180 from the point they are standing from it, you should make the force stronger as people get closer and it should go in a path, not teleported above it and dropped. This idea is aimed at anyone btw.
05-17-2012, 11:18 AM #7
Originally posted by nZxMikeeeyx View Post
Mehh, I didn't know people got dropped into gersh devices :/ You should make it turn the players screens 180 from the point they are standing from it, you should make the force stronger as people get closer and it should go in a path, not teleported above it and dropped. This idea is aimed at anyone btw.
Yeah that will be alot better, plus i dont think this one lifts them up like it dose in the video.
05-17-2012, 02:47 PM #8
IVI40A3Fusionz
Former Gaming Squad Member
Is it weird that i don't even know what a Gersh Device is? Someone please explain :p.

The following user thanked IVI40A3Fusionz for this useful post:

COD5-MAN-
05-17-2012, 03:53 PM #9
Originally posted by IVI40A3Fusionz View Post
Is it weird that i don't even know what a Gersh Device is? Someone please explain :p.
are you serious ? its in black ops zombies, "Acension" was the 1st map that had it, i think.
05-17-2012, 04:05 PM #10
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by IELIITEMODZX View Post
are you serious ? its in black ops zombies, "Acension" was the 1st map that had it, i think.


Of course i'm f****** serious Black Ops was a piece of shit back in the day i never even bought any of the maps O.o.

The following user thanked IVI40A3Fusionz for this useful post:

COD5-MAN-

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo