ACE3/addons/laser_selfdesignate/functions/fnc_laserHudDesignateOff.sqf

13 lines
322 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
if( (count _this) > 2) then {
EXPLODE_3_PVT(_this,_shooter,_laserUuid, _localLaserTarget);
[_laserUuid] call EFUNC(laser,laserOff);
2015-04-12 18:14:12 +00:00
// @TODO: Nou gets to field all tickets about missing lasers.
//deleteVehicle _localLaserTarget;
};
2015-04-07 19:11:28 +00:00
GVAR(active) = false;
true