version 3.0
This commit is contained in:
11
functions/settings/fn_addAARChatHandler.sqf
Normal file
11
functions/settings/fn_addAARChatHandler.sqf
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
"saveaar",
|
||||
{
|
||||
[] remoteExec["ocap_fnc_exportData", 2];
|
||||
},
|
||||
"admin"
|
||||
] call CBA_fnc_registerChatCommand;
|
||||
|
||||
diag_log text "[MILSIM] (settings) OCAP chat handler registered";
|
||||
|
||||
nil;
|
||||
Reference in New Issue
Block a user