• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help My guns
#1
Question 
Ok so I "made" some guns, but the cammo doesn't works.
So it's not really much whats wrong I think, but I just need to know the good way to make the guns.


And the !qs command to get quickdraw doesn't works.


Thanks in advance

(Btw this is not the full code its just the parts of the guns and a perk)


Code:
if (Message == "!mmp5")
                {
                    int WepID = GetWeapon("iw5_mp5_mp_xmags_silencer_winter");
                    Client.Other.PrimaryWeapon = WepID;
                    Client.Ammo.PrimaryAmmoClip += 400;
                    return ChatType.ChatNone;

                }

                if (Message == "!myguns")
                {
                    iPrintLnBold("^5Guns : !gg36 !mmp5 !aak47 !pp90 !pp90m1 !mmsr !qs !uav", Client);
                    return ChatType.ChatNone;

                }

                if (Message == "!gg36")
                {
                    int WepID = GetWeapon("iw5_g36c_mp_xmags_silencer_blue");
                    Client.Other.PrimaryWeapon = WepID;
                    Client.Ammo.PrimaryAmmoClip += 400;
                    return ChatType.ChatNone;

                }

                if (Message == "!aak47")
                {
                    int WepID = GetWeapon("iw5_ak47_mp_xmags_kick_red");
                    Client.Other.PrimaryWeapon = WepID;
                    Client.Ammo.PrimaryAmmoClip += 400;
                    return ChatType.ChatNone;

                }

                if (Message == "!pp90")
                {
                    int WepID = GetWeapon("iw5_p90_mp_xmags_silencer_red");
                    Client.Other.PrimaryWeapon = WepID;
                    Client.Ammo.PrimaryAmmoClip += 400;
                    return ChatType.ChatNone;

                }
                

                if (Message == "!pp90m1")
                {
                    int WepID = GetWeapon("iw5_pp90m1_mp_xmags_silencer_blue");
                    Client.Other.PrimaryWeapon = WepID;
                    Client.Ammo.PrimaryAmmoClip += 400;
                    return ChatType.ChatNone;

                }

                if (Message == "!mmsr")
                {
                    int WepID = GetWeapon("iw5_msr_mp_xmags_heartbeat_d_urban");
                    Client.Other.PrimaryWeapon = WepID;
                    Client.Ammo.PrimaryAmmoClip += 250;
                    return ChatType.ChatNone;

                }


                   if (Message == "!qs")
                {
                    int Perk = GetPerk("specialty_quickdraw");
                    return ChatType.ChatNone;
                }
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
  Reply
#2
Red Tiger iw5_ak47_09 etc etc.... i think that should work (Basicly numbers)
[Image: 24gu1a8.png]
  Reply
#3
Uhu, explain ?, I don;t get what u mean :p
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
  Reply
#4
Please use the WeaponBuilder class (it's included in the addon and provides easy weapon customization)
  Reply
#5
(11-30-2012, 14:27)JariZ Wrote: Please use the WeaponBuilder class (it's included in the addon and provides easy weapon customization)

How and where do I open it ?
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Golden guns and all titles AdamOwnz 34 22,464 03-12-2013, 03:12
Last Post: REAB66
  Help Akimbo guns 99IRock 5 4,827 11-18-2012, 11:36
Last Post: jari333
Wink how to add new guns meisking 8 5,146 09-21-2012, 20:10
Last Post: banz
  MW2 Golden Guns! with tut skata3000 21 12,130 08-27-2012, 13:22
Last Post: ghilllie
  Help Swaying guns on my promod server battiboiii 5 3,464 03-09-2012, 14:00
Last Post: zxz0O0
  Adding multiple attachments to guns. frozenliquid 2 2,562 01-05-2012, 17:00
Last Post: zabidenu
  MW3 level 31 all guns! skata3000 4 5,681 11-14-2011, 07:36
Last Post: d0h!
  cod4/mw2 guns with decent sounds? koil 6 3,317 09-13-2011, 13:44
Last Post: Arteq
  Dupstep guns Yamato 0 1,568 08-20-2011, 15:15
Last Post: Yamato
  Help Animate CoD4 Guns hitmax 12 6,964 08-20-2011, 10:22
Last Post: hitmax

Forum Jump:


Users browsing this thread: 1 Guest(s)