a3_exile_occupation/scripts/functions/fnc_addMarker.sqf
second_coming 13f3198e2d v34 tweaks
2016-05-03 01:05:51 +01:00

10 lines
221 B
Plaintext

private["_newUniform","_newVest","_newHeadgear","_arrowClass"];
_side = _this select 0;
_unit = _this select 1;
if(_side == "survivor") then
{
_unit addMPEventHandler ["mphit", "_this call SC_fnc_unitMPHit;"];
};