mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
#include "script_component.hpp"
|
|
|
|
if(GVAR(EnableDebugTrace) && !isMultiplayer) then {
|
|
GVAR(traceFrags) = true;
|
|
GVAR(autoTrace) = true;
|
|
};
|
|
|
|
if(isServer) then {
|
|
[QGVAR(frag_eh), { _this call FUNC(frago); }] call EFUNC(common,addEventHandler);
|
|
};
|
|
|
|
[FUNC(masterPFH), 0, []] call CBA_fnc_addPerFrameHandler; |