2016-04-26 09:29:50 +00:00
|
|
|
private["_newUniform","_newVest","_newHeadgear","_arrowClass"];
|
|
|
|
|
|
|
|
_side = _this select 0;
|
|
|
|
_unit = _this select 1;
|
|
|
|
|
2016-05-03 00:05:51 +00:00
|
|
|
if(_side == "survivor") then
|
2016-04-26 09:29:50 +00:00
|
|
|
{
|
2016-05-03 00:05:51 +00:00
|
|
|
_unit addMPEventHandler ["mphit", "_this call SC_fnc_unitMPHit;"];
|
2016-04-26 09:29:50 +00:00
|
|
|
};
|