#include "..\script_component.hpp" if (!hasInterface) exitWith {}; [ "saveaar", { [] remoteExec["ocap_fnc_exportData", 2]; }, "admin" ] call CBA_fnc_registerChatCommand; [ LEVEL_INFO, QUOTE(COMPONENT), "OCAP chat handler registered", [player] call EFUNC(common,addPlayerInfoToArray) ] call EFUNC(common,log); nil;