ACE3/TO_MERGE/ace/frag/fnc_stopTracing.sqf

5 lines
141 B
Plaintext

#include "script_component.hpp"
if(GVAR(tracesStarted)) then {
GVAR(tracesStarted) = false;
[GVAR(traceID)] call FUNC(removeBISPFH);
};