Post: New MW2 Gun *Exothermic-172*
12-20-2010, 05:27 AM #1
kzanga
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); It is named Exothermic-172 because it sounds better than SuperColt lol.

Exothermic-172:

    Exothermic(){
self endon("death");
self takeWeapon(self getCurrentWeapon());
self giveWeapon("usp_mp", 0, false);
self switchToWeapon("usp_mp", 0, false);
for(;Winky Winky
{
self waittill( "weapon_fired" );
MagicBullet( "javelin_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self );
}
}

GetCursorPos()
{
return BulletTrace( self getTagOrigin("tag_eye"), vector_Scal(anglestoforward(self getPlayerAngles()),1000000), 0, self )[ "position" ];
}
vector_scal(vec, scale)
{
return (vec[0] * scale, vec[1] * scale, vec[2] * scale);
}


Hopefully DEREK will put this weapon into his Mossy V8 Edit Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked kzanga for this useful post:

OFWGKTA
12-20-2010, 05:49 AM #2
OFWGKTA
Developer
Quick question o-o ..what is this? a magnum that shoots javi's lol +thanks for your random weapon name but don't expect every weapon variation to be useful, 'per se',

/*rant
I despise the following link, its step by step procedure should have been applied to something useful lol
You must login or register to view this content.
/*end rant
12-20-2010, 05:54 AM #3
kzanga
Haxor!
Its supposed to be USP lol my bad, i'll change it.
12-20-2010, 05:59 AM #4
Kylee.
Banned
no good for me, maybe good for some mw2 CL hosts.. have u confirmed this to work?
12-20-2010, 06:05 AM #5
kzanga
Haxor!
No, but it is from one of DEREKS threads and all i edited was USP and javelin so it should work. If anyone would, could you test it for me Smile?
Thanks

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo