Cleanup some scripts

This commit is contained in:
Skaronator
2014-02-23 01:33:17 +01:00
parent 61e86abe4c
commit 0b1779baef
4 changed files with 17 additions and 24 deletions

View File

@@ -1,6 +0,0 @@
private ["_unit","_detail"];
_unit = _this select 0;
_detail = _this select 1;
if(_unit == getPlayerUID player) then {
player setVariable["publish",_detail];
};

View File

@@ -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];

View File

@@ -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}];
*/
};