Jump to content

Ryder77

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Ryder77

  • Rank
    Newbie
  1. I am trying to setup a description.ext so that people can select their gear at the briefing screen like they did back in ArmA 2, but right now its not working. I have this in my description.ext. I dont see the gear tab like you use too in arma 2. respawn = 2; respawnDelay = 5; disabledAI = 1; class Weapons { class arifle_MX_ACO_F {count = 8;}; class arifle_MX_ACO_pointer_F {count = 2;}; class NVGoggles {count = 2;}; }; class Magazines { class 30Rnd_65x39_caseless_mag {count = 32;}; class HandGrenade {count = 16;}; }; author="[sAS]Ryder"; OnLoadName = "Morning Glory";
×