Jump to content

chancebrahh

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

17 Good

3 Followers

About chancebrahh

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. chancebrahh

    (SMA) Specialist Military Arms

    So at the moment im making a addon that uses SMA, in the config that im creating my units i have this class SMA_Steyr_AUG_F; // External class reference class SMA_Steyr_AUG_F_AUS: SMA_Steyr_AUG_F { class LinkedItems { class LinkedItemsOptic { item = "optic_MRCO"; slot = "CowsSlot"; }; class LinkedItemsAcc { item = "SMA_ANPEQ15_BLK"; slot = "PointerSlot"; }; }; }; BUT! for some reason when i spawn the unit it has the weapon but no attachments... I have used this same layout for my previous addon using RHS but when using SMA like this the attachments dont work. Does anyone have an answer on how to fix this issue? Thanks,
  2. chancebrahh

    sling load issue

    im also having this issue, i would like to know how to sling load the military device object
  3. chancebrahh

    Base Module (NO NIGHTVISION)

    I would like to use the observation base module without the soldiers using night vision. Is there any way to remove it and add flashlights to them all? ive been trying this unassignItem "NVGoggles"; this removeItem "NVGoggles"; this addPrimaryWeaponItem "acc_flashlight"; it works on units and stuff but not with modules.. ANY help?
×