Krazy Posted July 14, 2017 Share Posted July 14, 2017 Hey fellas, i was wondering if it is possible to delete any object model from my game for instance trees, i want to delete them from the game, any way to do that ? Link to comment
Simple0x47 Posted July 14, 2017 Share Posted July 14, 2017 This is what you're looking for. RemoveWorldModel Link to comment
Krazy Posted July 15, 2017 Author Share Posted July 15, 2017 Does that influence if i am playing on a server, i mean i won't see the object as well ? Link to comment
MIKI785 Posted July 15, 2017 Share Posted July 15, 2017 So you want to remove them from GTA itself? If so then this isn't the right place to ask, I don't know how to do that. I'm sure it's possible somehow though, but if you do that then you may not be able to play on many public servers or it's possible that MTA simply ignores your edited files so you won't see any change when playing MTA. Link to comment
Krazy Posted July 16, 2017 Author Share Posted July 16, 2017 I actually edited the gta3 file, but i don't see any changes in game, is it possible to edit it for mta ?, i want just to remove some laggy leaves from the trees but i don't see any effects Link to comment
Rataj Posted July 16, 2017 Share Posted July 16, 2017 2 hours ago, Krazy said: I actually edited the gta3 file, but i don't see any changes in game, is it possible to edit it for mta ?, i want just to remove some laggy leaves from the trees but i don't see any effects Seriously? C'mon, leaves on trees aren't lagging your game, are they? Anyways.. you can remove all objects of some model using mentioned function removeWorldModel. Example: removeWorldModel(656, 10000, 0, 0, 0) -- removes all instances of model 656 on the map Link to comment
Krazy Posted July 16, 2017 Author Share Posted July 16, 2017 it is server sided, isn't it ? correct me, and by the way where should i put those to run in the server i am playing on Link to comment
koragg Posted July 17, 2017 Share Posted July 17, 2017 You can't use any lua scripts that way. They should be put on the server itself in order to work. And if you delete or modify some GTA files then you may not be allowed to enter many servers or if an admin sees that you go through trees for example he may ban you of the server. 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