mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
#761 allow owner to remove modular(no refund, no rubble)
This commit is contained in:
@@ -199,7 +199,6 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
|||||||
//Allow owners to delete modulars
|
//Allow owners to delete modulars
|
||||||
if(_isModular and (_ownerID == dayz_playerUID)) then {
|
if(_isModular and (_ownerID == dayz_playerUID)) then {
|
||||||
if(_hasToolbox and "ItemCrowbar" in _itemsPlayer) then {
|
if(_hasToolbox and "ItemCrowbar" in _itemsPlayer) then {
|
||||||
{cutText [format["This will not refund any components."], "PLAIN"];};
|
|
||||||
_player_deleteBuild = true;
|
_player_deleteBuild = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user