Crowdedlight / Crows-Electronic-Warfare

Arma 3 Mod that enables electronic warfare features such as Radio/Drone jamming and spectrum signal tracking
https://crowdedlight.github.io/Crows-Electronic-Warfare/
Other
17 stars 6 forks source link

Possibility for laser fence, or to make laser beam straight up as position indicator #41

Open Crowdedlight opened 2 years ago

Crowdedlight commented 2 years ago
addMissionEventHandler ["Draw3D", { 
 drawLaser [ 
  (getPosASL fence3) vectorAdd [0.1, 0.1, 0], 
  [0,1,0], 
  [1000, 0, 0], 
  [], 
  1, 
  1, 
  5, 
  false 
 ]; 
}];