Is there a script that can delete houses that are built on dayz origins? Because I saw my huge base get deleted today by a hacker and he's a regular on the server.
infistar's scroll menu has a "destroy object" "delete object" script.
EDIT:
Found it in "scrollmenu" "delete_cursor"
I believe this is it
_x = cursorTarget;
deleteVehicle _x;
cutText [format["%1 DELETED", _x], "PLAIN DOWN"];
/*
_x = cursortarget;
deleteVehicle _x;
dayz_bodyMonitor set [_cursor,"DEL"];
dayz_bodyMonitor set [_x,"DEL"];