Results 1 to 10 of 39

Thread: PICK up and MOVE MG42 Mod (Mobile MG42)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    in _util.cfg:

    Spoiler:
    }

    isWeaponType(type,weapon)
    {
    weapon = tolower (weapon);

    temp = false;
    switch(type)
    {
    case "turret":
    case "mg" :
    switch(weapon)
    {
    case "mg42_bipod_duck_mp":
    case "mg42_bipod_prone_mp":
    case "mg42_bipod_stand_mp":
    case "30cal_prone_mp":
    case "30cal_stand_mp":
    case "30cal_mp" :
    case "mg42_mp" :
    temp = true;
    break;
    default:
    temp = false;
    break;
    }
    break;

  2. The Following User Says Thank You to G-Stuff002 For This Useful Post:

    kubislav23 (22nd February 2018)

Posting Permissions

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