big refactor, WIP!
This commit is contained in:
16
framework/init/functions/fn_addAARChatHandler.sqf
Normal file
16
framework/init/functions/fn_addAARChatHandler.sqf
Normal file
@@ -0,0 +1,16 @@
|
||||
[
|
||||
"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;
|
||||
Reference in New Issue
Block a user