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