Jump to content

removeWorldModel help


Tails

Recommended Posts

Just tried to remove the hangar on the LV air strip. Managed to remove the physical object of it but for some reason it won't remove the high distance object, how do I do this?

  
for i=16771,16773,16775 do 
    removeWorldModel(i,10000,404.3408203125, 2476.5537109375, 24.884073257446,0) 
end 
  

addBp1zI.png?st=MYo9HoadwoXP8R8EFqCBag&e=1353460791abvoiKHN.png?st=qftb6GbgZBC8LmfOVnJNtg&e=1353460805

Link to comment

You shouldn't really use a for loop.

removeWorldModel(16671, 10000, 404.3408203125, 2476.5537109375, 24.884073257446) 
removeWorldModel(16673, 10000, 404.3408203125, 2476.5537109375, 24.884073257446) 
removeWorldModel(16675, 10000, 404.3408203125, 2476.5537109375, 24.884073257446) 

Edited by Guest
Link to comment

I can't see the pictures. Secondly, you haven't probably re-connected or went off from the streamer area? Because it will not be removed immediately from the streamer. You have to be out from the streamer range to apply it. For example, use freeroam resource to teleport to the other side of the map and then teleport back, should be gone.

Link to comment
Did /reconnect and I could still see the hangar, i can walk through it and fall into the ground.

That means you haven't deleted the LOD object. You have to find out the LOD object's ID by going into your Map Editor, choosing the world item selection tool, move your cursor over the object and it should display the model ID and LOD ID.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...