I'm looking for a animation (arms on the back)

Screenshot_1
Hi, i’m looking for this emote, where we have my arms on the back.

Thanks you !

3 Likes

up of this post

Hello, do you know the animation ? I am looking for this animation to. Thx in advanced.

did you find the animation?

I believe this is what you’re looking for:
'mp_arresting' 'idle'

Code Example:

local playerPed = PlayerPedId()
ESX.Streaming.RequestAnimDict('mp_arresting', function()
	TaskPlayAnim(playerPed, 'mp_arresting', 'idle', 8.0, -8, -1, 49, 0.0, false, false, false)
end)

I search it too, you have a answer?

Hello,

Someone find the animation name? It’s not arresting’s animation.
thx

Finded :
dict = “anim@amb@world_human_valet@formal_right@base@”
anim = “base_a_m_y_vinewood_01”

2 Likes

did you find the animation?

See my before answer

jvalet2

2 Likes

This is the awnser