OFPEC Forum

Addons & Mods Depot => ArmA - Addons & Mods Discussion => Topic started by: Mr.Peanut on 16 Jun 2007, 22:58:44

Title: Laser Designator cpp
Post by: Mr.Peanut on 16 Jun 2007, 22:58:44
Could someone in the know please post the cpp for the LaserDesignator?
Title: Re: Laser Designator cpp
Post by: Planck on 17 Jun 2007, 02:56:36
Code: [Select]
class Laserdesignator: Binocular
 {
  model = "\ca\weapons\soflam";
  modelOptics = "\ca\weapons\optika_SOFLAM";
  displayName = "$STR_DN_LASER_DESIGNATOR";
  picture = "\Ca\weapons\Data\Equip\W_SOFLAM_CA.paa";
  magazines[] = {"Laserbatteries"};
  cursorAim = "\ca\Weapons\Data\cursor_target_locked_ca.paa";
  showSwitchAction = 1;
  forceOptics = 2;
 };


Planck
Title: Re: Laser Designator cpp
Post by: Mr.Peanut on 17 Jun 2007, 04:35:55
Ack, for some foolish reason I thought the config would hold more secrets than that!  :shhh: