golanu21 Posted March 24, 2013 Share Posted March 24, 2013 how i can remove a buldin , when i try to do build look it this and i can enter in him like this Link to comment
ixjf Posted March 24, 2013 Share Posted March 24, 2013 You need to remove the LOD model (it is a low resolution model that is loaded when the object is too far from the camera). Link to comment
golanu21 Posted March 24, 2013 Author Share Posted March 24, 2013 exist a command to remove LOD model ? Link to comment
ixjf Posted March 24, 2013 Share Posted March 24, 2013 No, you have to find the LOD model ID and use removeWorldModel. Link to comment
golanu21 Posted March 24, 2013 Author Share Posted March 24, 2013 addEventHandler ( "onClientResourceStart", resourceRoot, function () for i=4113, 10000 do modelName = engineGetModelNameFromID ( i ) if string.find ( modelName, "LOD" ) then removeWorldModel(id, 1000, 0, 0, 0) end end end ) like this ??? 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