Merge pull request #882 from dayz10k/master

#879 remind players to remove lock if they want to delete modular door
This commit is contained in:
HARLAN
2013-12-09 08:27:43 -08:00

View File

@@ -214,6 +214,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
//Allow owners to delete modulars
if(_isModular and (dayz_characterID == _ownerID)) then {
if(_hasToolbox and "ItemCrowbar" in _itemsPlayer) then {
if(_cursorTarget in DZE_DoorsLocked) exitwith {cutText ["You must remove the lock to delete this item!", "PLAIN DOWN"]; };
_player_deleteBuild = true;
};
};