Results 1 to 3 of 3

Thread: How disable meters in Laser designator?

  1. #1

    How disable meters in Laser designator?

    try
    cursoraim = "\ca\Weapons\Data\clear_empty";
    cursoraimon = "\ca\Weapons\Data\clear_empty";
    showaimcursorinternal = 0;
    but nothing remove the distance numbers, i m giving up, need help please

  2. #2
    Sergeant PFC Magician's Avatar
    Join Date
    May 28 2011
    Location
    unknow
    Posts
    142
    Author of the Thread
    it resolved for clean hud over optic item

    example:

    class Laserdesignator: Binocular {
    cursor = "";
    cursoraim = "\ca\Weapons\Data\clear_empty"; //clean cursor
    cursoraimon = "\ca\Weapons\Data\clear_empty"; //clean cursor when aim
    showaimcursorinternal = 0;
    weaponInfoType = "RscWeaponEmpty"; //clean distance meters
    };

  3. #3
    Sergeant PFC Magician's Avatar
    Join Date
    May 28 2011
    Location
    unknow
    Posts
    142
    Author of the Thread
    where can find all class RscWeaponRangefinder?

Similar Threads

  1. AI using laser designator
    By PSYCHOSIM in forum ARMA - TROUBLESHOOTING
    Replies: 7
    Last Post: Oct 10 2007, 20:09
  2. Laser Designator
    By Kocrachon in forum ARMA - GENERAL
    Replies: 5
    Last Post: Jun 2 2007, 11:51
  3. Laser Designator
    By Arrowhead in forum ARMA - MISSION EDITING & SCRIPTING
    Replies: 7
    Last Post: May 28 2007, 03:33
  4. Laser designator in mp
    By bn880 in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 3
    Last Post: Jul 18 2002, 22:50

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •