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