OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Rubble_Maker on 17 May 2003, 11:17:05

Title: Important q: laser designator
Post by: Rubble_Maker on 17 May 2003, 11:17:05
I'm having serious trouble with the laser designator; I need to make it a *fixed* weapon so the gunner cannot move the laser spot anymore (this I need to predict in which direction the laser beam will point so I can use triggers to detect the laser ammo).

So the prob is: How can I disable the lock-onto-target feature of a weapon? So far I tried these, without success:

   canLock=false;
   airLock=false;
   laserLock=false;
   irLock=false;
   manualControl=false;
   enableAttack=0;