rework PFH to client module, triageIcons and vehicleFlags point there
This commit is contained in:
@@ -10,6 +10,9 @@ private _mapCopyAction =
|
||||
"\a3\ui_f\data\igui\cfg\actions\talk_ca.paa",
|
||||
{
|
||||
params ["_target", "_player", "_params"];
|
||||
if (!isPlayer _target) exitWith {
|
||||
format["%1 is not a player", name _target] call CBA_fnc_notify;
|
||||
};
|
||||
format["Copying map markers from %1", name _target] call CBA_fnc_notify;
|
||||
[QGVAR(mapCopyRequest), _this, _target] call CBA_fnc_targetEvent;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user