Jeferson15 Posted January 23, 2020 Share Posted January 23, 2020 Como ficar sangrando no MTA com a cabeça? Eu achei até a função de sangramento mas o personagem fica sem a cabeça! Link to comment
SrPattif Posted January 23, 2020 Share Posted January 23, 2020 Até o meu conhecimento, sem a cabeça, não tem jeito... A não ser que você crie um script externo que crie esta função do sangue sem erros... Link to comment
main Posted January 23, 2020 Share Posted January 23, 2020 (edited) Creio que com essa função você consiga fazer isso: https://wiki.multitheftauto.com/wiki/FxAddBlood Edited January 23, 2020 by MainSCR Link to comment
Other Languages Moderators Lord Henry Posted January 24, 2020 Other Languages Moderators Share Posted January 24, 2020 Exemplo: (client-side) function BloodDamage () local x, y, z = getElementPosition (localPlayer) -- Obtém a posição do jogador. fxAddBlood (x, y, z, 0, 0, 0, math.random (1, 3), 1) -- Cria o sangue na posição do jogador, aleatório de 1 a 3 gotas por vez. end addEventHandler ("onClientRender", root, BloodDamage) 1 Link to comment
DNL291 Posted January 25, 2020 Share Posted January 25, 2020 + getPedBonePosition (8 é a cabeça) 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