mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
private ["_unit","_position"];
|
|
_unit = _this select 0;
|
|
if (isServer) exitWith {
|
|
_unit addEventHandler ["local", {_this call zombie_findOwner}];
|
|
/*} else {
|
|
_position = getPosATL _unit;
|
|
_unit addEventHandler ["local", {_this call eh_zombieInit}];
|
|
*/
|
|
}; |