This commit is contained in:
[VB]AWOL
2014-06-22 13:11:57 -05:00
parent 335dd6cba1
commit ed3d944fbf

View File

@@ -559,6 +559,8 @@ if (!isDedicated) then {
if (isServer) then {
_unit addEventHandler ["local", {_this call zombie_findOwner}];
};
_id = _unit addeventhandler["HandleDamage", { _this call local_zombieDamage }];
_id = _unit addeventhandler["Killed", { [_this, "zombieKills"] call local_eventKill }];
};
dayz_EjectPlayer = {