Jump to content

Daniel_H_

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Daniel_H_

  • Rank
    Rookie

Recent Profile Visitors

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

  1. Thanks for you're reply. Will look into it.
  2. Thanks for that last link. Thats really helpfull. The question I tried to ask is: Is there a way you can control where a item ends up (in your vest or uniform)?
  3. Thanks for your quick reply. I think i have to clarify my question a bit 😁. What I ment is how to add items to the inventory of a vest or uniform specificly, to organize your loadout a bit more. I don't know if its even possible but you can do it with backpacks so why not on vests/uniforms.
  4. I'm getting in to modding recently and tried to make a faction. Most of the info I need is available on the Arma 3 wiki, but I can't really find how to add items to uniforms/vests. I know you can add items to persons with: items[] = {} and you can add items to a backpack with: class TransportMagazines { MAG_XX(100Rnd_65x39_caseless_mag,4); MAG_XX(100Rnd_65x39_caseless_mag_Tracer,2); MAX_XX(130Rnd_338_Mag,2); }; class TransportItems { ITEM_XX(optic_tws_mg,1); ITEM_XX(bipod_01_F_snd,1); ITEM_XX(muzzle_snds_338_sand,1); ITEM_XX(muzzle_snds_H_SW,1); }; Is there a also a way to do this for uniforms/vests?
×