Post: GSC Script: Pack-A-Punch
10-01-2014, 08:21 AM #1
Curz
CurzHD
(adsbygoogle = window.adsbygoogle || []).push({}); Pack-A-Punch Dancing



    Packopunch()
{
self setOrigin((300,100,40.5));
level.NGU = spawn( "script_model", (0,0,40.5) );
level.NGU.angles = (0,10,0);
level.NGU setModel( "t6_wpn_supply_drop_ally" );
for(;Winky Winky
{
self.packit destroy();
if(distance(self.origin, level.NGU.origin) <150)
{
self.packit = self createFontString( "hudbig", 4.0 );
self.packit setPoint( "TOP", "TOP", 0, 20 );
self.packit setText("^5Press ^6SQUARE ^5For Pack-O-Punch");
if(self usebuttonpressed())
{
weap = self getCurrentWeapon();
if( self.upw[weap] != 1 )
{
self takeWeapon(self getCurrentWeapon());
self freezeControls(true);
self iPrintlnBold("^5Packing That Shit Hold Up");
wait 4;
self iPrintlnBold("^5Done! Now Fuck Shit Up");
self.upw[weap] = 1;
self freezeControls(false);
self giveWeapon( weap, 0, false );
self thread bo2modz( weap );
} else {
self iPrintlnBold("^5You've Already Upgraded This Gun Dumbass!");
wait 1;
}
}
}
wait 0.05;
}
}
bo2modz( gun )
{
for(;Winky Winky
{
self waittill ( "weapon_fired" );
weap = self getCurrentWeapon();
if( weap == gun )
{
forward = self getTagOrigin("j_head");
end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
SPLOSIONlocation = BulletTrace( forward, end, 0, self )[ "position" ];
level._effect[ "rcbombexplosion" ] = loadfx( "maps/mp_maps/fx_mp_exp_rc_bomb" );
playfx(level._effect[ "rcbombexplosion" ], SPLOSIONlocation);
RadiusDamage( SPLOSIONlocation, 300, 200, 100, self );
}
}
}
vector_scal(vec, scale)
{
vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
return vec;
}



Credits:
Me(Curz)
SoHax
Teh1337
Last edited by Curz ; 10-01-2014 at 09:52 AM. Reason: Added video thanks to RileyErased

The following 5 users say thank you to Curz for this useful post:

clark1226, DexTeamModding, EternalHabit, RTE, Script Kiddie
10-01-2014, 10:33 AM #11
nay1995
The Master
^ this is the thread it comes from You must login or register to view this content.

this was created in 2011.
10-01-2014, 01:19 PM #12
Originally posted by nay1995 View Post
^ this is the thread it comes from You must login or register to view this content.

this was created in 2011.


That's what I've seen since the release of .gsc for Black Ops II, unfortunately everyone is getting scripts from past CODs and not even giving credits. That is why I want .gsc to get patched.

The following 2 users say thank you to Red-EyeX32 for this useful post:

Boliberrys, EncepT
10-01-2014, 01:45 PM #13
TheFallen
Former Dark Night
Originally posted by EyeX32 View Post
That's what I've seen since the release of .gsc for Black Ops II, unfortunately everyone is getting scripts from past CODs and not even giving credits. That is why I want .gsc to get patched.


And give up any opportunity for that to change? It's been like a month if that even.
10-01-2014, 04:34 PM #14
TheSaltCracka
League Champion
Originally posted by EyeX32 View Post
That's what I've seen since the release of .gsc for Black Ops II, unfortunately everyone is getting scripts from past CODs and not even giving credits. That is why I want .gsc to get patched.


Gsc hasn't been out for a month, and since people haven't made new stuff yet you want it to get patched? Don't really understand your reasoning behind that.
10-01-2014, 04:53 PM #15
nay1995
The Master
Originally posted by EyeX32 View Post
That's what I've seen since the release of .gsc for Black Ops II, unfortunately everyone is getting scripts from past CODs and not even giving credits. That is why I want .gsc to get patched.


yeah i'll second that.
10-01-2014, 05:36 PM #16
can someone send me free Visual studio
10-01-2014, 05:53 PM #17
Boliberrys
^^ Sexy ^^
Originally posted by CexRTM View Post
can someone send me free Visual studio


I suggest looking at You must login or register to view this content.
That site searchs everything you need. I really recommend it Winky Winky trust me.
10-01-2014, 06:20 PM #18
Ok I'll try but most off them ask me to pay
10-01-2014, 06:36 PM #19
LBK
Little One
Whoo Amzing Happy , Call Fonction in my menu Happy Thanks <3

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo