Jump to content

removeWorldModel doesnt remove Mt Chilliad Rocks


[PXG]Blue

Recommended Posts

Hey!

I've been trying to remove the whole SA Map, i just cant get the Mt Chilliad rocks to go away, i tried removing all interiors, looping trough it multiple times etc etc, it just wont work, any ideas?

Code:

  
int = 0 
for i=0,2 do 
  
for model=500,20000 do 
    removeWorldModel(model,99999,0,0,0,int) 
    outputChatBox("ID: "..model.."") 
    end 
end 
  
  
  
  
setOcclusionsEnabled( false ) 
setWaterLevel(-20000) 
createWater(-2999.26343, -2999.04248, 0.36261, 2998.58301, -2999.28198, -0.22506, -2999.16016, 2999.23340, -0.55000, 2999.66089, 2999.71802, -0.55000) 
  

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...