Jump to content

Sistema que estou criando n acho a funcao AJUDA POR FAVOR


Recommended Posts

qual seria a funcao que voce compra uma tipo uma mochila e ela fica em voce tipo nas costas so que n queria a mochila no local do paraquedas e pode em todas as skins n so a do cj pensei em colocar em uma roupa do cj mais ia funfa so nele mais n quero asim AJUDA AJUDA POR FAVOR quem souber fala

Link to comment
7 minutes ago, #DeltaSCR said:

Cara, use corretamente o fórum, desse jeito ninguém vai te ajudar, além do mais, você quer o código pronto?!

Cara n to querendo o codigo pronto eu queria apenas qual funcao eu usaria cara ,mais vlw se n pode ajudar d boa man

23 minutes ago, #DeltaSCR said:

Cara, use corretamente o fórum, desse jeito ninguém vai te ajudar, além do mais, você quer o código pronto?!

Ae cara se precisar da funcao ta ae consegui fazer 

maleta = createObject ( 1550,0,0,0 )
	  
	  function RobberbankOption2 ()
	  
	  		setElementCollisionsEnabled(maleta, false)
		attachElements(maleta,source,0,0.-.4,0.3)
		
		end
	end
end

 

Link to comment

Vai precisar do resource bone_attach

function roubarbank (thePlayer)
    local x, y, z = getElementPosition (thePlayer)
    setPedAnimation (thePlayer, "ROB_BANK", "CAT_Safe_Rob", -1, true, false, false)
    local sacomoney = createObject (1550, x, y, z)
    setTimer (function (thePlayer)
        setPedAnimation (thePlayer, nil)
        exports.bone_attach:attachElementToBone (sacomoney, thePlayer, 4, -0.3, 0.2, 0, -125, 0, 0)
    end, 1000, 1, thePlayer)
end
addCommandHandler ("roubar", roubarbank)

 

  • Thanks 1
Link to comment

 

2 minutes ago, nicifer said:

Vai precisar do resource bone_attach


function roubarbank (thePlayer)
    local x, y, z = getElementPosition (thePlayer)
    setPedAnimation (thePlayer, "ROB_BANK", "CAT_Safe_Rob", -1, true, false, false)
    local sacomoney = createObject (1550, x, y, z)
    setTimer (function (thePlayer)
        setPedAnimation (thePlayer, nil)
        exports.bone_attach:attachElementToBone (sacomoney, thePlayer, 4, -0.3, 0.2, 0, -125, 0, 0)
    end, 1000, 1, thePlayer)
end
addCommandHandler ("roubar", roubarbank)

 

OBrigado cara

 

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...