Results 1 to 6 of 6

Thread: Weapon help!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Private
    Join Date
    Jul 2012
    Posts
    76
    Thanks
    9
    Thanked 56 Times in 38 Posts
    In CoD2 I always used this method:
    Code:
    newWeap = "mp44_mp";
    curWeap = player getCurrentWeapon();
    slot = "primary";
    if(player getWeaponSlotWeapon("primary") != curWeap)
        slot = "primaryb";
    player setWeaponSlotWeapon(slot, newWeap);
    Done!

  2. The Following User Says Thank You to Peterlankton For This Useful Post:

    kung foo man (29th December 2012)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •