mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
8
SQF/dayz_code/compile/zombie_initialize.sqf
Normal file
8
SQF/dayz_code/compile/zombie_initialize.sqf
Normal file
@@ -0,0 +1,8 @@
|
||||
private["_unit"];
|
||||
_unit = _this select 0;
|
||||
if (isServer) then {
|
||||
_unit addEventHandler ["local", {_this call zombie_findOwner}];
|
||||
} else {
|
||||
_position = getPosATL _unit;
|
||||
_unit addEventHandler ["local", {_this call eh_zombieInit}];
|
||||
};
|
||||
Reference in New Issue
Block a user