Luiscoco Posted June 8, 2019 Share Posted June 8, 2019 (edited) I now need a tool to get the coordinates on the map , This tool preferably has the ability to add/delete objects, just like Mapedit in SAMP, Can you recommend me such a tool? thanks ! Edited June 8, 2019 by Luiscoco Link to comment Share on other sites More sharing options...
KAyo Posted July 3, 2019 Share Posted July 3, 2019 (edited) You can use this function: https://wiki.rage.mp/index.php?title=Entity::createModelHide mp.game.entity.createModelHide(x, y, z, radius, model, p5); For coordinates you can delete the world object with MapEditor for example and read it out of the xml so you'll get coords + hash Deleted world objects are below the "RemoveFromWorld" if you don't know the hash ID you can convert the name with https://wiki.rage.mp/index.php?title=Globals::joaat mp.game.joaat(String); Which is used like: mp.game.entity.createModelHide(x, y, z, radius, mp.game.joaat('objectname'), p5); Edited July 3, 2019 by KAyo 1 Link to comment Share on other sites More sharing options...
Balbz Posted July 4, 2019 Share Posted July 4, 2019 Hi, U can use Codewalker is comparable to SAMP Map Editor. https://fr.gta5-mods.com/tools/codewalker-gtav-interactive-3d-map Link to comment Share on other sites More sharing options...
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