[N]inja Posted December 7, 2020 Posted December 7, 2020 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
Moderators Tut Posted December 7, 2020 Moderators Posted December 7, 2020 As it is resolved I'll give it a lock. In the future please use the Portuguese forum! https://forum.multitheftauto.com/forum/97-portuguese-português/ Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime - Lao Tzu
Recommended Posts