Jump to content

Jords

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Everything posted by Jords

  1. Jords

    Project OPFOR

    According to the Roadmap on the Project Opfor website it is in the works.
  2. Jords

    RH M4/M16 pack

    You're looking for linkedItems Here: class weaponconfigname; class yourconfignamewithscope: weaponconfigname { scope=2; class LinkedItems { class LinkedItemsOptic { slot="CowsSlot"; item="accesorynamehere"; }; class LinkedItemsAcc { slot="PointerSlot"; item="accesorynamehere"; }; }; }; Then add yourconfignamewithscope to the unit you want the weapon with scope. More on the topic:
  3. Jords

    (SMA) Specialist Military Arms

    Was missing a PBO. All good now, thanks for your help.
  4. Jords

    (SMA) Specialist Military Arms

    The MSAR STG E4 (all three) is missing textures for the iron sights for me.
  5. Jords

    RHS Escalation (AFRF and USAF)

    The line to change the T-72B flag is this command: (attachedObjects this select 0) setFlagTexture "flag.jpg";
×