Removing rogue parachute and items?
Discussion in 'Rust Development' started by ProDiiGy, Jun 1, 2015.
-
Wulf Community Admin
Please use descriptive titles when posting new threads. I've update your thread to reflect your issue.
I'm not sure about the items, but you could try this for the paracute: http://oxidemod.org/plugins/remove-parachutes.786/. -
You should be able to remove the crate with the remover tool with the /remove admin command, and for the parachute: http://oxidemod.org/plugins/remove-parachutes.786/ :
-
there is no crate with items in it. only items scattered about.
[DOUBLEPOST=1433198960][/DOUBLEPOST]
-
It's glued objects (parachute to supply, code locks/c4 to doors etc), so don't touch them.
-
that's wierd. it's above ground on my map.
-
It's okay. Rust have specific parent system, all objects that have parent (parachute - supply, spectator - player, c4 - door) will have real position (x,y,z) [0,0,0], but network position will be Parent's bone position + real position, so sometimes u will see this object in (0,0,0) and in parent's position.
