Emanuel Posted April 13, 2014 Share Posted April 13, 2014 I have a doubt. I was making a map, in the area 51, and I decided to delete the lab glasses (on the underground part). The problem is that it can't be selected, and I can't erase it. Any suggestions ? As I know, that this is the code to delete an object ... <removeWorldObject id="removeWorldObject (a51_sdsk_3_) (1)" radius="4.282804" interior="0" model="3395" lodModel="0" posX="280.3281" posY="1874.234" posZ="7.75" rotX="0" rotY="0" rotZ="0"></removeWorldObject> I tryed to use this one : <removeWorldObject id="removeWorldObject (a51_labglass) (1)" </removeWorldObject> But it didn't work. Link to comment
Castillo Posted April 13, 2014 Share Posted April 13, 2014 You must know the object model in order to delete it. Link to comment
Emanuel Posted April 13, 2014 Author Share Posted April 13, 2014 a51_labglass this is it,. What to do with it ? EDIT : Ok, the problem is resolved. The code was : <removeWorldObject id="removeWorldObject (object) (1)" radius="100" interior="0" model="16655" lodModel="0" posX="280.3281" posY="1874.234" posZ="7.75" rotX="0" rotY="0" rotZ="0"></removeWorldObject> Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now