mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-16 05:39:58 +03:00
0.1
This commit is contained in:
4
dayz_code/init/zombie_init.sqf
Normal file
4
dayz_code/init/zombie_init.sqf
Normal file
@@ -0,0 +1,4 @@
|
||||
private["_unit"];
|
||||
_unit = _this select 0;
|
||||
_id = _unit addeventhandler ["HandleDamage",{_this call local_zombieDamage}];
|
||||
_id = _unit addeventhandler ["Killed",{[_this,"zombieKills"] call local_eventKill}];
|
||||
Reference in New Issue
Block a user