1. At 0,0,0 there is a parachute along with all the items dropped below the map into the *void*

    is there a way to remove those?
     
  2. Wulf

    Wulf Community Admin

  3. there is no crate with items in it. only items scattered about.
    [DOUBLEPOST=1433198960][/DOUBLEPOST][​IMG]
     
  4. It's glued objects (parachute to supply, code locks/c4 to doors etc), so don't touch them.
     
  5. that's wierd. it's above ground on my map.
     
  6. 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.