ThePCGuy Posted July 16, 2013 Share Posted July 16, 2013 Well, i've made a little script where it attaches a object to the player, but when i activate the function only i can see the object and not other people in the server, is it cause the function is in client side? EDIT: I'm using bone_attach Link to comment
MIKI785 Posted July 16, 2013 Share Posted July 16, 2013 Yes, if it's client side then only the client where you created it will see it. Link to comment
ThePCGuy Posted July 16, 2013 Author Share Posted July 16, 2013 Could somebody explain how i use this function: getBonePositionAndRotation I need to use it to recieve the x, y, z, rx, ry, rz but i dont know how i can actually can recieve the returned value. Link to comment
VoltBrad Posted July 16, 2013 Share Posted July 16, 2013 I can't seem to find that in the MTA Wiki. Can you link me to where you found that? Link to comment
Castillo Posted July 16, 2013 Share Posted July 16, 2013 Is from the "bone_attach" resource. getBonePositionAndRotation(ped,bone) : gets position and rotation of the ped bone. Client-only function.Returns bone x,y,z position and rotation if ped is streamed in and bone number is valid, false otherwise. Link to comment
ThePCGuy Posted July 16, 2013 Author Share Posted July 16, 2013 http://crystalmv.net84.net/pages/script ... attach.php Link to comment
ThePCGuy Posted July 16, 2013 Author Share Posted July 16, 2013 Well, i tried it. But it gives a error attempt to index global 'result' (a number value) Could somebody give me a correct example for this function? 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