Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Important q: laser designator  (Read 1299 times)

0 Members and 1 Guest are viewing this topic.

Rubble_Maker

  • Guest
Important q: laser designator
« 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;