mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 21:52:56 +03:00
Cleanup some scripts
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
private ["_unit","_detail"];
|
||||
_unit = _this select 0;
|
||||
_detail = _this select 1;
|
||||
if(_unit == getPlayerUID player) then {
|
||||
player setVariable["publish",_detail];
|
||||
};
|
||||
@@ -1,6 +0,0 @@
|
||||
private["_body","_id","_position"];
|
||||
_body = _this;
|
||||
_position = getPosATL _body;
|
||||
_id = [_position,0.1,1.5] call bis_fnc_flies;
|
||||
//_id setVariable ["body",_body];
|
||||
//dayz_flyMonitor set[count dayz_flyMonitor, _id];
|
||||
@@ -1,9 +0,0 @@
|
||||
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}];
|
||||
*/
|
||||
};
|
||||
Reference in New Issue
Block a user