mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
private["_unit"];
|
|
_unit = _this select 0;
|
|
_id = _unit addeventhandler ["HandleDamage",{_this call local_zombieDamage}];
|
|
_id = _unit addeventhandler ["Killed",{[_this,"zombieKills"] call local_eventKill}];
|