ready for dedi -- improvements to resupply, triageIcons too
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "..\script_component.hpp"
|
||||
|
||||
params [["_playerObj", objNull], ["_arrayToModify", [], [[]]]];
|
||||
params [["_playerObj", objNull, [nil, objNull]], ["_arrayToModify", [], [[]]]];
|
||||
|
||||
if (isNull _playerObj) exitWith {_arrayToModify};
|
||||
|
||||
@@ -10,7 +10,7 @@ if (isNull _playerObj) exitWith {_arrayToModify};
|
||||
["playerName", name _playerObj],
|
||||
["playerUID", getPlayerUID _playerObj],
|
||||
["playerGroup", groupId (group _playerObj)],
|
||||
["playerNetID", [_playerObj] call BIS_fnc_netId]
|
||||
["playerNetID", _playerObj call BIS_fnc_netId]
|
||||
];
|
||||
|
||||
_arrayToModify;
|
||||
Reference in New Issue
Block a user