Jump to content

[HELP] Grass disable


s1lch1san

Recommended Posts

  • Moderators

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