Jump to content

Como Paro Esta Animação Depois De Um Tempo Determinado


[N]inja

Recommended Posts

function pegarMoney (source)
	if getElementData(source, "MochilaRoubo") == true then
		if getElementData(source, "TS:Assaltando") == true then
			setElementData(source, "TS:Assaltando", false)
			setPedAnimation(source, "bomber", "bom_plant", 1, true, false, true)
			exports.sistemaMochila:createBag (source, 1548, 0, -0.005, -0.18, 0, 0, 90)
			givePlayerMoney(source, 500)
			setElementVisibleTo(marker, root, false)
			setTimer(function()
			setPedAnimation(source)
			end, 7*1000, 1 )
		end
	end
end

 

Link to comment
  • Tut locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...