Jump to content
Sign in to follow this  
PFC Magician

How disable meters in Laser designator?

Recommended Posts

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

Share this post


Link to post
Share on other sites

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

};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×