s1lch1san Posted March 12, 2020 Share Posted March 12, 2020 Hello, it is possible to disable these bushes? I saw that the model has not anything to do with the bushes here, so is it possible to remove it? Should i try another map editor? Link to comment
Moderators Patrick Posted March 12, 2020 Moderators Share Posted March 12, 2020 (edited) Sadly you can't remove these with mta's map editor. You need to use SAMP Editor. - Start SAMP Editor (download) - Search these bushes, select them and copy following informations about it: model id, x pos, y pos, z pos - Create a new resource, with a client sided script - Remove map objects with removeWorldModel -- CLIENT SIDE EXAMPLE -- removeWorldModel(model id, 1, x pos, y pos, z pos) removeWorldModel(1000, 1, 500, 500, 500) -- ... Edited March 12, 2020 by Patrick 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