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