Compare commits
1 Commits
44d9ba3b07
...
dc33829751
| Author | SHA1 | Date | |
|---|---|---|---|
|
dc33829751
|
@@ -43,12 +43,10 @@ addMissionEventHandler ["HandleChatMessage",
|
|||||||
|
|
||||||
["ace_arsenal_displayClosed", {
|
["ace_arsenal_displayClosed", {
|
||||||
[player] remoteExec ["milsim_fnc_logPlayerInventory", 2];
|
[player] remoteExec ["milsim_fnc_logPlayerInventory", 2];
|
||||||
["milsim_logText", [_lines]] call CBA_fnc_globalEvent;
|
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
[missionNamespace, "arsenalClosed", {
|
[missionNamespace, "arsenalClosed", {
|
||||||
[player] remoteExec ["milsim_fnc_logPlayerInventory", 2];
|
[player] remoteExec ["milsim_fnc_logPlayerInventory", 2];
|
||||||
["milsim_logText", [_lines]] call CBA_fnc_globalEvent;
|
|
||||||
}] call BIS_fnc_addScriptedEventHandler;
|
}] call BIS_fnc_addScriptedEventHandler;
|
||||||
|
|
||||||
diag_log text "[MILSIM] (client) event handlers bound";
|
diag_log text "[MILSIM] (client) event handlers bound";
|
||||||
|
|||||||
Reference in New Issue
Block a user