ACE3/addons/frag/functions/fnc_stopTracing.sqf

6 lines
160 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
if(GVAR(tracesStarted)) then {
GVAR(tracesStarted) = false;
[GVAR(traceID)] call cba_fnc_removePerFrameHandler;
2015-06-19 03:04:48 +00:00
};