mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
#include "script_component.hpp"
|
|
|
|
if( (count _this) > 2) then {
|
|
EXPLODE_3_PVT(_this,_shooter,_laserUuid, _localLaserTarget);
|
|
|
|
[_laserUuid] call EFUNC(laser,laserOff);
|
|
// @TODO: Nou gets to field all tickets about missing lasers.
|
|
//deleteVehicle _localLaserTarget;
|
|
};
|
|
|
|
GVAR(active) = false;
|
|
|
|
true |