Post: [SCRIPT] Specnade Mod
12-24-2011, 02:47 PM #1
IVI40A3Fusionz
Former Gaming Squad Member
(adsbygoogle = window.adsbygoogle || []).push({}); Similar to the MW2 version of Specnade however i couldn't make it so you could actually see the grenade so until then this is it for now.

Script's Here:
    SpecNade()
{
self endon( "disconnect" );
self endon( "death" );
for(;Winky Winky
{
self waittill( "grenade_fire", Grenade );
self AllowAds( false );
self DisableWeapons();
self freezeControls(true);
self.maxhealth = 999999999;
self.health = self.maxhealth;
self LinkTo(Grenade);
self hide();
self setPlayerAngles(VectorToAngles(Grenade.origin - self.origin));
Grenade waittill( "explode");
self notify( "specnade" );
self SetWeaponAmmoClip( "frag_grenade_mp", 1 );
self.maxhealth = 100;
self.health = self.maxhealth;
self unlink();
self show();
self AllowAds( true );
self EnableWeapons();
self freezeControls(false);
}
}


Video:


Basically what it is, is you throw a grenade of any type and you get linked to the grenade and where ever it explodes you could say you 'teleport' or 'spawn' there. However it's best to throw a frag grenade as I've included in the script that when the grenade explodes you get another frag grenade.

Thanks to xYARDSALEx for the video!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to IVI40A3Fusionz for this useful post:

247Yamato, JamesSwagger, x_DaftVader_x
12-24-2011, 03:30 PM #2
247Yamato
< ^ > < ^ >
All this specnading things were made on some cod4 pc mods, such as Promod, you can find in them a completer version, Winky Winky
12-24-2011, 03:44 PM #3
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by 247Yamato View Post
All this specnading things were made on some cod4 pc mods, such as Promod, you can find in them a completer version, Winky Winky


Thank you for that bro Smile i've never looked into cod4 PC modding :p.
12-24-2011, 03:51 PM #4
Karoolus
I'm the W@W Menu Guy !
Originally posted by IVI40A3Fusionz View Post
Thank you for that bro Smile i've never looked into cod4 PC modding :p.


you should, ppl made some crazy sh*t for COD4 PC Winky Winky

The following user thanked Karoolus for this useful post:

x_DaftVader_x
12-24-2011, 04:00 PM #5
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Karoolus View Post
you should, ppl made some crazy sh*t for COD4 PC Winky Winky


I dunno what sites to look at to start off with :(.
12-24-2011, 04:27 PM #6
Originally posted by IVI40A3Fusionz View Post
I dunno what sites to look at to start off with :(.

Here >> You must login or register to view this content. Happy

The following user thanked x_DaftVader_x for this useful post:

247Yamato
12-24-2011, 04:45 PM #7
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by x. View Post
Here >> You must login or register to view this content. Happy


Happy Thanks :L.
12-24-2011, 04:47 PM #8
Originally posted by IVI40A3Fusionz View Post
Happy Thanks :L.
it never gets old does it Smile
12-24-2011, 04:56 PM #9
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by x. View Post
it never gets old does it Smile


Lol it made me laugh all i gotta say is DaftVader you complete legend!
12-24-2011, 05:34 PM #10
Taylor
Former Black Knight.
Originally posted by IVI40A3Fusionz View Post
Similar to the MW2 version of Specnade however i couldn't make it so you could actually see the grenade so until then this is it for now.

Script's Here:
    SpecNade()
{
self endon( "disconnect" );
self endon( "death" );
for(;Winky Winky
{
self waittill( "grenade_fire", Grenade );
self AllowAds( false );
self DisableWeapons();
self freezeControls(true);
self.maxhealth = 999999999;
self.health = self.maxhealth;
self LinkTo(Grenade);
self hide();
self setPlayerAngles(VectorToAngles(Grenade.origin - self.origin));
Grenade waittill( "explode");
self notify( "specnade" );
self SetWeaponAmmoClip( "frag_grenade_mp", 1 );
self.maxhealth = 100;
self.health = self.maxhealth;
self unlink();
self show();
self AllowAds( true );
self EnableWeapons();
self freezeControls(false);
}
}


Basically what it is, is you throw a grenade of any type and you get linked to the grenade and where ever it explodes you could say you 'teleport' or 'spawn' there. However it's best to throw a frag grenade as I've included in the script that when the grenade explodes you get another frag grenade.


Here's A Video <3:

The following user thanked Taylor for this useful post:

IVI40A3Fusionz

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo