Jump to content

Anexar objeto na mão do player.


Recommended Posts

Ola, então eu estou criando jutsus para meu servidor de naruto no mta, queria saber se algum de vocês poderia me ajudar?

estou com um problema onde eu quero adicionar um objeto na mão do player usando o attachElementToBone mas o objeto não fixa na mão do player ele fica no ar, se alguem puder me ajudar agradeço muito aqui está o código:

 

function attachCash (thePlayer)
    local x, y, z = getElementPosition (thePlayer)
    local rase = createObject (1598, x, y, z)
    setElementCollisionsEnabled(rase,false)
    setPedAnimation(thePlayer,"PARK","Tai_Chi_in",-1, false, true, false, false)
    attachElementToBone (rase, thePlayer, 12)
    setTimer (function (thePlayer)
        setPedAnimation (thePlayer, nil)
    end, 1000, 1, thePlayer)
end
addCommandHandler ("getbag", attachCash)

Edited by Kabuto0303
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...