xXMADEXx Posted September 22, 2012 Share Posted September 22, 2012 Hey guys, its me again. i got this script to delete the world items, but i dont know how to find the cordinates. if you know how i can find world item object cordinates, feel free to tell how Script: addEventHandler ("onResourceStart",resourceRoot, function() removeWorldModel(4019, 1000, 1775.9000244141, -1807.9000244141, 27.89999961853) -- Model end) function restoreall() restoreAllWorldModels() end addCommandHandler("restore", restoreall) Link to comment
Castillo Posted September 22, 2012 Share Posted September 22, 2012 Can't you just go near the object and get the coordinates of yourself? Link to comment
xXMADEXx Posted September 22, 2012 Author Share Posted September 22, 2012 Can't you just go near the object and get the coordinates of yourself? No because im pretty sure it has to be the exact cordinates Link to comment
Jaysds1 Posted September 23, 2012 Share Posted September 23, 2012 well, if you want to remove a specific item/model, you would need to stand by it and get the coordinate then insert it in your script. Link to comment
50p Posted September 23, 2012 Share Posted September 23, 2012 To get world model information use https://wiki.multitheftauto.com/wiki/ProcessLineOfSight It will also give you its accurate position. Link to comment
xXMADEXx Posted September 23, 2012 Author Share Posted September 23, 2012 To get world model information use https://wiki.multitheftauto.com/wiki/ProcessLineOfSight It will also give you its accurate position. that made no since to me Link to comment
Mossy Posted September 23, 2012 Share Posted September 23, 2012 Can't just stand where the object is and open the Admin panel and find the coordinates there? Link to comment
xXMADEXx Posted September 23, 2012 Author Share Posted September 23, 2012 Can't just stand where the object is and open the Admin panel and find the coordinates there? i solved the coordinates prob, view my my post right after this one. 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