Post: New Custom Weapon For MW2 *GoldSuperDeagle*
12-19-2010, 09:49 PM #1
Pauly
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); so i just made this custom weapon for mw2 its called the SuperDeagle and its a gold deagle that shoots 105mm ac130 rounds
heres the code for it

SuperDeagle(){
self endon("death");
self takeWeapon(self getCurrentWeapon());
self giveWeapon("deserteaglegold_mp", 0, false);
self switchToWeapon("deserteaglegold_mp", 0, false);
for(;{self waittill( "weapon_fired" );
if ( self getCurrentWeapon() == "deserteaglegold_mp" )
{MagicBullet( "ac130_105mm_mp", self getTagOrigin("tag_eye"), self GetCursorPos()
(adsbygoogle = window.adsbygoogle || []).push({});
12-19-2010, 10:36 PM #11
DEREKTROTTER
You're Goddamn Right
Originally posted by Bushigan
k thanks Derek can you tell me what its like in game once you see what its like Please


not the best quality

[ame=https://www.youtube.com/watch?v=-H3Fdhtg0sQ]YouTube - My Screencast[/ame]
12-19-2010, 11:34 PM #12
Pauly
Banned
Originally posted by DEREKTROTTER View Post
not the best quality

You must login or register to view this content.

thats soooo sick dude lol also do you have this for ps3 cause thats what i have

---------- Post added at 06:34 PM ---------- Previous post was at 05:38 PM ----------

Originally posted by DEREKTROTTER View Post
ye, i may put it in the next update - gonna check now what its like

hey Derek if you do decide to put it in can you Please let me know thanks
12-19-2010, 11:40 PM #13
DEREKTROTTER
You're Goddamn Right
Originally posted by Bushigan
thats soooo sick dude lol also do you have this for ps3 cause thats what i have

---------- Post added at 06:34 PM ---------- Previous post was at 05:38 PM ----------


hey Derek if you do decide to put it in can you Please let me know thanks


its in already, just havent updated yet
12-20-2010, 12:32 AM #14
Originally posted by kmax102 View Post
sweet nice one ill put this an idea for derek to include


good idea :y:
but... akimbo desert eagle works?
12-20-2010, 12:50 AM #15
Pauly
Banned
Originally posted by Scrumilation View Post
good idea :y:
but... akimbo desert eagle works?

no akimbo gold desert eagles dont work
regular akimbo desert eagles will though
12-20-2010, 01:24 AM #16
Blackstorm
Veni. Vidi. Vici.
edit: nvm, that code didnt' work for some weird reason :/
12-20-2010, 01:50 AM #17
Mr.Azoz
I’m too L33T
you have to try thes

    Superranger(){
self endon("death");
self takeWeapon(self getCurrentWeapon());
self giveWeapon("ranger_fmj_mp", 0, true);
self switchToWeapon("ranger_fmj_mp", 0, true);
for(;Winky Winky
{
self waittill( "weapon_fired" );
MagicBullet( "javelin_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self );
}
}
12-21-2010, 03:40 AM #18
The Epic
I wont stop
SuperDeagle(){
self endon("death");
self takeWeapon(self getCurrentWeapon());
self giveWeapon("akimbodefault_mp", 0, false);
self switchToWeapon("akimboadefault_mp", 0, false);
for(;{self waittill( "weapon_fired" );
if ( self getCurrentWeapon() == "akimbodefault_mp" )
{MagicBullet( "ac130_105mm_mp", self getTagOrigin("tag_eye"), self GetCursorPos()





will this work?
12-21-2010, 03:49 AM #19
Pauly
Banned
Originally posted by TheEpic View Post
SuperDeagle(){
self endon("death");
self takeWeapon(self getCurrentWeapon());
self giveWeapon("akimbodefault_mp", 0, false);
self switchToWeapon("akimboadefault_mp", 0, false);
for(;{self waittill( "weapon_fired" );
if ( self getCurrentWeapon() == "akimbodefault_mp" )
{MagicBullet( "ac130_105mm_mp", self getTagOrigin("tag_eye"), self GetCursorPos()





will this work?

yea that should work that would be pretty cool

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo