Character Mugshot Animation [ESX Animation]

So I’m trying to get this animation to load into my esx_animations, I’ve added a few other unique animations before but Im running into an issue with the esx_animations script, trying to load in this animation could someone possibly assist on how this would go
an example of some of the animations are below and this is the animation I’m trying to get to play

mp_character_creation@customise@female_a
mp_character_creation@customise@male_a
        {label = "Clapping", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
        {label = "Thumbs Up", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
        {label = "Points", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
        {label = "Later", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}},
        {label = "U Wot Mate", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
        {label = "Me", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
        {label = "Stealing", type = "anim", data = {lib = "anim@am_hold_up@male", anim = "shoplift_high"}},
        {label = "Idle 1", type = "scenario", data = {lib = "amb@world_human_jog_standing@male@idle_b", anim = "idle_d"}},
        {label = "Idle 2", type = "scenario", data = {lib = "amb@world_human_bum_standing@depressed@idle_a", anim = "idle_a"}},
        {label = "Facepalm", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
        {label = "Calm Down", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
        {label = "Scared 1", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
        {label = "Scared 2", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
        {label = "Fight", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
        {label = "Shits Whack!", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
        {label = "Hug", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
        {label = "The Bird", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
        {label = "Jerk Off", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
        {label = "Suicide", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
2 Likes

I fixed the problem but sadly it doesn’t come with the board so you will have to do that on your own but here is the line you should add if needed

        {label = "Mug Shot", type = "anim", data = {lib = "mp_character_creation@customise@male_a", anim = "loop"}},
1 Like