isa_Khamdan Posted August 18, 2013 Share Posted August 18, 2013 I Want to delete some objects in some locations I used this code but it didn't work? addEventHandler ( "onClientResourceStart", resourceRoot, function () removeWorldModel(791,63.015308380127,-2820,-1339.0625,121.99219) -- removeWorldModel(791,63.015308380127,-2833.625,-1444.86719,134.82813) -- removeWorldModel(791,63.015308380127,-2867.52344,-1515.83594,134.30469) -- 785 removeWorldModel(791,63.015308380127,-2796.0625,-1582.76562,139.125) -- end Link to comment
Castillo Posted August 18, 2013 Share Posted August 18, 2013 addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) removeWorldModel(791,63.015308380127,-2820,-1339.0625,121.99219) -- removeWorldModel(791,63.015308380127,-2833.625,-1444.86719,134.82813) -- removeWorldModel(791,63.015308380127,-2867.52344,-1515.83594,134.30469) -- 785 removeWorldModel(791,63.015308380127,-2796.0625,-1582.76562,139.125) -- end ) Link to comment
isa_Khamdan Posted August 18, 2013 Author Share Posted August 18, 2013 addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) removeWorldModel(791,63.015308380127,-2820,-1339.0625,121.99219) -- removeWorldModel(791,63.015308380127,-2833.625,-1444.86719,134.82813) -- removeWorldModel(791,63.015308380127,-2867.52344,-1515.83594,134.30469) -- 785 removeWorldModel(791,63.015308380127,-2796.0625,-1582.76562,139.125) -- end ) The objects have been removed but some black things showing in their place? Link to comment
Castillo Posted August 18, 2013 Share Posted August 18, 2013 Could be the LOD of these objects. Link to comment
isa_Khamdan Posted August 18, 2013 Author Share Posted August 18, 2013 Could be the LOD of these objects. ohh forgot that thanks 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