-- DPEmotes forked by TayMcKenzieNZ requires you to be on the latest FiveM Gamebuild for all emotes to function. -- If an emote does not work, you may be on an older gamebuild. -- To get a higher gamebuild, see ReadMe on github repositorty DP = {} DP.Expressions = { ["Angry"] = {"Expression", "mood_angry_1"}, ["Drunk"] = {"Expression", "mood_drunk_1"}, ["Dumb"] = {"Expression", "pose_injured_1"}, ["Electrocuted"] = {"Expression", "electrocuted_1"}, ["Grumpy"] = {"Expression", "effort_1"}, ["Grumpy2"] = {"Expression", "mood_drivefast_1"}, ["Grumpy3"] = {"Expression", "pose_angry_1"}, ["Happy"] = {"Expression", "mood_happy_1"}, ["Injured"] = {"Expression", "mood_injured_1"}, ["Joyful"] = {"Expression", "mood_dancing_low_1"}, ["Mouthbreather"] = {"Expression", "smoking_hold_1"}, ["Never Blink"] = {"Expression", "pose_normal_1"}, ["One Eye"] = {"Expression", "pose_aiming_1"}, ["Shocked"] = {"Expression", "shocked_1"}, ["Shocked2"] = {"Expression", "shocked_2"}, ["Sleeping"] = {"Expression", "mood_sleeping_1"}, ["Sleeping2"] = {"Expression", "dead_1"}, ["Sleeping3"] = {"Expression", "dead_2"}, ["Smug"] = {"Expression", "mood_smug_1"}, ["Speculative"] = {"Expression", "mood_aiming_1"}, ["Stressed"] = {"Expression", "mood_stressed_1"}, ["Sulking"] = {"Expression", "mood_sulk_1"}, ["Weird"] = {"Expression", "effort_2"}, ["Weird2"] = {"Expression", "effort_3"}, } DP.Walks = { ["Alien"] = {"move_m@alien"}, ["Armored"] = {"anim_group_move_ballistic"}, ["Arrogant"] = {"move_f@arrogant@a"}, ["Brave"] = {"move_m@brave"}, ["Casual"] = {"move_m@casual@a"}, ["Casual2"] = {"move_m@casual@b"}, ["Casual3"] = {"move_m@casual@c"}, ["Casual4"] = {"move_m@casual@d"}, ["Casual5"] = {"move_m@casual@e"}, ["Casual6"] = {"move_m@casual@f"}, ["Chichi"] = {"move_f@chichi"}, ["Confident"] = {"move_m@confident"}, ["Cop"] = {"move_m@business@a"}, ["Cop2"] = {"move_m@business@b"}, ["Cop3"] = {"move_m@business@c"}, ["Default Female"] = {"move_f@multiplayer"}, ["Default Male"] = {"move_m@multiplayer"}, ["Drunk"] = {"move_m@drunk@a"}, ["Drunk"] = {"move_m@drunk@slightlydrunk"}, ["Drunk2"] = {"move_m@buzzed"}, ["Drunk3"] = {"move_m@drunk@verydrunk"}, ["Femme"] = {"move_f@femme@"}, ["Fire"] = {"move_characters@franklin@fire"}, ["Fire2"] = {"move_characters@michael@fire"}, ["Fire3"] = {"move_m@fire"}, ["Flee"] = {"move_f@flee@a"}, ["Franklin"] = {"move_p_m_one"}, ["Gangster"] = {"move_m@gangster@generic"}, ["Gangster2"] = {"move_m@gangster@ng"}, ["Gangster3"] = {"move_m@gangster@var_e"}, ["Gangster4"] = {"move_m@gangster@var_f"}, ["Gangster5"] = {"move_m@gangster@var_i"}, ["Grooving"] = {"anim@move_m@grooving@"}, ["Guard"] = {"move_m@prison_gaurd"}, ["Handcuffs"] = {"move_m@prisoner_cuffed"}, ["Heels"] = {"move_f@heels@c"}, ["Heels2"] = {"move_f@heels@d"}, ["Hiking"] = {"move_m@hiking"}, ["Hipster"] = {"move_m@hipster@a"}, ["Hobo"] = {"move_m@hobo@a"}, ["Hurry"] = {"move_f@hurry@a"}, ["Janitor"] = {"move_p_m_zero_janitor"}, ["Janitor2"] = {"move_p_m_zero_slow"}, ["Jog"] = {"move_m@jog@"}, ["Lemar"] = {"anim_group_move_lemar_alley"}, ["Lester"] = {"move_heist_lester"}, ["Lester2"] = {"move_lester_caneup"}, ["Maneater"] = {"move_f@maneater"}, ["Michael"] = {"move_ped_bucket"}, ["Money"] = {"move_m@money"}, ["Muscle"] = {"move_m@muscle@a"}, ["Posh"] = {"move_m@posh@"}, ["Posh2"] = {"move_f@posh@"}, ["Quick"] = {"move_m@quick"}, ["Runner"] = {"female_fast_runner"}, ["Sad"] = {"move_m@sad@a"}, ["Sassy"] = {"move_m@sassy"}, ["Sassy2"] = {"move_f@sassy"}, ["Scared"] = {"move_f@scared"}, ["Sexy"] = {"move_f@sexy@a"}, ["Shady"] = {"move_m@shadyped@a"}, ["Slow"] = {"move_characters@jimmy@slow@"}, ["Swagger"] = {"move_m@swagger"}, ["Tough"] = {"move_m@tough_guy@"}, ["Tough2"] = {"move_f@tough_guy@"}, ["Trash"] = {"clipset@move@trash_fast_turn"}, ["Trash2"] = {"missfbi4prepp1_garbageman"}, ["Trevor"] = {"move_p_m_two"}, ["Wide"] = {"move_m@bag"}, ["Chubby Male"] = {"move_chubby"}, --male ["Chubby Female"] = {"move_f@chubby@a"}, --female -- I cant get these to work for some reason, if anyone knows a fix lmk --["Caution"] = {"move_m@caution"}, --["Crazy"] = {"move_m@crazy"}, --["Joy"] = {"move_m@joy@a"}, --["Power"] = {"move_m@power"}, --["Sad2"] = {"anim@move_m@depression@a"}, --["Sad3"] = {"move_m@depression@b"}, --["Sad4"] = {"move_m@depression@d"}, --["Wading"] = {"move_m@wading"} } DP.Shared = { --[emotename] = {dictionary, animation, displayname, targetemotename, additionalanimationoptions} -- you dont have to specify targetemoteanem, if you do dont it will just play the same animation on both. -- targetemote is used for animations that have a corresponding animation to the other player. ["handshake"] = {"mp_ped_interaction", "handshake_guy_a", "Handshake", "handshake2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000, SyncOffsetFront = 0.9 }}, ["handshake2"] = {"mp_ped_interaction", "handshake_guy_b", "Handshake 2", "handshake", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000 }}, ["hug"] = {"mp_ped_interaction", "kisses_guy_a", "Hug", "hug2", AnimationOptions = { EmoteMoving = false, EmoteDuration = 5000, SyncOffsetFront = 1.05, }}, ["hug2"] = {"mp_ped_interaction", "kisses_guy_b", "Hug 2", "hug", AnimationOptions = { EmoteMoving = false, EmoteDuration = 5000, SyncOffsetFront = 1.13 }}, ["hug3"] = {"misscarsteal2chad_goodbye", "chad_armsaround_chad", "Hug 3", "hug4", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, SyncOffsetFront = 0.05, }}, ["hug4"] = {"misscarsteal2chad_goodbye", "chad_armsaround_girl", "Hug 4", "hug3", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, SyncOffsetFront = 0.13 }}, ["kiss"] = {"mp_ped_interaction", "kisses_guy_a", "Kiss", "kiss2", AnimationOptions = { EmoteMoving = false, EmoteDuration = 5000, SyncOffsetFront = 1.05, }}, ["kiss2"] = {"mp_ped_interaction", "kisses_guy_b", "Kiss 2", "kiss", AnimationOptions = { EmoteMoving = false, EmoteDuration = 5000, SyncOffsetFront = 1.13 }}, ["bro"] = {"mp_ped_interaction", "hugs_guy_a", "Bro", "bro2", AnimationOptions = { SyncOffsetFront = 1.14 }}, ["bro2"] = {"mp_ped_interaction", "hugs_guy_b", "Bro 2", "bro", AnimationOptions = { SyncOffsetFront = 1.14 }}, ["give"] = {"mp_common", "givetake1_a", "Give", "give2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 2000 }}, ["give2"] = {"mp_common", "givetake1_b", "Give 2", "give", AnimationOptions = { EmoteMoving = true, EmoteDuration = 2000 }}, ["baseball"] = {"anim@arena@celeb@flat@paired@no_props@", "baseball_a_player_a", "Baseball", "baseballthrow"}, ["baseballthrow"] = {"anim@arena@celeb@flat@paired@no_props@", "baseball_a_player_b", "Baseball Throw", "baseball"}, ["stickup"] = {"random@countryside_gang_fight", "biker_02_stickup_loop", "Stick Up", "stickupscared", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["stickupscared"] = {"missminuteman_1ig_2", "handsup_base", "Stickup Scared", "stickup", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["punch"] = {"melee@unarmed@streamed_variations", "plyr_takedown_rear_lefthook", "Punch", "punched"}, ["punched"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_cross_r", "Punched", "punch"}, ["headbutt"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_headbutt", "Headbutt", "headbutted"}, ["headbutted"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_headbutt", "Headbutted", "headbutt"}, ["slap2"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_backslap", "Slap 2", "slapped2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, EmoteDuration = 2000, }}, ["slap"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_slap", "Slap", "slapped", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, EmoteDuration = 2000, }}, ["slapped"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_slap", "Slapped", "slap"}, ["slapped2"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_backslap", "Slapped 2", "slap2"}, ["receiveblowjob"] = {"misscarsteal2pimpsex", "pimpsex_punter", "Receive Blowjob", "Give Blowjob", AnimationOptions = { EmoteMoving = false, EmoteDuration = 30000, SyncOffsetFront = 0.63 }}, ["giveblowjob"] = {"misscarsteal2pimpsex", "pimpsex_hooker", "Give Blowjob", "Receive Blowjob", AnimationOptions = { EmoteMoving = false, EmoteDuration = 30000, SyncOffsetFront = 0.63 }}, ["streetsexmale"] = {"misscarsteal2pimpsex", "shagloop_pimp", "Street Sex Male", "Street Sex Female", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, SyncOffsetFront = 0.50 }}, ["streetsexfemale"] = {"misscarsteal2pimpsex", "shagloop_hooker", "Street Sex Female", "Street Sex Male", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, SyncOffsetFront = -0.50 }}, } DP.Dances = { ["dance"] = {"anim@amb@nightclub@dancers@podium_dancers@", "hi_dance_facedj_17_v2_male^5", "Dance", AnimationOptions = { EmoteLoop = true, }}, ["dance2"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_b@", "high_center_down", "Dance 2", AnimationOptions = { EmoteLoop = true, }}, ["dance3"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_a@", "high_center", "Dance 3", AnimationOptions = { EmoteLoop = true, }}, ["dance4"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_b@", "high_center_up", "Dance 4", AnimationOptions = { EmoteLoop = true, }}, ["dance5"] = {"anim@amb@casino@mini@dance@dance_solo@female@var_a@", "med_center", "Dance 5", AnimationOptions = { EmoteLoop = true }}, ["dance6"] = {"misschinese2_crystalmazemcs1_cs", "dance_loop_tao", "Dance 6", AnimationOptions = { EmoteLoop = true, }}, ["dance7"] = {"misschinese2_crystalmazemcs1_ig", "dance_loop_tao", "Dance 7", AnimationOptions = { EmoteLoop = true, }}, ["dance8"] = {"missfbi3_sniping", "dance_m_default", "Dance 8", AnimationOptions = { EmoteLoop = true, }}, ["dance9"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "med_center_up", "Dance 9", AnimationOptions = { EmoteLoop = true, }}, ["dancef"] = {"anim@amb@nightclub@dancers@solomun_entourage@", "mi_dance_facedj_17_v1_female^1", "Dance F", AnimationOptions = { EmoteLoop = true, }}, ["dancef2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "high_center", "Dance F2", AnimationOptions = { EmoteLoop = true, }}, ["dancef3"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "high_center_up", "Dance F3", AnimationOptions = { EmoteLoop = true, }}, ["dancef4"] = {"anim@amb@nightclub@dancers@crowddance_facedj@hi_intensity", "hi_dance_facedj_09_v2_female^1", "Dance F4", AnimationOptions = { EmoteLoop = true, }}, ["dancef5"] = {"anim@amb@nightclub@dancers@crowddance_facedj@hi_intensity", "hi_dance_facedj_09_v2_female^3", "Dance F5", AnimationOptions = { EmoteLoop = true, }}, ["dancef6"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "high_center_up", "Dance F6", AnimationOptions = { EmoteLoop = true, }}, ["danceclub"] = {"anim@amb@nightclub_island@dancers@beachdance@", "hi_idle_a_m03", "Dance Club", AnimationOptions = { EmoteLoop = true }}, ["danceclub2"] = {"anim@amb@nightclub_island@dancers@beachdance@", "hi_idle_a_m05", "Dance Club 2", AnimationOptions = { EmoteLoop = true }}, ["danceclub3"] = {"anim@amb@nightclub_island@dancers@beachdance@", "hi_idle_a_m02", "Dance Club 3", AnimationOptions = { EmoteLoop = true }}, ["danceclub4"] = {"anim@amb@nightclub_island@dancers@beachdance@", "hi_idle_b_f01", "Dance Club 4", AnimationOptions = { EmoteLoop = true }}, ["danceclub5"] = {"anim@amb@nightclub_island@dancers@club@", "hi_idle_a_f02", "Dance Club 5", AnimationOptions = { EmoteLoop = true }}, ["danceclub6"] = {"anim@amb@nightclub_island@dancers@club@", "hi_idle_b_m03", "Dance Club 6", AnimationOptions = { EmoteLoop = true }}, ["danceclub7"] = {"anim@amb@nightclub_island@dancers@club@", "hi_idle_d_f01", "Dance Club 7", AnimationOptions = { EmoteLoop = true }}, ["dancedrink"] = {"anim@amb@nightclub_island@dancers@beachdanceprop@", "mi_idle_c_m01", "Dance Drink (Beer)", AnimationOptions = { Prop = 'prop_beer_amopen', PropBone = 28422, PropPlacement = {0.0, 0.00,0.0, 0.0, 0.0, 20.00}, EmoteLoop = true, EmoteMoving = false, }}, ["dancedrink2"] = {"anim@amb@nightclub_island@dancers@beachdanceprop@", "mi_loop_f1", "Dance Drink 2 (Wine)", AnimationOptions = { Prop = 'p_wine_glass_s', PropBone = 28422, PropPlacement = {0.0, 0.0,-0.0900, 0.0, 0.0, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["dancedrink3"] = {"anim@amb@nightclub_island@dancers@beachdanceprop@", "mi_loop_m04", "Dance Drink 3 (Whiskey)", AnimationOptions = { Prop = 'ba_prop_battle_whiskey_opaque_s', PropBone = 28422, PropPlacement = {-0.0100, 0.00,0.0, 0.0, 0.0, 10.00}, EmoteLoop = true, EmoteMoving = false, }}, ["dancedrink4"] = {"anim@amb@nightclub_island@dancers@beachdanceprops@male@", "mi_idle_b_m04", "Dance Drink 4 (Whiskey)", AnimationOptions = { Prop = 'ba_prop_battle_whiskey_opaque_s', PropBone = 28422, PropPlacement = {-0.0100, 0.00,0.0, 0.0, 0.0, 10.00}, EmoteLoop = true, EmoteMoving = false, }}, ["dancedrink5"] = {"anim@amb@nightclub_island@dancers@crowddance_single_props@", "hi_dance_prop_09_v1_female^3", "Dance Drink 5 (Wine)", AnimationOptions = { Prop = 'p_wine_glass_s', PropBone = 28422, PropPlacement = {0.0, 0.0,-0.0900, 0.0, 0.0, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["dancedrink6"] = {"anim@amb@nightclub_island@dancers@crowddance_single_props@", "hi_dance_prop_09_v1_male^3", "Dance Drink 6 (Beer)", AnimationOptions = { Prop = 'prop_beer_logopen', PropBone = 28422, PropPlacement = {0.0090, 0.0010,-0.0310, 180.0, 180.0, -69.99}, EmoteLoop = true, EmoteMoving = false, }}, ["dancedrink7"] = {"anim@amb@nightclub_island@dancers@crowddance_single_props@", "hi_dance_prop_11_v1_female^3", "Dance Drink 7 (Wine)", AnimationOptions = { Prop = 'p_wine_glass_s', PropBone = 28422, PropPlacement = {0.0, 0.0,-0.0900, 0.0, 0.0, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["dancedrink8"] = {"anim@amb@nightclub_island@dancers@crowddance_single_props@", "hi_dance_prop_11_v1_female^1", "Dance Drink 8 (Wine)", AnimationOptions = { Prop = 'p_wine_glass_s', PropBone = 28422, PropPlacement = {0.0, 0.0,-0.0900, 0.0, 0.0, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["danceslow2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "low_center", "Dance Slow 2", AnimationOptions = { EmoteLoop = true, }}, ["danceslow3"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "low_center_down", "Dance Slow 3", AnimationOptions = { EmoteLoop = true, }}, ["danceslow4"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "low_center", "Dance Slow 4", AnimationOptions = { EmoteLoop = true, }}, ["danceupper"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "high_center", "Dance Upper", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["danceupper2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "high_center_up", "Dance Upper 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["danceshy"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_a@", "low_center", "Dance Shy", AnimationOptions = { EmoteLoop = true, }}, ["danceshy2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "low_center_down", "Dance Shy 2", AnimationOptions = { EmoteLoop = true, }}, ["danceslow"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_b@", "low_center", "Dance Slow", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly9"] = {"rcmnigel1bnmt_1b", "dance_loop_tyler", "Dance Silly 9", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly"] = {"special_ped@mountain_dancer@monologue_3@monologue_3a", "mnt_dnc_buttwag", "Dance Silly", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly2"] = {"move_clown@p_m_zero_idles@", "fidget_short_dance", "Dance Silly 2", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly3"] = {"move_clown@p_m_two_idles@", "fidget_short_dance", "Dance Silly 3", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly4"] = {"anim@amb@nightclub@lazlow@hi_podium@", "danceidle_hi_11_buttwiggle_b_laz", "Dance Silly 4", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly5"] = {"timetable@tracy@ig_5@idle_a", "idle_a", "Dance Silly 5", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly6"] = {"timetable@tracy@ig_8@idle_b", "idle_d", "Dance Silly 6", AnimationOptions = { EmoteLoop = true, }}, ["dancesilly8"] = {"anim@mp_player_intcelebrationfemale@the_woogie", "the_woogie", "Dance Silly 8", AnimationOptions = { EmoteLoop = true }}, ["dancesilly7"] = {"anim@amb@casino@mini@dance@dance_solo@female@var_b@", "high_center", "Dance Silly 7", AnimationOptions = { EmoteLoop = true }}, ["danceglowstick"] = {"anim@amb@nightclub@lazlow@hi_railing@", "ambclub_13_mi_hi_sexualgriding_laz", "Dance Glowsticks", AnimationOptions = { Prop = 'ba_prop_battle_glowstick_01', PropBone = 28422, PropPlacement = {0.0700,0.1400,0.0,-80.0,20.0}, SecondProp = 'ba_prop_battle_glowstick_01', SecondPropBone = 60309, SecondPropPlacement = {0.0700,0.0900,0.0,-120.0,-20.0}, EmoteLoop = true, EmoteMoving = true, }}, ["danceglowstick2"] = {"anim@amb@nightclub@lazlow@hi_railing@", "ambclub_12_mi_hi_bootyshake_laz", "Dance Glowsticks 2", AnimationOptions = { Prop = 'ba_prop_battle_glowstick_01', PropBone = 28422, PropPlacement = {0.0700,0.1400,0.0,-80.0,20.0}, SecondProp = 'ba_prop_battle_glowstick_01', SecondPropBone = 60309, SecondPropPlacement = {0.0700,0.0900,0.0,-120.0,-20.0}, EmoteLoop = true, }}, ["danceglowstick3"] = {"anim@amb@nightclub@lazlow@hi_railing@", "ambclub_09_mi_hi_bellydancer_laz", "Dance Glowsticks 3", AnimationOptions = { Prop = 'ba_prop_battle_glowstick_01', PropBone = 28422, PropPlacement = {0.0700,0.1400,0.0,-80.0,20.0}, SecondProp = 'ba_prop_battle_glowstick_01', SecondPropBone = 60309, SecondPropPlacement = {0.0700,0.0900,0.0,-120.0,-20.0}, EmoteLoop = true, }}, ["dancehorse"] = {"anim@amb@nightclub@lazlow@hi_dancefloor@", "dancecrowd_li_15_handup_laz", "Dance Horse", AnimationOptions = { Prop = "ba_prop_battle_hobby_horse", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["dancehorse2"] = {"anim@amb@nightclub@lazlow@hi_dancefloor@", "crowddance_hi_11_handup_laz", "Dance Horse 2", AnimationOptions = { Prop = "ba_prop_battle_hobby_horse", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["dancehorse3"] = {"anim@amb@nightclub@lazlow@hi_dancefloor@", "dancecrowd_li_11_hu_shimmy_laz", "Dance Horse 3", AnimationOptions = { Prop = "ba_prop_battle_hobby_horse", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["dj"] = {"anim@amb@nightclub@djs@dixon@", "dixn_dance_cntr_open_dix", "DJ", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["dj2"] = {"anim@amb@nightclub@djs@solomun@", "sol_idle_ctr_mid_a_sol", "DJ 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj3"] = {"anim@amb@nightclub@djs@solomun@", "sol_dance_l_sol", "DJ 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj4"] = {"anim@amb@nightclub@djs@black_madonna@", "dance_b_idle_a_blamadon", "DJ 4", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj5"] = {"anim@amb@nightclub@djs@dixon@", "dixn_end_dix", "DJ 5", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj5"] = {"anim@amb@nightclub@djs@dixon@", "dixn_idle_cntr_a_dix", "DJ 5", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj6"] = {"anim@amb@nightclub@djs@dixon@", "dixn_idle_cntr_b_dix", "DJ 6", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj7"] = {"anim@amb@nightclub@djs@dixon@", "dixn_idle_cntr_g_dix", "DJ 7", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj8"] = {"anim@amb@nightclub@djs@dixon@", "dixn_idle_cntr_gb_dix", "DJ 8", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["dj9"] = {"anim@amb@nightclub@djs@dixon@", "dixn_sync_cntr_j_dix", "DJ 9", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["twerk"] = {"switch@trevor@mocks_lapdance", "001443_01_trvs_28_idle_stripper", "Twerk", AnimationOptions = { EmoteLoop = true, }}, ["lapdance"] = {"mp_safehouse", "lap_dance_girl", "Lapdance"}, ["lapdance2"] = {"mini@strip_club@private_dance@idle", "priv_dance_idle", "Lapdance 2", AnimationOptions = { EmoteLoop = true, }}, ["lapdance3"] = {"mini@strip_club@private_dance@part1", "priv_dance_p1", "Lapdance 3", AnimationOptions = { EmoteLoop = true, }}, ["lapdance4"] = {"mini@strip_club@private_dance@part2", "priv_dance_p2", "Lapdance 4", AnimationOptions = { EmoteLoop = true, }}, ["lapdance5"] = {"mini@strip_club@private_dance@part3", "priv_dance_p3", "Lapdance 5", AnimationOptions = { EmoteLoop = true, }}, ["lapdance6"] = {"oddjobs@assassinate@multi@yachttarget@lapdance", "yacht_ld_f", "Lapdance 6", AnimationOptions = { EmoteLoop = true, }}, ["lapdancewith"] = {"mini@strip_club@lap_dance_2g@ld_2g_p3", "ld_2g_p3_s2", "Lapdance With", AnimationOptions = { EmoteLoop = true, }}, ["lapdancewith2"] = {"mini@strip_club@lap_dance_2g@ld_2g_p2", "ld_2g_p2_s2", "Lapdance With2", AnimationOptions = { EmoteLoop = true, }}, ["lapdancewith3"] = {"mini@strip_club@lap_dance_2g@ld_2g_p1", "ld_2g_p1_s2", "Lapdance With3", AnimationOptions = { EmoteLoop = true, }}, ["lapchair"] = {"mini@strip_club@lap_dance@ld_girl_a_song_a_p1", "ld_girl_a_song_a_p1_f", "Lap Chair", AnimationOptions = { EmoteLoop = true, }}, ["lapchair2"] = {"mini@strip_club@lap_dance@ld_girl_a_song_a_p2", "ld_girl_a_song_a_p2_f", "Lap Chair2", AnimationOptions = { EmoteLoop = true, }}, ["lapchair3"] = {"mini@strip_club@lap_dance@ld_girl_a_song_a_p3", "ld_girl_a_song_a_p3_f", "Lap Chair3", AnimationOptions = { EmoteLoop = true, }}, } DP.AnimalEmotes = { ["bdogbark"] = {"creatures@rottweiler@amb@world_dog_barking@idle_a", "idle_a", "Bark (big dog)", AnimationOptions = { EmoteLoop = true }}, ["bdogbeg"] = {"creatures@rottweiler@tricks@", "beg_loop", "Beg (big dog)", AnimationOptions = { EmoteLoop = true }}, ["bdogbeg2"] = {"creatures@rottweiler@tricks@", "paw_right_loop", "Beg 2 (big dog)", AnimationOptions = { EmoteLoop = true }}, ["bdogdump"] = {"creatures@rottweiler@move", "dump_loop", "Dump (big dog)", AnimationOptions = { Prop = 'prop_big_shit_02', PropBone = 51826, PropPlacement = {0.0,0.2000,-0.4600,0.0,-20.00, 0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["bdogitch"] = {"creatures@rottweiler@amb@world_dog_sitting@idle_a", "idle_a", "Itch (big dog)", AnimationOptions = { EmoteDuration = 2000 }}, ["bdogsleep"] = {"creatures@rottweiler@amb@sleep_in_kennel@", "sleep_in_kennel", "Sleep (big dog)", AnimationOptions = { EmoteLoop = true }}, ["bdogsit"] = {"creatures@rottweiler@amb@world_dog_sitting@base", "base", "Sit (big dog)", AnimationOptions = { EmoteLoop = true }}, ["bdogpee"] = {"creatures@rottweiler@move", "pee_left_idle", "Pee (big dog)", AnimationOptions = { EmoteLoop = false }}, ["bdogpee2"] = {"creatures@rottweiler@move", "pee_right_idle", "Pee 2 (big dog)", AnimationOptions = { EmoteLoop = false }}, ["sdogbark"] = {"creatures@pug@amb@world_dog_barking@idle_a", "idle_a", "Bark (small dog)", AnimationOptions = { EmoteLoop = true }}, ["sdogitch"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_a", "Itch (small dog)", AnimationOptions = { EmoteDuration = 2000 }}, ["sdogsit"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Sit (small dog)", AnimationOptions = { EmoteLoop = true }}, ["sdogld"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_c", "Lay Down (small dog)", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["sdogshake"] = {"creatures@pug@amb@world_dog_barking@idle_a", "idle_c", "Shake (small dog)", AnimationOptions = { EmoteLoop = true }}, ["sdogdance"] = {"creatures@pug@move", "idle_turn_0", "Dance (small dog)", AnimationOptions = { Prop = 'ba_prop_battle_glowstick_01', PropBone = 31086, PropPlacement = {0.1500,-0.0300,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogdance2"] = {"creatures@pug@move", "idle_turn_0", "Dance 2 (small dog)", AnimationOptions = { Prop = 'ba_prop_battle_glowstick_01', PropBone = 31086, PropPlacement = {0.1500,-0.0300,0.0,0.0,0.0}, SecondProp = 'prop_cs_sol_glasses', SecondPropBone = 31086, SecondPropPlacement = {0.0500, 0.0300, 0.000, -100.0000003, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogbb"] = {"creatures@pug@move", "nill", "Baseball (small dog)", AnimationOptions = { Prop = 'w_am_baseball', PropBone = 31086, PropPlacement = {0.1500,-0.0500,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogburger"] = {"creatures@pug@move", "nill", "Burger (small dog)", AnimationOptions = { Prop = 'prop_cs_burger_01', PropBone = 31086, PropPlacement = {0.1500,-0.0400,0.0000,-90.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogcontroller"] = {"creatures@pug@move", "nill", "Controller (small dog)", AnimationOptions = { Prop = 'prop_controller_01', PropBone = 31086, PropPlacement = {0.1800,-0.0300,0.0000,-180.000,90.0000, 0.0000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogdolla"] = {"creatures@pug@move", "nill", "Dollar Bill (small dog)", AnimationOptions = { Prop = 'p_banknote_onedollar_s', PropBone = 31086, PropPlacement = {0.1700,-0.0100,0.0000,90.0000, 0.0000, 0.000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogdolla2"] = {"creatures@pug@move", "nill", "Dollar Bill Scrunched (small dog)", AnimationOptions = { Prop = 'bkr_prop_scrunched_moneypage', PropBone = 31086, PropPlacement = {0.1700,0.000,0.0000,90.0000,00.0000, 00.0000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogdolla3"] = {"creatures@pug@move", "nill", "Money Stack (small dog)", AnimationOptions = { Prop = 'bkr_prop_money_wrapped_01', PropBone = 31086, PropPlacement = {0.1700,-0.0100,0.0000,90.0000, 0.0000, 0.000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogdolla4"] = {"creatures@pug@move", "nill", "Money Bag (small dog)", AnimationOptions = { Prop = 'ch_prop_ch_moneybag_01a', PropBone = 31086, PropPlacement = {0.1200,-0.2000,0.0000,-79.9999997,90.00, 0.0000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogmic"] = {"creatures@pug@move", "nill", "Microphone (small dog)", AnimationOptions = { Prop = 'p_ing_microphonel_01', PropBone = 31086, PropPlacement = {0.1500,-0.0170,0.0300,0.000,0.0000, 0.0000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogteddy"] = {"creatures@pug@move", "nill", "Teddy (small dog)", AnimationOptions = { Prop = 'v_ilev_mr_rasberryclean', PropBone = 31086, PropPlacement = {0.1500,-0.1100,-0.23,0.000,0.0000, 0.0000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogteddy2"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Teddy 2 (small dog)", AnimationOptions = { Prop = 'v_ilev_mr_rasberryclean', PropBone = 31086, PropPlacement = {0.1500,-0.1100,-0.23,0.000,0.0000, 0.0000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogtennis"] = {"creatures@pug@move", "nill", "Tennis Ball (small dog)", AnimationOptions = { Prop = 'prop_tennis_ball', PropBone = 31086, PropPlacement = {0.1500,-0.0600,0.0,0.0,0.0, 0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogtennisr"] = {"creatures@pug@move", "nill", "Tennis Racket (small dog)", AnimationOptions = { Prop = 'prop_tennis_rack_01', PropBone = 31086, PropPlacement = {0.1500,-0.0200,0.00,0.000,0.0000, -28.0000}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogrose"] = {"creatures@pug@move", "nill", "Rose (small dog)", AnimationOptions = { Prop = 'prop_single_rose', PropBone = 12844, PropPlacement = {0.1090,-0.0140,0.0500,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogrose2"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Rose Sit (small dog)", AnimationOptions = { Prop = 'prop_single_rose', PropBone = 12844, PropPlacement = {0.1090,-0.0140,0.0500,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogggun"] = {"creatures@pug@move", "nill", "Gun Gold (small dog)", AnimationOptions = { Prop = 'w_pi_pistol_luxe', PropBone = 12844, PropPlacement = {0.2010,-0.0080,0.0,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoggun2"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Gun Gold Sit (small dog)", AnimationOptions = { Prop = 'w_pi_pistol_luxe', PropBone = 12844, PropPlacement = {0.2010,-0.0080,0.0,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogstun"] = {"creatures@pug@move", "nill", "Stun Gun (small dog)", AnimationOptions = { Prop = 'w_pi_stungun', PropBone = 12844, PropPlacement = {0.1400,-0.0100,0.0,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, PtfxAsset = "core", PtfxName = "blood_stungun", PtfxPlacement = {0.208, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0}, PtfxInfo = Config.Languages[Config.MenuLanguage]['stun'], PtfxWait = 200, }}, ["sdoggl1"] = {"creatures@pug@move", "nill", "Aviators (small dog)", AnimationOptions = { Prop = 'prop_aviators_01', PropBone = 31086, PropPlacement = {0.0500, 0.0400, 0.000, -90.00, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoggl2"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Aviators Sitting (small dog)", AnimationOptions = { Prop = 'prop_aviators_01', PropBone = 31086, PropPlacement = {0.0500, 0.0400, 0.000, -90.00, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoggl3"] = {"creatures@pug@move", "nill", "Sunglasses (small dog)", AnimationOptions = { Prop = 'prop_cs_sol_glasses', PropBone = 31086, PropPlacement = {0.0500, 0.0300, 0.000, -100.0000003, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoggl4"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Sunglasses Sitting (small dog)", AnimationOptions = { Prop = 'prop_cs_sol_glasses', PropBone = 31086, PropPlacement = {0.0500, 0.0300, 0.000, -100.0000003, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoghd1"] = {"creatures@pug@move", "nill", "Hot Dog (small dog)", AnimationOptions = { Prop = 'prop_cs_hotdog_01', PropBone = 31086, PropPlacement = {0.1300, -0.0250, 0.000, -88.272053, -9.8465858, -0.1488562}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoghd2"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Hot Dog Sitting (small dog)", AnimationOptions = { Prop = 'prop_cs_hotdog_01', PropBone = 31086, PropPlacement = {0.1300, -0.0250, 0.000, -88.272053, -9.8465858, -0.1488562}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoghlmt1"] = {"creatures@pug@move", "nill", "Helmet 1 (small dog)", AnimationOptions = { Prop = 'ba_prop_battle_sports_helmet', PropBone = 31086, PropPlacement = {0.00, -0.0200, 0.000, -90.00, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoghlmt2"] = {"creatures@pug@move", "nill", "Helmet 2 (small dog)", AnimationOptions = { Prop = 'prop_hard_hat_01', PropBone = 31086, PropPlacement = {0.00, 0.1300, 0.000, -90.00, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoghat"] = {"creatures@pug@move", "nill", "Hat 1 (small dog)", AnimationOptions = { Prop = 'prop_proxy_hat_01', PropBone = 31086, PropPlacement = {0.0, 0.1200, 0.000, -99.8510766, 80.1489234, 1.7279411}, SecondProp = 'prop_aviators_01', SecondPropBone = 31086, SecondPropPlacement = {0.0500, 0.0400, 0.000, -90.00, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdoghat2"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_b", "Hat 2 Sitting (small dog)", AnimationOptions = { Prop = 'prop_proxy_hat_01', PropBone = 31086, PropPlacement = {0.0, 0.1200, 0.000, -99.8510766, 80.1489234, 1.7279411}, SecondProp = 'prop_aviators_01', SecondPropBone = 31086, SecondPropPlacement = {0.0500, 0.0400, 0.000, -90.00, 90.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogsteak"] = {"creatures@pug@move", "nill", "Steak (small dog)", AnimationOptions = { Prop = 'prop_cs_steak', PropBone = 31086, PropPlacement = {0.1800, -0.0200, 0.000, 90.00, 0.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, ["sdogsteak2"] = {"creatures@pug@amb@world_dog_sitting@idle_a", "idle_c", "Steak 2 Lay Down (small dog)", AnimationOptions = { Prop = 'prop_cs_steak', PropBone = 31086, PropPlacement = {0.1800, -0.0200, 0.000, 90.00, 0.00, 0.00}, EmoteLoop = true, EmoteMoving = false, }}, } DP.Emotes = { ["beast"] = {"anim@mp_fm_event@intro", "beast_transform", "Beast", AnimationOptions = { EmoteMoving = true, EmoteDuration = 5000, }}, ["chill"] = {"switch@trevor@scares_tramp", "trev_scares_tramp_idle_tramp", "Chill", AnimationOptions = { EmoteLoop = true, }}, ["cloudgaze"] = {"switch@trevor@annoys_sunbathers", "trev_annoys_sunbathers_loop_girl", "Cloudgaze", AnimationOptions = { EmoteLoop = true, }}, ["cloudgaze2"] = {"switch@trevor@annoys_sunbathers", "trev_annoys_sunbathers_loop_guy", "Cloudgaze 2", AnimationOptions = { EmoteLoop = true, }}, ["prone"] = {"missfbi3_sniping", "prone_dave", "Prone", AnimationOptions = { EmoteLoop = true, }}, ["pullover"] = {"misscarsteal3pullover", "pull_over_right", "Pullover", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1300, }}, ["idle"] = {"anim@heists@heist_corona@team_idles@male_a", "idle", "Idle", AnimationOptions = { EmoteLoop = true, }}, ["idle8"] = {"amb@world_human_hang_out_street@male_b@idle_a", "idle_b", "Idle 8"}, ["idle9"] = {"friends@fra@ig_1", "base_idle", "Idle 9", AnimationOptions = { EmoteLoop = true, }}, ["idle10"] = {"mp_move@prostitute@m@french", "idle", "Idle 10", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["idle11"] = {"random@countrysiderobbery", "idle_a", "Idle 11", AnimationOptions = { EmoteLoop = true, }}, ["idle2"] = {"anim@heists@heist_corona@team_idles@female_a", "idle", "Idle 2", AnimationOptions = { EmoteLoop = true, }}, ["idle3"] = {"anim@heists@humane_labs@finale@strip_club", "ped_b_celebrate_loop", "Idle 3", AnimationOptions = { EmoteLoop = true, }}, ["idle4"] = {"anim@mp_celebration@idles@female", "celebration_idle_f_a", "Idle 4", AnimationOptions = { EmoteLoop = true, }}, ["idle5"] = {"anim@mp_corona_idles@female_b@idle_a", "idle_a", "Idle 5", AnimationOptions = { EmoteLoop = true, }}, ["idle6"] = {"anim@mp_corona_idles@male_c@idle_a", "idle_a", "Idle 6", AnimationOptions = { EmoteLoop = true, }}, ["idle7"] = {"anim@mp_corona_idles@male_d@idle_a", "idle_a", "Idle 7", AnimationOptions = { EmoteLoop = true, }}, ["idledrunk"] = {"random@drunk_driver_1", "drunk_driver_stand_loop_dd1", "Idle Drunk", AnimationOptions = { EmoteLoop = true, }}, ["idledrunk2"] = {"random@drunk_driver_1", "drunk_driver_stand_loop_dd2", "Idle Drunk 2", AnimationOptions = { EmoteLoop = true, }}, ["idledrunk3"] = {"missarmenian2", "standing_idle_loop_drunk", "Idle Drunk 3", AnimationOptions = { EmoteLoop = true, }}, ["airguitar"] = {"anim@mp_player_intcelebrationfemale@air_guitar", "air_guitar", "Air Guitar"}, ["airsynth"] = {"anim@mp_player_intcelebrationfemale@air_synth", "air_synth", "Air Synth"}, ["argue"] = {"misscarsteal4@actor", "actor_berating_loop", "Argue", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["argue2"] = {"oddjobs@assassinate@vice@hooker", "argue_a", "Argue 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["bartender"] = {"anim@amb@clubhouse@bar@drink@idle_a", "idle_a_bartender", "Bartender", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["blowkiss"] = {"anim@mp_player_intcelebrationfemale@blow_kiss", "blow_kiss", "Blow Kiss"}, ["blowkiss2"] = {"anim@mp_player_intselfieblow_kiss", "exit", "Blow Kiss 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 2000 }}, ["curtsy"] = {"anim@mp_player_intcelebrationpaired@f_f_sarcastic", "sarcastic_left", "Curtsy"}, ["bringiton"] = {"misscommon@response", "bring_it_on", "Bring It On", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000 }}, ["comeatmebro"] = {"mini@triathlon", "want_some_of_this", "Come at me bro", AnimationOptions = { EmoteMoving = true, EmoteDuration = 2000 }}, ["cop2"] = {"anim@amb@nightclub@peds@", "rcmme_amanda1_stand_loop_cop", "Cop 2", AnimationOptions = { EmoteLoop = true, }}, ["cop3"] = {"amb@code_human_police_investigate@idle_a", "idle_b", "Cop 3", AnimationOptions = { EmoteLoop = true, }}, ["cop4"] = {"amb@world_human_car_park_attendant@male@base", "base", "Cop 4", AnimationOptions = { Prop = "prop_parking_wand_01", PropBone = 57005, PropPlacement = {0.12, 0.05, 0.0, 80.0, -20.0, 180.0}, EmoteLoop = true, EmoteMoving = true, }}, ["crossarms"] = {"amb@world_human_hang_out_street@female_arms_crossed@idle_a", "idle_a", "Crossarms", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["crossarms2"] = {"amb@world_human_hang_out_street@male_c@idle_a", "idle_b", "Crossarms 2", AnimationOptions = { EmoteMoving = true, }}, ["crossarms3"] = {"anim@heists@heist_corona@single_team", "single_team_loop_boss", "Crossarms 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["crossarms4"] = {"random@street_race", "_car_b_lookout", "Crossarms 4", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["crossarms5"] = {"anim@amb@nightclub@peds@", "rcmme_amanda1_stand_loop_cop", "Crossarms 5", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["foldarms2"] = {"anim@amb@nightclub@peds@", "rcmme_amanda1_stand_loop_cop", "Fold Arms 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["crossarms6"] = {"random@shop_gunstore", "_idle", "Crossarms 6", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["foldarms"] = {"anim@amb@business@bgen@bgen_no_work@", "stand_phone_phoneputdown_idle_nowork", "Fold Arms", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["crossarmsside"] = {"rcmnigel1a_band_groupies", "base_m2", "Crossarms Side", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["damn"] = {"gestures@m@standing@casual", "gesture_damn", "Damn", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1000 }}, ["damn2"] = {"anim@am_hold_up@male", "shoplift_mid", "Damn 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1000 }}, ["pointdown"] = {"gestures@f@standing@casual", "gesture_hand_down", "Point Down", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1000 }}, ["surrender"] = {"random@arrests@busted", "idle_a", "Surrender", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["surrender2"] = {"mp_bank_heist_1", "f_cower_02", "Surrender 2", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["surrender3"] = {"mp_bank_heist_1", "m_cower_01", "Surrender 3", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["surrender4"] = {"mp_bank_heist_1", "m_cower_02", "Surrender 4", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["surrender5"] = {"random@arrests", "kneeling_arrest_idle", "Surrender 5", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["surrender6"] = {"rcmbarry", "m_cower_01", "Surrender 6", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["facepalm2"] = {"anim@mp_player_intcelebrationfemale@face_palm", "face_palm", "Facepalm 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 8000 }}, ["facepalm"] = {"random@car_thief@agitated@idle_a", "agitated_idle_a", "Facepalm", AnimationOptions = { EmoteMoving = true, EmoteDuration = 8000 }}, ["facepalm3"] = {"missminuteman_1ig_2", "tasered_2", "Facepalm 3", AnimationOptions = { EmoteMoving = true, EmoteDuration = 8000 }}, ["facepalm4"] = {"anim@mp_player_intupperface_palm", "idle_a", "Facepalm 4", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["fallover"] = {"random@drunk_driver_1", "drunk_fall_over", "Fall Over"}, ["fallover2"] = {"mp_suicide", "pistol", "Fall Over 2"}, ["fallover3"] = {"mp_suicide", "pill", "Fall Over 3"}, ["fallover4"] = {"friends@frf@ig_2", "knockout_plyr", "Fall Over 4"}, ["fallover5"] = {"anim@gangops@hostage@", "victim_fail", "Fall Over 5"}, ["fallasleep"] = {"mp_sleep", "sleep_loop", "Fall Asleep", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["fightme"] = {"anim@deathmatch_intros@unarmed", "intro_male_unarmed_c", "Fight Me"}, ["fightme2"] = {"anim@deathmatch_intros@unarmed", "intro_male_unarmed_e", "Fight Me 2"}, ["finger"] = {"anim@mp_player_intselfiethe_bird", "idle_a", "Finger", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["finger2"] = {"anim@mp_player_intupperfinger", "idle_a_fp", "Finger 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["handshake"] = {"mp_ped_interaction", "handshake_guy_a", "Handshake", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000 }}, ["handshake2"] = {"mp_ped_interaction", "handshake_guy_b", "Handshake 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000 }}, ["wait"] = {"random@shop_tattoo", "_idle_a", "Wait", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitb"] = {"missbigscore2aig_3", "wait_for_van_c", "Wait B", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitc"] = {"amb@world_human_hang_out_street@female_hold_arm@idle_a", "idle_a", "Wait C", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitd"] = {"amb@world_human_hang_out_street@Female_arm_side@idle_a", "idle_a", "Wait D", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waite"] = {"missclothing", "idle_storeclerk", "Wait E", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitf"] = {"timetable@amanda@ig_2", "ig_2_base_amanda", "Wait F", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitg"] = {"rcmnigel1cnmt_1c", "base", "Wait G", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waith"] = {"rcmjosh1", "idle", "Wait H", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waiti"] = {"rcmjosh2", "josh_2_intp1_base", "Wait I", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitj"] = {"timetable@amanda@ig_3", "ig_3_base_tracy", "Wait J", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitk"] = {"misshair_shop@hair_dressers", "keeper_base", "Wait K", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitl"] = {"rcmjosh1", "keeper_base", "Wait L", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["waitm"] = {"rcmnigel1a", "base", "Wait M", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["hiking"] = {"move_m@hiking", "idle", "Hiking", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["hug"] = {"mp_ped_interaction", "kisses_guy_a", "Hug"}, ["hug2"] = {"mp_ped_interaction", "kisses_guy_b", "Hug 2"}, ["hug3"] = {"mp_ped_interaction", "hugs_guy_a", "Hug 3"}, ["inspect"] = {"random@train_tracks", "idle_e", "Inspect"}, ["jazzhands"] = {"anim@mp_player_intcelebrationfemale@jazz_hands", "jazz_hands", "Jazzhands", AnimationOptions = { EmoteMoving = true, EmoteDuration = 6000, }}, ["jog2"] = {"amb@world_human_jog_standing@male@idle_a", "idle_a", "Jog 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["jog3"] = {"amb@world_human_jog_standing@female@idle_a", "idle_a", "Jog 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["jog4"] = {"amb@world_human_power_walker@female@idle_a", "idle_a", "Jog 4", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["jog5"] = {"move_m@joy@a", "walk", "Jog 5", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["jumpingjacks"] = {"timetable@reunited@ig_2", "jimmy_getknocked", "Jumping Jacks", AnimationOptions = { EmoteLoop = true, }}, ["kneel2"] = {"rcmextreme3", "idle", "Kneel 2", AnimationOptions = { EmoteLoop = true, }}, ["kneel3"] = {"amb@world_human_bum_wash@male@low@idle_a", "idle_a", "Kneel 3", AnimationOptions = { EmoteLoop = true, }}, ["knock"] = {"timetable@jimmy@doorknock@", "knockdoor_idle", "Knock", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["knock2"] = {"missheistfbi3b_ig7", "lift_fibagent_loop", "Knock 2", AnimationOptions = { EmoteLoop = true, }}, ["knucklecrunch"] = {"anim@mp_player_intcelebrationfemale@knuckle_crunch", "knuckle_crunch", "Knuckle Crunch", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["lean2"] = {"amb@world_human_leaning@female@wall@back@hand_up@idle_a", "idle_a", "Lean 2", AnimationOptions = { EmoteLoop = true, }}, ["lean3"] = {"amb@world_human_leaning@female@wall@back@holding_elbow@idle_a", "idle_a", "Lean 3", AnimationOptions = { EmoteLoop = true, }}, ["lean4"] = {"amb@world_human_leaning@male@wall@back@foot_up@idle_a", "idle_a", "Lean 4", AnimationOptions = { EmoteLoop = true, }}, ["lean5"] = {"amb@world_human_leaning@male@wall@back@hands_together@idle_b", "idle_b", "Lean 5", AnimationOptions = { EmoteLoop = true, }}, ["leanflirt"] = {"random@street_race", "_car_a_flirt_girl", "Lean Flirt", AnimationOptions = { EmoteLoop = true, }}, ["leanbar2"] = {"amb@prop_human_bum_shopping_cart@male@idle_a", "idle_c", "Lean Bar 2", AnimationOptions = { EmoteLoop = true, }}, ["leanbar3"] = {"anim@amb@nightclub@lazlow@ig1_vip@", "clubvip_base_laz", "Lean Bar 3", AnimationOptions = { EmoteLoop = true, }}, ["leanbar4"] = {"anim@heists@prison_heist", "ped_b_loop_a", "Lean Bar 4", AnimationOptions = { EmoteLoop = true, }}, ["leanhigh"] = {"anim@mp_ferris_wheel", "idle_a_player_one", "Lean High", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["leanhigh2"] = {"anim@mp_ferris_wheel", "idle_a_player_two", "Lean High 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["leanside"] = {"timetable@mime@01_gc", "idle_a", "Leanside", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["leanside2"] = {"misscarstealfinale", "packer_idle_1_trevor", "Leanside 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["leanside3"] = {"misscarstealfinalecar_5_ig_1", "waitloop_lamar", "Leanside 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["leanside4"] = {"misscarstealfinalecar_5_ig_1", "waitloop_lamar", "Leanside 4", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["leanside5"] = {"rcmjosh2", "josh_2_intp1_base", "Leanside 5", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["me"] = {"gestures@f@standing@casual", "gesture_me_hard", "Me", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1000 }}, ["mechanic"] = {"mini@repair", "fixing_a_ped", "Mechanic", AnimationOptions = { EmoteLoop = true, }}, ["mechanic2"] = {"mini@repair", "fixing_a_player", "Mechanic 2", AnimationOptions = { EmoteLoop = true, }}, ["mechanic3"] = {"amb@world_human_vehicle_mechanic@male@base", "base", "Mechanic 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["mechanic4"] = {"anim@amb@clubhouse@tutorial@bkr_tut_ig3@", "machinic_loop_mechandplayer", "Mechanic 4", AnimationOptions = { EmoteLoop = true, }}, ["mechanic5"] = {"amb@prop_human_movie_bulb@idle_a", "idle_b", "Mechanic 5", AnimationOptions = { EmoteLoop = true, }}, ["medic2"] = {"amb@medic@standing@tendtodead@base", "base", "Medic 2", AnimationOptions = { EmoteLoop = true, }}, ["meditate"] = {"rcmcollect_paperleadinout@", "meditiate_idle", "Meditiate", AnimationOptions = -- CHANGE ME { EmoteLoop = true, }}, ["meditate2"] = {"rcmepsilonism3", "ep_3_rcm_marnie_meditating", "Meditiate 2", AnimationOptions = -- CHANGE ME { EmoteLoop = true, }}, ["meditate3"] = {"rcmepsilonism3", "base_loop", "Meditiate 3", AnimationOptions = -- CHANGE ME { EmoteLoop = true, }}, ["metal"] = {"anim@mp_player_intincarrockstd@ps@", "idle_a", "Metal", AnimationOptions = -- CHANGE ME { EmoteLoop = true, EmoteMoving = true, }}, ["no"] = {"anim@heists@ornate_bank@chat_manager", "fail", "No", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["no2"] = {"mp_player_int_upper_nod", "mp_player_int_nod_no", "No 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["nosepick"] = {"anim@mp_player_intcelebrationfemale@nose_pick", "nose_pick", "Nose Pick", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["noway"] = {"gestures@m@standing@casual", "gesture_no_way", "No Way", AnimationOptions = { EmoteDuration = 1500, EmoteMoving = true, }}, ["ok"] = {"anim@mp_player_intselfiedock", "idle_a", "OK", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["dock"] = {"anim@mp_player_intincardockstd@rds@", "idle_a", "Dock", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["outofbreath"] = {"re@construction", "out_of_breath", "Out of Breath", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["pickup"] = {"random@domestic", "pickup_low", "Pickup"}, ["push"] = {"missfinale_c2ig_11", "pushcar_offcliff_f", "Push", AnimationOptions = { EmoteLoop = true, }}, ["push2"] = {"missfinale_c2ig_11", "pushcar_offcliff_m", "Push 2", AnimationOptions = { EmoteLoop = true, }}, ["point"] = {"gestures@f@standing@casual", "gesture_point", "Point", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["pushup"] = {"amb@world_human_push_ups@male@idle_a", "idle_d", "Pushup", AnimationOptions = { EmoteLoop = true, }}, ["countdown"] = {"random@street_race", "grid_girl_race_start", "Countdown", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["pointright"] = {"mp_gun_shop_tut", "indicate_right", "Point Right", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["salute"] = {"anim@mp_player_intincarsalutestd@ds@", "idle_a", "Salute", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["salute2"] = {"anim@mp_player_intincarsalutestd@ps@", "idle_a", "Salute 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["salute3"] = {"anim@mp_player_intuppersalute", "idle_a", "Salute 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["scared"] = {"random@domestic", "f_distressed_loop", "Scared", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["scared2"] = {"random@homelandsecurity", "knees_loop_girl", "Scared 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["screwyou"] = {"misscommon@response", "screw_you", "Screw You", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["shakeoff"] = {"move_m@_idles@shake_off", "shakeoff_1", "Shake Off", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3500, }}, ["shot"] = {"random@dealgonewrong", "idle_a", "Shot", AnimationOptions = { EmoteLoop = true, }}, ["sleep"] = {"timetable@tracy@sleep@", "idle_c", "Sleep", AnimationOptions = { EmoteLoop = true, }}, ["shrug"] = {"gestures@f@standing@casual", "gesture_shrug_hard", "Shrug", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1000, }}, ["shrug2"] = {"gestures@m@standing@casual", "gesture_shrug_hard", "Shrug 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1000, }}, ["sit"] = {"anim@amb@business@bgen@bgen_no_work@", "sit_phone_phoneputdown_idle_nowork", "Sit", AnimationOptions = { EmoteLoop = true, }}, ["sit2"] = {"rcm_barry3", "barry_3_sit_loop", "Sit 2", AnimationOptions = { EmoteLoop = true, }}, ["sit3"] = {"amb@world_human_picnic@male@idle_a", "idle_a", "Sit 3", AnimationOptions = { EmoteLoop = true, }}, ["sit4"] = {"amb@world_human_picnic@female@idle_a", "idle_a", "Sit 4", AnimationOptions = { EmoteLoop = true, }}, ["sit5"] = {"anim@heists@fleeca_bank@ig_7_jetski_owner", "owner_idle", "Sit 5", AnimationOptions = { EmoteLoop = true, }}, ["sit6"] = {"timetable@jimmy@mics3_ig_15@", "idle_a_jimmy", "Sit 6", AnimationOptions = { EmoteLoop = true, }}, ["sit7"] = {"anim@amb@nightclub@lazlow@lo_alone@", "lowalone_base_laz", "Sit 7", AnimationOptions = { EmoteLoop = true, }}, ["sit8"] = {"timetable@jimmy@mics3_ig_15@", "mics3_15_base_jimmy", "Sit 8", AnimationOptions = { EmoteLoop = true, }}, ["sit9"] = {"amb@world_human_stupor@male@idle_a", "idle_a", "Sit 9", AnimationOptions = { EmoteLoop = true, }}, ["sitlow"] = {"anim@veh@lowrider@std@ds@arm@base", "sit_low_lowdoor", "Sit Lowrider", AnimationOptions = { EmoteLoop = true, }}, ["sitlean"] = {"timetable@tracy@ig_14@", "ig_14_base_tracy", "Sit Lean", AnimationOptions = { EmoteLoop = true, }}, ["sitsad"] = {"anim@amb@business@bgen@bgen_no_work@", "sit_phone_phoneputdown_sleeping-noworkfemale", "Sit Sad", AnimationOptions = { EmoteLoop = true, }}, ["sitscared"] = {"anim@heists@ornate_bank@hostages@hit", "hit_loop_ped_b", "Sit Scared", AnimationOptions = { EmoteLoop = true, }}, ["sitscared2"] = {"anim@heists@ornate_bank@hostages@ped_c@", "flinch_loop", "Sit Scared 2", AnimationOptions = { EmoteLoop = true, }}, ["sitscared3"] = {"anim@heists@ornate_bank@hostages@ped_e@", "flinch_loop", "Sit Scared 3", AnimationOptions = { EmoteLoop = true, }}, ["sitdrunk"] = {"timetable@amanda@drunk@base", "base", "Sit Drunk", AnimationOptions = { EmoteLoop = true, }}, ["sitchair2"] = {"timetable@ron@ig_5_p3", "ig_5_p3_base", "Sit Chair 2", AnimationOptions = { EmoteLoop = true, }}, ["sitchair3"] = {"timetable@reunited@ig_10", "base_amanda", "Sit Chair 3 (Female)", AnimationOptions = { EmoteLoop = true, }}, ["sitchair4"] = {"timetable@ron@ig_3_couch", "base", "Sit Chair 4", AnimationOptions = { EmoteLoop = true, }}, ["sitchair5"] = {"timetable@jimmy@mics3_ig_15@", "mics3_15_base_tracy", "Sit Chair Legs Crossed", AnimationOptions = { EmoteLoop = true, }}, ["sitchair6"] = {"timetable@maid@couch@", "base", "Sit Chair Lean Back", AnimationOptions = { EmoteLoop = true, }}, ["sitchairside"] = {"timetable@ron@ron_ig_2_alt1", "ig_2_alt1_base", "Sit Chair Side", AnimationOptions = { EmoteLoop = true, }}, ["situp"] = {"amb@world_human_sit_ups@male@idle_a", "idle_a", "Sit Up", AnimationOptions = { EmoteLoop = true, }}, ["clapangry"] = {"anim@arena@celeb@flat@solo@no_props@", "angry_clap_a_player_a", "Clap Angry", AnimationOptions = { EmoteLoop = true, }}, ["slowclap3"] = {"anim@mp_player_intupperslow_clap", "idle_a", "Slow Clap 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["clap"] = {"amb@world_human_cheering@male_a", "base", "Clap", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["slowclap"] = {"anim@mp_player_intcelebrationfemale@slow_clap", "slow_clap", "Slow Clap", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["slowclap2"] = {"anim@mp_player_intcelebrationmale@slow_clap", "slow_clap", "Slow Clap 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["smell"] = {"move_p_m_two_idles@generic", "fidget_sniff_fingers", "Smell", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["stickup"] = {"random@countryside_gang_fight", "biker_02_stickup_loop", "Stick Up", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["stumble"] = {"misscarsteal4@actor", "stumble", "Stumble", AnimationOptions = { EmoteLoop = true, }}, ["stunned"] = {"stungun@standing", "damage", "Stunned", AnimationOptions = { EmoteLoop = true, }}, ["sunbathe"] = {"amb@world_human_sunbathe@male@back@base", "base", "Sunbathe", AnimationOptions = { EmoteLoop = true, }}, ["sunbathe2"] = {"amb@world_human_sunbathe@female@back@base", "base", "Sunbathe 2", AnimationOptions = { EmoteLoop = true, }}, ["t"] = {"missfam5_yoga", "a2_pose", "T", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["t2"] = {"mp_sleep", "bind_pose_180", "T 2", AnimationOptions = { EmoteLoop = true, }}, ["think5"] = {"mp_cp_welcome_tutthink", "b_think", "Think 5", AnimationOptions = { EmoteMoving = true, EmoteDuration = 2000, }}, ["think"] = {"misscarsteal4@aliens", "rehearsal_base_idle_director", "Think", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["think3"] = {"timetable@tracy@ig_8@base", "base", "Think 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["think2"] = {"missheist_jewelleadinout", "jh_int_outro_loop_a", "Think 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["thumbsup3"] = {"anim@mp_player_intincarthumbs_uplow@ds@", "enter", "Thumbs Up 3", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000, }}, ["thumbsup2"] = {"anim@mp_player_intselfiethumbs_up", "idle_a", "Thumbs Up 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["thumbsup"] = {"anim@mp_player_intupperthumbs_up", "idle_a", "Thumbs Up", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["type"] = {"anim@heists@prison_heiststation@cop_reactions", "cop_b_idle", "Type", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["type2"] = {"anim@heists@prison_heistig1_p1_guard_checks_bus", "loop", "Type 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["type3"] = {"mp_prison_break", "hack_loop", "Type 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["type4"] = {"mp_fbi_heist", "loop", "Type 4", AnimationOptions = { EmoteLoop = true, }}, ["warmth"] = {"amb@world_human_stand_fire@male@idle_a", "idle_a", "Warmth", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave4"] = {"random@mugging5", "001445_01_gangintimidation_1_female_idle_b", "Wave 4", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000, }}, ["wave2"] = {"anim@mp_player_intcelebrationfemale@wave", "wave", "Wave 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave3"] = {"friends@fra@ig_1", "over_here_idle_a", "Wave 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave"] = {"friends@frj@ig_1", "wave_a", "Wave", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave5"] = {"friends@frj@ig_1", "wave_b", "Wave 5", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave6"] = {"friends@frj@ig_1", "wave_c", "Wave 6", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave7"] = {"friends@frj@ig_1", "wave_d", "Wave 7", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave8"] = {"friends@frj@ig_1", "wave_e", "Wave 8", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["wave9"] = {"gestures@m@standing@casual", "gesture_hello", "Wave 9", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["whistle"] = {"taxi_hail", "hail_taxi", "Whistle", AnimationOptions = { EmoteMoving = true, EmoteDuration = 1300, }}, ["whistle2"] = {"rcmnigel1c", "hailing_whistle_waive_a", "Whistle 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 2000, }}, ["yeah"] = {"anim@mp_player_intupperair_shagging", "idle_a", "Yeah", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["lift"] = {"random@hitch_lift", "idle_f", "Lift", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["lol"] = {"anim@arena@celeb@flat@paired@no_props@", "laugh_a_player_b", "LOL", AnimationOptions = { EmoteLoop = true, }}, ["lol2"] = {"anim@arena@celeb@flat@solo@no_props@", "giggle_a_player_b", "LOL 2", AnimationOptions = { EmoteLoop = true, }}, ["statue2"] = {"fra_0_int-1", "cs_lamardavis_dual-1", "Statue 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["statue3"] = {"club_intro2-0", "csb_englishdave_dual-0", "Statue 3", AnimationOptions = { EmoteLoop = true, }}, ["gangsign"] = {"mp_player_int_uppergang_sign_a", "mp_player_int_gang_sign_a", "Gang Sign", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["gangsign2"] = {"mp_player_int_uppergang_sign_b", "mp_player_int_gang_sign_b", "Gang Sign 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["passout"] = {"missarmenian2", "drunk_loop", "Passout", AnimationOptions = { EmoteLoop = true, }}, ["passout2"] = {"missarmenian2", "corpse_search_exit_ped", "Passout 2", AnimationOptions = { EmoteLoop = true, }}, ["passout3"] = {"anim@gangops@morgue@table@", "body_search", "Passout 3", AnimationOptions = { EmoteLoop = true, }}, ["passout4"] = {"mini@cpr@char_b@cpr_def", "cpr_pumpchest_idle", "Passout 4", AnimationOptions = { EmoteLoop = true, }}, ["passout5"] = {"random@mugging4", "flee_backward_loop_shopkeeper", "Passout 5", AnimationOptions = { EmoteLoop = true, }}, ["petting"] = {"creatures@rottweiler@tricks@", "petting_franklin", "Petting", AnimationOptions = { EmoteLoop = true, }}, ["crawl"] = {"move_injured_ground", "front_loop", "Crawl", AnimationOptions = { EmoteLoop = true, }}, ["flip2"] = {"anim@arena@celeb@flat@solo@no_props@", "cap_a_player_a", "Flip 2"}, ["flip"] = {"anim@arena@celeb@flat@solo@no_props@", "flip_a_player_a", "Flip"}, ["slide"] = {"anim@arena@celeb@flat@solo@no_props@", "slide_a_player_a", "Slide"}, ["slide2"] = {"anim@arena@celeb@flat@solo@no_props@", "slide_b_player_a", "Slide 2"}, ["slide3"] = {"anim@arena@celeb@flat@solo@no_props@", "slide_c_player_a", "Slide 3"}, ["slugger"] = {"anim@arena@celeb@flat@solo@no_props@", "slugger_a_player_a", "Slugger"}, ["flipoff"] = {"anim@arena@celeb@podium@no_prop@", "flip_off_a_1st", "Flip Off", AnimationOptions = { EmoteMoving = true, }}, ["flipoff2"] = {"anim@arena@celeb@podium@no_prop@", "flip_off_c_1st", "Flip Off 2", AnimationOptions = { EmoteMoving = true, }}, ["bow"] = {"anim@arena@celeb@podium@no_prop@", "regal_c_1st", "Bow", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["bow2"] = {"anim@arena@celeb@podium@no_prop@", "regal_a_1st", "Bow 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["keyfob"] = {"anim@mp_player_intmenu@key_fob@", "fob_click", "Key Fob", AnimationOptions = { EmoteLoop = false, EmoteMoving = true, EmoteDuration = 1000, }}, ["reaching"] = {"move_m@intimidation@cop@unarmed", "idle", "Reaching", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["slap"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_slap", "Slap", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, EmoteDuration = 2000, }}, ["headbutt"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_headbutt", "Headbutt"}, ["fishdance"] = {"anim@mp_player_intupperfind_the_fish", "idle_a", "Fish Dance", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["peace"] = {"mp_player_int_upperpeace_sign", "mp_player_int_peace_sign", "Peace", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["peace2"] = {"anim@mp_player_intupperpeace", "idle_a", "Peace 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["cpr"] = {"mini@cpr@char_a@cpr_str", "cpr_pumpchest", "CPR", AnimationOptions = { EmoteLoop = true, }}, ["cpr2"] = {"mini@cpr@char_a@cpr_str", "cpr_pumpchest", "CPR 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["ledge"] = {"missfbi1", "ledge_loop", "Ledge", AnimationOptions = { EmoteLoop = true, }}, ["airplane"] = {"missfbi1", "ledge_loop", "Air Plane", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["peek"] = {"random@paparazzi@peek", "left_peek_a", "Peek", AnimationOptions = { EmoteLoop = true, }}, ["cough"] = {"timetable@gardener@smoking_joint", "idle_cough", "Cough", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["stretch"] = {"mini@triathlon", "idle_e", "Stretch", AnimationOptions = { EmoteLoop = true, }}, ["stretch2"] = {"mini@triathlon", "idle_f", "Stretch 2", AnimationOptions = { EmoteLoop = true, }}, ["stretch3"] = {"mini@triathlon", "idle_d", "Stretch 3", AnimationOptions = { EmoteLoop = true, }}, ["stretch4"] = {"rcmfanatic1maryann_stretchidle_b", "idle_e", "Stretch 4", AnimationOptions = { EmoteLoop = true, }}, ["celebrate"] = {"rcmfanatic1celebrate", "celebrate", "Celebrate", AnimationOptions = { EmoteLoop = true, }}, ["punching"] = {"rcmextreme2", "loop_punching", "Punching", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["superhero"] = {"rcmbarry", "base", "Superhero", AnimationOptions = { EmoteLoop = true, }}, ["superhero2"] = {"rcmbarry", "base", "Superhero 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["mindcontrol"] = {"rcmbarry", "mind_control_b_loop", "Mind Control", AnimationOptions = { EmoteLoop = true, }}, ["mindcontrol2"] = {"rcmbarry", "bar_1_attack_idle_aln", "Mind Control 2", AnimationOptions = { EmoteLoop = true, }}, ["clown"] = {"rcm_barry2", "clown_idle_0", "Clown", AnimationOptions = { EmoteLoop = true, }}, ["clown2"] = {"rcm_barry2", "clown_idle_1", "Clown 2", AnimationOptions = { EmoteLoop = true, }}, ["clown3"] = {"rcm_barry2", "clown_idle_2", "Clown 3", AnimationOptions = { EmoteLoop = true, }}, ["clown4"] = {"rcm_barry2", "clown_idle_3", "Clown 4", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["clown5"] = {"rcm_barry2", "clown_idle_6", "Clown 5", AnimationOptions = { EmoteLoop = true, }}, ["tryclothes"] = {"mp_clothing@female@trousers", "try_trousers_neutral_a", "Try Clothes", AnimationOptions = { EmoteLoop = true, }}, ["tryclothes2"] = {"mp_clothing@female@shirt", "try_shirt_positive_a", "Try Clothes 2", AnimationOptions = { EmoteLoop = true, }}, ["tryclothes3"] = {"mp_clothing@female@shoes", "try_shoes_positive_a", "Try Clothes 3", AnimationOptions = { EmoteLoop = true, }}, ["nervous2"] = {"mp_missheist_countrybank@nervous", "nervous_idle", "Nervous 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["nervous"] = {"amb@world_human_bum_standing@twitchy@idle_a", "idle_c", "Nervous", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["nervous3"] = {"rcmme_tracey1", "nervous_loop", "Nervous 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["uncuff"] = {"mp_arresting", "a_uncuff", "Uncuff", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["namaste"] = {"timetable@amanda@ig_4", "ig_4_base", "Namaste", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["threaten"] = {"random@atmrobberygen", "b_atm_mugging", "Threaten", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["radio"] = {"random@arrests", "generic_radio_chatter", "Radio", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["pull"] = {"random@mugging4", "struggle_loop_b_thief", "Pull", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["bird"] = {"random@peyote@bird", "wakeup", "Bird"}, ["chicken"] = {"random@peyote@chicken", "wakeup", "Chicken", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["bark"] = {"random@peyote@dog", "wakeup", "Bark"}, ["rabbit"] = {"random@peyote@rabbit", "wakeup", "Rabbit"}, ["spiderman"] = {"missexile3", "ex03_train_roof_idle", "Spider-Man", AnimationOptions = { EmoteLoop = true, }}, ["boi"] = {"special_ped@jane@monologue_5@monologue_5c", "brotheradrianhasshown_2", "BOI", AnimationOptions = { EmoteMoving = true, EmoteDuration = 3000, }}, ["adjust"] = {"missmic4", "michael_tux_fidget", "Adjust", AnimationOptions = { EmoteMoving = true, EmoteDuration = 4000, }}, ["handsup"] = {"missminuteman_1ig_2", "handsup_base", "Hands Up", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["handsup2"] = {"anim@mp_player_intuppersurrender", "idle_a_fp", "Hands Up 2", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["pee"] = {"misscarsteal2peeing", "peeing_loop", "Pee", AnimationOptions = { EmoteStuck = true, PtfxAsset = "scr_amb_chop", PtfxName = "ent_anim_dog_peeing", PtfxNoProp = true, PtfxPlacement = {-0.05, 0.3, 0.0, 0.0, 90.0, 90.0, 1.0}, PtfxInfo = Config.Languages[Config.MenuLanguage]['pee'], PtfxWait = 3000, }}, ["valet"] = {"anim@amb@casino@valet_scenario@pose_a@", "base_a_m_y_vinewood_01", "Valet", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["valet2"] = {"anim@amb@casino@valet_scenario@pose_b@", "base_a_m_y_vinewood_01", "Valet 2", AnimationOptions = { EmoteLoop = true, EmoteMoving = false, }}, ["valet3"] = {"anim@amb@casino@valet_scenario@pose_d@", "base_a_m_y_vinewood_01", "Valet 3", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["hump"] = {"timetable@trevor@skull_loving_bear", "skull_loving_bear", "Hump", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["hump2"] = {"timetable@trevor@skull_loving_bear", "skull_loving_bear", "Hump 2 (Bear)", AnimationOptions = { Prop = 'prop_mr_raspberry_01', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteMoving = false, EmoteLoop = true, }}, ["tighten"] = {"timetable@denice@ig_1", "idle_b", "Tigten (Yoga)", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["fspose"] = {"missfam5_yoga", "c2_pose", "F Sex Pose", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["fspose2"] = {"missfam5_yoga", "c6_pose", "F Sex Pose 2", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["fspose4"] = {"anim@amb@carmeet@checkout_car@", "female_c_idle_d", "F Sex Pose 4", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["showerf"] = {"mp_safehouseshower@female@", "shower_enter_into_idle", "Shower Enter Female", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["showerf2"] = {"mp_safehouseshower@female@", "shower_idle_a", "Shower Female", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["showerf3"] = {"mp_safehouseshower@female@", "shower_idle_b", "Shower Female 2", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["showerm"] = {"mp_safehouseshower@male@", "male_shower_idle_a", "Shower Enter Male", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["showerm2"] = {"mp_safehouseshower@male@", "male_shower_idle_b", "Shower Male 2", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["showerm3"] = {"mp_safehouseshower@male@", "male_shower_idle_c", "Shower Male 3", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["showerm4"] = {"mp_safehouseshower@male@", "male_shower_idle_d", "Shower Male 4", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ["picklock"] = {"missheistfbisetup1", "hassle_intro_loop_f", "Picklock", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["cleanhands"] = {"missheist_agency3aig_23", "urinal_sink_loop", "Clean Them Filthy Hands", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["cleanface"] = {"switch@michael@wash_face", "loop_michael", "Clean Your Face", AnimationOptions = { EmoteMoving = true, EmoteLoop = true, }}, ["buzz"] = {"anim@apt_trans@buzzer", "buzz_reg", "Buzz Door", AnimationOptions = { EmoteLoop = false, EmoteMoving = false, }}, ["piss"] = {"missbigscore1switch_trevor_piss", "piss_loop", "Piss (Male)", AnimationOptions = { EmoteMoving = false, EmoteLoop = true, }}, ----------------------------------------------------------------------------------------------------------- ------ These are Scenarios, some of these dont work on women and some other issues, but still good to have. ----------------------------------------------------------------------------------------------------------- ["atm"] = {"Scenario", "PROP_HUMAN_ATM", "ATM"}, ["bbq"] = {"MaleScenario", "PROP_HUMAN_BBQ", "BBQ"}, ["bumbin"] = {"Scenario", "PROP_HUMAN_BUM_BIN", "Bum Bin"}, ["bumsleep"] = {"Scenario", "WORLD_HUMAN_BUM_SLUMPED", "Bum Sleep"}, ["cheer"] = {"Scenario", "WORLD_HUMAN_CHEERING", "Cheer"}, ["chinup"] = {"Scenario", "PROP_HUMAN_MUSCLE_CHIN_UPS", "Chinup"}, ["cop"] = {"Scenario", "WORLD_HUMAN_COP_IDLES", "Cop"}, ["drilling"] = {"Scenario", "WORLD_HUMAN_CONST_DRILL", "Construction Drilling"}, ["filmshocking"] = {"Scenario", "WORLD_HUMAN_MOBILE_FILM_SHOCKING", "Film Shocking"}, ["flex"] = {"Scenario", "WORLD_HUMAN_MUSCLE_FLEX", "Flex"}, ["guard"] = {"Scenario", "WORLD_HUMAN_GUARD_STAND", "Guard"}, ["garden"] = {"Scenario", "WORLD_HUMAN_GARDENER_PLANT", "Gardening"}, ["hammer"] = {"Scenario", "WORLD_HUMAN_HAMMERING", "Hammer"}, ["hangout"] = {"Scenario", "WORLD_HUMAN_HANG_OUT_STREET", "Hangout"}, ["impatient"] = {"Scenario", "WORLD_HUMAN_STAND_IMPATIENT", "Impatient"}, ["janitor"] = {"Scenario", "WORLD_HUMAN_JANITOR", "Janitor"}, ["jog"] = {"Scenario", "WORLD_HUMAN_JOG_STANDING", "Jog"}, ["kneel"] = {"Scenario", "CODE_HUMAN_MEDIC_KNEEL", "Kneel"}, ["lean"] = {"Scenario", "WORLD_HUMAN_LEANING", "Lean"}, ["leanbar"] = {"Scenario", "PROP_HUMAN_BUM_SHOPPING_CART", "Lean Bar"}, ["lookout"] = {"Scenario", "CODE_HUMAN_CROSS_ROAD_WAIT", "Lookout"}, ["maid"] = {"Scenario", "WORLD_HUMAN_MAID_CLEAN", "Maid"}, ["medic"] = {"Scenario", "CODE_HUMAN_MEDIC_TEND_TO_DEAD", "Medic"}, ["musician"] = {"MaleScenario", "WORLD_HUMAN_MUSICIAN", "Musician"}, -- Ambient Music Doesn't Seem To Work For Female, Hence It's Male Only ["notepad2"] = {"Scenario", "CODE_HUMAN_MEDIC_TIME_OF_DEATH", "Notepad 2"}, ["parkingmeter"] = {"Scenario", "PROP_HUMAN_PARKING_METER", "Parking Meter"}, ["party"] = {"Scenario", "WORLD_HUMAN_PARTYING", "Party"}, ["texting"] = {"Scenario", "WORLD_HUMAN_STAND_MOBILE", "Texting"}, ["prosthigh"] = {"Scenario", "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS", "Prostitue High"}, ["prostlow"] = {"Scenario", "WORLD_HUMAN_PROSTITUTE_LOW_CLASS", "Prostitue Low"}, ["puddle"] = {"Scenario", "WORLD_HUMAN_BUM_WASH", "Puddle"}, ["record"] = {"Scenario", "WORLD_HUMAN_MOBILE_FILM_SHOCKING", "Record"}, -- Sitchair is a litte special, since you want the player to be seated correctly. -- So we set it as "ScenarioObject" and do TaskStartScenarioAtPosition() instead of "AtPlace" ["sitchair"] = {"ScenarioObject", "PROP_HUMAN_SEAT_CHAIR_MP_PLAYER", "Sit Chair"}, ["smoke"] = {"Scenario", "WORLD_HUMAN_SMOKING", "Smoke"}, ["smokeweed"] = {"MaleScenario", "WORLD_HUMAN_DRUG_DEALER", "Smoke Weed (Male)"}, -- Male ["smokepot"] = {"Scenario", "WORLD_HUMAN_SMOKING_POT", "Smoke Weed (Female)"}, -- Female ["statue"] = {"Scenario", "WORLD_HUMAN_HUMAN_STATUE", "Statue"}, ["sunbathe3"] = {"Scenario", "WORLD_HUMAN_SUNBATHE", "Sunbathe 3"}, ["sunbatheback"] = {"Scenario", "WORLD_HUMAN_SUNBATHE_BACK", "Sunbathe Back"}, ["weld"] = {"Scenario", "WORLD_HUMAN_WELDING", "Weld"}, ["windowshop"] = {"Scenario", "WORLD_HUMAN_WINDOW_SHOP_BROWSE", "Window Shop"}, ["yoga"] = {"Scenario", "WORLD_HUMAN_YOGA", "Yoga"}, -- CASINO DLC EMOTES (Requires gamebuild 2060 or higher) ["karate"] = {"anim@mp_player_intcelebrationfemale@karate_chops", "karate_chops", "Karate"}, ["karate2"] = {"anim@mp_player_intcelebrationmale@karate_chops", "karate_chops", "Karate 2"}, ["cutthroat"] = {"anim@mp_player_intcelebrationmale@cut_throat", "cut_throat", "Cut Throat"}, ["cutthroat2"] = {"anim@mp_player_intcelebrationfemale@cut_throat", "cut_throat", "Cut Throat 2"}, ["mindblown"] = {"anim@mp_player_intcelebrationmale@mind_blown", "mind_blown", "Mind Blown", AnimationOptions = { EmoteMoving = true, EmoteDuration = 4000 }}, ["mindblown2"] = {"anim@mp_player_intcelebrationfemale@mind_blown", "mind_blown", "Mind Blown 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 4000 }}, ["boxing"] = {"anim@mp_player_intcelebrationmale@shadow_boxing", "shadow_boxing", "Boxing", AnimationOptions = { EmoteMoving = true, EmoteDuration = 4000 }}, ["boxing2"] = {"anim@mp_player_intcelebrationfemale@shadow_boxing", "shadow_boxing", "Boxing 2", AnimationOptions = { EmoteMoving = true, EmoteDuration = 4000 }}, ["stink"] = {"anim@mp_player_intcelebrationfemale@stinker", "stinker", "Stink", AnimationOptions = { EmoteMoving = true, EmoteLoop = true }}, ["think4"] = {"anim@amb@casino@hangout@ped_male@stand@02b@idles", "idle_a", "Think 4", AnimationOptions = { EmoteLoop = true, EmoteMoving = true, }}, ["adjusttie"] = {"clothingtie", "try_tie_positive_a", "Adjust Tie", AnimationOptions = { EmoteMoving = true, EmoteDuration = 5000 }}, } DP.PropEmotes = { ["umbrella"] = {"amb@world_human_drinking@coffee@male@base", "base", "Umbrella", AnimationOptions = { Prop = "p_amb_brolly_01", PropBone = 57005, PropPlacement = {0.15, 0.005, 0.0, 87.0, -20.0, 180.0}, EmoteLoop = true, EmoteMoving = true, }}, ['umbrella2'] = {'rcmnigel1d', 'base_club_shoulder', 'Umbrella 2', AnimationOptions = { Prop = 'p_amb_brolly_01', PropBone = 28422, PropPlacement = {0.0700, 0.0100, 0.1100, 2.3402393, -150.9605721, 57.3374916}, EmoteLoop = true, EmoteMoving = true, }}, ----------------------------------------------------------------------------------------------------- ------ This is an example of an emote with 2 props, pretty simple! ---------------------------------- ----------------------------------------------------------------------------------------------------- ["notepad"] = {"missheistdockssetup1clipboard@base", "base", "Notepad", AnimationOptions = { Prop = 'prop_notepad_01', PropBone = 18905, PropPlacement = {0.1, 0.02, 0.05, 10.0, 0.0, 0.0}, SecondProp = 'prop_pencil_01', SecondPropBone = 58866, SecondPropPlacement = {0.11, -0.02, 0.001, -120.0, 0.0, 0.0}, -- EmoteLoop is used for emotes that should loop, its as simple as that. -- Then EmoteMoving is used for emotes that should only play on the upperbody. -- The code then checks both values and sets the MovementType to the correct one EmoteLoop = true, EmoteMoving = true, }}, ["box"] = {"anim@heists@box_carry@", "idle", "Box", AnimationOptions = { Prop = "hei_prop_heist_box", PropBone = 60309, PropPlacement = {0.025, 0.08, 0.255, -145.0, 290.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["rose"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Rose", AnimationOptions = { Prop = "prop_single_rose", PropBone = 18905, PropPlacement = {0.13, 0.15, 0.0, -100.0, 0.0, -20.0}, EmoteLoop = true, EmoteMoving = true, }}, ["smoke2"] = {"amb@world_human_aa_smoke@male@idle_a", "idle_c", "Smoke 2", AnimationOptions = { Prop = 'prop_cs_ciggy_01', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["smoke3"] = {"amb@world_human_aa_smoke@male@idle_a", "idle_b", "Smoke 3", AnimationOptions = { Prop = 'prop_cs_ciggy_01', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["smoke4"] = {"amb@world_human_smoking@female@idle_a", "idle_b", "Smoke 4", AnimationOptions = { Prop = 'prop_cs_ciggy_01', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["bong"] = {"anim@safehouse@bong", "bong_stage3", "Bong", AnimationOptions = { Prop = 'hei_heist_sh_bong_01', PropBone = 18905, PropPlacement = {0.10,-0.25,0.0,95.0,190.0,180.0}, }}, ["fishing1"] = {"amb@world_human_stand_fishing@idle_a", "idle_a", "Fishing1", AnimationOptions = { Prop = 'prop_fishing_rod_01', PropBone = 60309, PropPlacement = {0.0,0.0,0.0,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["fishing2"] = {"amb@world_human_stand_fishing@idle_a", "idle_b", "Fishing2", AnimationOptions = { Prop = 'prop_fishing_rod_01', PropBone = 60309, PropPlacement = {0.0,0.0,0.0,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["fishing3"] = {"amb@world_human_stand_fishing@idle_a", "idle_c", "Fishing3", AnimationOptions = { Prop = 'prop_fishing_rod_01', PropBone = 60309, PropPlacement = {0.0,0.0,0.0,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["suitcase"] = {"move_weapon@jerrycan@generic", "idle", "Suitcase", AnimationOptions = { Prop = "prop_ld_suitcase_01", PropBone = 57005, PropPlacement = {0.35, 0.0, 0.0, 0.0, 266.0, 90.0}, EmoteLoop = true, EmoteMoving = true, }}, ["suitcase2"] = {"move_weapon@jerrycan@generic", "idle", "Suitcase 2", AnimationOptions = { Prop = "prop_security_case_01", PropBone = 57005, PropPlacement = {0.13, 0.0, -0.01, 0.0, 280.0, 90.0}, EmoteLoop = true, EmoteMoving = true, }}, ["boombox"] = {"move_weapon@jerrycan@generic", "idle", "Boombox", AnimationOptions = { Prop = "prop_boombox_01", PropBone = 57005, PropPlacement = {0.27, 0.0, 0.0, 0.0, 263.0, 58.0}, EmoteLoop = true, EmoteMoving = true, }}, ["toolbox"] = {"move_weapon@jerrycan@generic", "idle", "Toolbox", AnimationOptions = { Prop = "prop_tool_box_04", PropBone = 28422, PropPlacement = {0.3960,0.0410,-0.0030, -90.00, 0.0, 90.00}, EmoteLoop = true, EmoteMoving = true, }}, ["toolbox2"] = {"move_weapon@jerrycan@generic", "idle", "Toolbox 2", AnimationOptions = { Prop = "imp_prop_tool_box_01a", PropBone = 28422, PropPlacement = {0.3700,0.0200, 0.0, 90.00, 0.0, -90.00}, EmoteLoop = true, EmoteMoving = true, }}, ["gbag"] = {"missfbi4prepp1", "_idle_garbage_man", "Garbage Bag", AnimationOptions = { Prop = "prop_cs_street_binbag_01", PropBone = 28422, PropPlacement = {0.0, 0.0400, -0.0200, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beerbox"] = {"move_weapon@jerrycan@generic", "idle", "Beer Box 1", AnimationOptions = { Prop = "v_ret_ml_beerdus", PropBone = 57005, PropPlacement = {0.22, 0.0, 0.0, 0.0, 266.0, 48.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beerbox2"] = {"move_weapon@jerrycan@generic", "idle", "Beer Box 2", AnimationOptions = { Prop = "v_ret_ml_beeram", PropBone = 57005, PropPlacement = {0.22, 0.0, 0.0, 0.0, 266.0, 48.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beerbox3"] = {"move_weapon@jerrycan@generic", "idle", "Beer Box 3", AnimationOptions = { Prop = "v_ret_ml_beerpride", PropBone = 57005, PropPlacement = {0.22, 0.0, 0.0, 0.0, 266.0, 48.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beerbox4"] = {"move_weapon@jerrycan@generic", "idle", "Beer Box 4", AnimationOptions = { Prop = "v_ret_ml_beerbar", PropBone = 57005, PropPlacement = {0.22, 0.0, 0.0, 0.0, 266.0, 60.0}, EmoteLoop = true, EmoteMoving = true, }}, ["mugshot"] = {"mp_character_creation@customise@male_a", "loop", "Mugshot", AnimationOptions = { Prop = 'prop_police_id_board', PropBone = 58868, PropPlacement = {0.12, 0.24, 0.0, 5.0, 0.0, 70.0}, EmoteLoop = true, EmoteMoving = true, }}, ["coffee"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Coffee", AnimationOptions = { Prop = 'p_amb_coffeecup_01', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["whiskey"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Whiskey", AnimationOptions = { Prop = 'prop_drink_whisky', PropBone = 28422, PropPlacement = {0.01, -0.01, -0.06, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["whiskeyb"] = {"amb@world_human_drinking@beer@male@idle_a", "idle_a", "Whiskey Bottle", AnimationOptions = { Prop = 'ba_prop_battle_whiskey_bottle_2_s', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.05, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beer"] = {"amb@world_human_drinking@beer@male@idle_a", "idle_c", "Beer", AnimationOptions = { Prop = 'prop_amb_beer_bottle', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.06, 0.0, 15.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beer2"] = {"amb@world_human_drinking@beer@male@idle_a", "idle_a", "Beer 2", AnimationOptions = { Prop = 'ba_prop_battle_whiskey_bottle_2_s', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.05, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beer3"] = {"amb@world_human_drinking@beer@male@idle_a", "idle_c", "Beer 3", AnimationOptions = { Prop = 'prop_amb_beer_bottle', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.06, 0.0, 15.0, 0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["beer4"] = {"amb@world_human_drinking@beer@male@idle_a", "idle_a", "Beer 4", AnimationOptions = { Prop = 'ba_prop_battle_whiskey_bottle_2_s', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.05, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["beerf"] = {"amb@world_human_drinking@beer@female@idle_a", "idle_a", "Beer Female", AnimationOptions = { Prop = 'prop_amb_beer_bottle', PropBone = 28422, PropPlacement = {0.0, -0.0, 0.05, 15.0, 15.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beerf2"] = {"amb@world_human_drinking@beer@female@idle_a", "idle_e", "Beer Female 2", AnimationOptions = { Prop = 'prop_wine_rose', PropBone = 28422, PropPlacement = {-0.0, 0.04, -0.19, 10.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, --- PropPlacement = {-0.0, 0.03, -0.20, 5.0, 0.0, 0.0}, --- F&B L&R U&D R.F&B }}, ["beerf3"] = {"amb@world_human_drinking@beer@female@idle_a", "idle_a", "Beer Female 3", AnimationOptions = { Prop = 'prop_amb_beer_bottle', PropBone = 28422, PropPlacement = {0.0, -0.0, 0.05, 15.0, 15.0, 0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["beerf4"] = {"amb@world_human_drinking@beer@female@idle_a", "idle_e", "Beer Female 4", AnimationOptions = { Prop = 'prop_wine_rose', PropBone = 28422, PropPlacement = {-0.0, 0.04, -0.19, 10.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = false, --- PropPlacement = {-0.0, 0.03, -0.20, 5.0, 0.0, 0.0}, --- F&B L&R U&D R.F&B }}, ["cup"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cup", AnimationOptions = { Prop = 'prop_plastic_cup_02', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["donut"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Donut", AnimationOptions = { Prop = 'prop_amb_donut', PropBone = 18905, PropPlacement = {0.13, 0.05, 0.02, -50.0, 16.0, 60.0}, EmoteMoving = true, }}, ["burger"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Burger", AnimationOptions = { Prop = 'prop_cs_burger_01', PropBone = 18905, PropPlacement = {0.13, 0.05, 0.02, -50.0, 16.0, 60.0}, EmoteMoving = true, }}, ["sandwich"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Sandwich", AnimationOptions = { Prop = 'prop_sandwich_01', PropBone = 18905, PropPlacement = {0.13, 0.05, 0.02, -50.0, 16.0, 60.0}, EmoteMoving = true, }}, ["soda"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Soda", AnimationOptions = { Prop = 'prop_ecola_can', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 130.0}, EmoteLoop = true, EmoteMoving = true, }}, ["water"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Water", AnimationOptions = { Prop = 'ba_prop_club_water_bottle', PropBone = 28422, PropPlacement = {0.0, 0.0, -0.090, 0.0, 0.0, 130.0}, EmoteLoop = true, EmoteMoving = true, }}, ["egobar"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Ego Bar", AnimationOptions = { Prop = 'prop_choc_ego', PropBone = 60309, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteMoving = true, }}, ["candy"] = {"mp_player_inteat@pnq", "loop", "Candy", AnimationOptions = { Prop = 'prop_candy_pqs', PropBone = 60309, PropPlacement = {-0.0300, 0.0180, 0.0, 180.0, 180.0, -88.099}, EmoteMoving = true, }}, ["wine"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Wine", AnimationOptions = { Prop = 'prop_drink_redwine', PropBone = 18905, PropPlacement = {0.10, -0.03, 0.03, -100.0, 0.0, -10.0}, EmoteMoving = true, EmoteLoop = true }}, ["flute"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Flute", AnimationOptions = { Prop = 'prop_champ_flute', PropBone = 18905, PropPlacement = {0.10, -0.03, 0.03, -100.0, 0.0, -10.0}, EmoteMoving = true, EmoteLoop = true }}, ["champagne"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Champagne", AnimationOptions = { Prop = 'prop_drink_champ', PropBone = 18905, PropPlacement = {0.10, -0.03, 0.03, -100.0, 0.0, -10.0}, EmoteMoving = true, EmoteLoop = true }}, ["cigar"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cigar", AnimationOptions = { Prop = 'prop_cigar_02', PropBone = 47419, PropPlacement = {0.010, 0.0, 0.0, 50.0, 0.0, -80.0}, EmoteMoving = true, EmoteDuration = 2600 }}, ["cigar2"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cigar 2", AnimationOptions = { Prop = 'prop_cigar_01', PropBone = 47419, PropPlacement = {0.010, 0.0, 0.0, 50.0, 0.0, -80.0}, EmoteMoving = true, EmoteDuration = 2600 }}, ["guitar"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar", AnimationOptions = { Prop = 'prop_acc_guitar_01', PropBone = 24818, PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0}, EmoteMoving = true, EmoteLoop = true }}, ["guitar2"] = {"switch@trevor@guitar_beatdown", "001370_02_trvs_8_guitar_beatdown_idle_busker", "Guitar 2", AnimationOptions = { Prop = 'prop_acc_guitar_01', PropBone = 24818, PropPlacement = {-0.05, 0.31, 0.1, 0.0, 20.0, 150.0}, EmoteMoving = true, EmoteLoop = true }}, ["guitarelectric"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar Electric", AnimationOptions = { Prop = 'prop_el_guitar_01', PropBone = 24818, PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0}, EmoteMoving = true, EmoteLoop = true }}, ["guitarelectric2"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar Electric 2", AnimationOptions = { Prop = 'prop_el_guitar_03', PropBone = 24818, PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0}, EmoteMoving = true, EmoteLoop = true }}, ["book"] = {"cellphone@", "cellphone_text_read_base", "Book", AnimationOptions = { Prop = 'prop_novel_01', PropBone = 6286, PropPlacement = {0.15, 0.03, -0.065, 0.0, 180.0, 90.0}, -- This positioning isnt too great, was to much of a hassle EmoteMoving = true, EmoteLoop = true }}, ["bouquet"] = {"impexp_int-0", "mp_m_waremech_01_dual-0", "Bouquet", AnimationOptions = { Prop = 'prop_snow_flower_02', PropBone = 24817, PropPlacement = {-0.29, 0.40, -0.02, -90.0, -90.0, 0.0}, EmoteMoving = true, EmoteLoop = true }}, ["teddy"] = {"impexp_int-0", "mp_m_waremech_01_dual-0", "Teddy", AnimationOptions = { Prop = 'v_ilev_mr_rasberryclean', PropBone = 24817, PropPlacement = {-0.20, 0.46, -0.016, -180.0, -90.0, 0.0}, EmoteMoving = true, EmoteLoop = true }}, ["backpack"] = {"move_p_m_zero_rucksack", "nill", "Backpack", AnimationOptions = { Prop = 'p_michael_backpack_s', PropBone = 24818, PropPlacement = {0.07, -0.11, -0.05, 0.0, 90.0, 175.0}, EmoteMoving = true, EmoteLoop = true }}, ["clipboard"] = {"missfam4", "base", "Clipboard", AnimationOptions = { Prop = 'p_amb_clipboard_01', PropBone = 36029, PropPlacement = {0.16, 0.08, 0.1, -130.0, -50.0, 0.0}, EmoteMoving = true, EmoteLoop = true }}, ["map"] = {"amb@world_human_tourist_map@male@base", "base", "Map", AnimationOptions = { Prop = 'prop_tourist_map_01', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteMoving = true, EmoteLoop = true }}, ["map2"] = {"amb@code_human_in_bus_passenger_idles@female@tablet@idle_a", "idle_a", "Map 2", AnimationOptions = { Prop = "prop_tourist_map_01", PropBone = 28422, PropPlacement = {-0.05, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beg"] = {"amb@world_human_bum_freeway@male@base", "base", "Beg", AnimationOptions = { Prop = 'prop_beggers_sign_03', PropBone = 58868, PropPlacement = {0.19, 0.18, 0.0, 5.0, 0.0, 40.0}, EmoteLoop = true, EmoteMoving = true, }}, ["makeitrain"] = {"anim@mp_player_intupperraining_cash", "idle_a", "Make It Rain", AnimationOptions = { Prop = 'prop_anim_cash_pile_01', PropBone = 60309, PropPlacement = {0.0, 0.0, 0.0, 180.0, 0.0, 70.0}, EmoteMoving = true, EmoteLoop = true, PtfxAsset = "scr_xs_celebration", PtfxName = "scr_xs_money_rain", PtfxPlacement = {0.0, 0.0, -0.09, -80.0, 0.0, 0.0, 1.0}, PtfxInfo = Config.Languages[Config.MenuLanguage]['makeitrain'], PtfxWait = 500, }}, ["camera"] = {"amb@world_human_paparazzi@male@base", "base", "Camera", AnimationOptions = { Prop = 'prop_pap_camera_01', PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, PtfxAsset = "scr_bike_business", PtfxName = "scr_bike_cfid_camera_flash", PtfxPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0}, PtfxInfo = Config.Languages[Config.MenuLanguage]['camera'], PtfxWait = 200, }}, ["champagnespray"] = {"anim@mp_player_intupperspray_champagne", "idle_a", "Champagne Spray", AnimationOptions = { Prop = 'ba_prop_battle_champ_open', PropBone = 28422, PropPlacement = {0.0,0.0,0.0,0.0,0.0,0.0}, EmoteMoving = true, EmoteLoop = true, PtfxAsset = "scr_ba_club", PtfxName = "scr_ba_club_champagne_spray", PtfxPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, PtfxInfo = Config.Languages[Config.MenuLanguage]['spraychamp'], PtfxWait = 500, }}, ["joint"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Joint", AnimationOptions = { Prop = 'p_cs_joint_02', PropBone = 47419, PropPlacement = {0.015, -0.009, 0.003, 55.0, 0.0, 110.0}, EmoteMoving = true, EmoteDuration = 2600 }}, ["cig"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cig", AnimationOptions = { Prop = 'prop_amb_ciggy_01', PropBone = 47419, PropPlacement = {0.015, -0.009, 0.003, 55.0, 0.0, 110.0}, EmoteMoving = true, EmoteDuration = 2600 }}, ["brief"] = {"move_weapon@jerrycan@generic", "idle", "Briefcase", AnimationOptions = { Prop = "prop_ld_case_01", PropBone = 57005, PropPlacement = {0.12, 0.0, 0.0, 0.0, 255.0, 80.0}, EmoteLoop = true, EmoteMoving = true, }}, ["tablet"] = {"amb@world_human_tourist_map@male@base", "base", "Tablet", AnimationOptions = { Prop = "prop_cs_tablet", PropBone = 28422, PropPlacement = {0.0, -0.03, 0.0, 20.0, -90.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["tablet2"] = {"amb@code_human_in_bus_passenger_idles@female@tablet@idle_a", "idle_a", "Tablet 2", AnimationOptions = { Prop = "prop_cs_tablet", PropBone = 28422, PropPlacement = {-0.05, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["phonecall"] = {"cellphone@", "cellphone_call_listen_base", "Phone Call", AnimationOptions = { Prop = "prop_phone_ing", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["phonecall2"] = {"random@kidnap_girl", "ig_1_girl_on_phone_loop", "Phone Call 2", AnimationOptions = { Prop = "prop_phone_ing", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["phone"] = {"cellphone@", "cellphone_text_read_base", "Phone", AnimationOptions = { Prop = "prop_phone_cs_frank", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["clean"] = {"timetable@floyd@clean_kitchen@base", "base", "Clean", AnimationOptions = { Prop = "prop_sponge_01", PropBone = 28422, PropPlacement = {0.0, 0.0, -0.01, 90.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["clean2"] = {"amb@world_human_maid_clean@", "base", "Clean 2", AnimationOptions = { Prop = "prop_sponge_01", PropBone = 28422, PropPlacement = {0.0, 0.0, -0.01, 90.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["protest"] = {"rcmnigel1d", "base_club_shoulder", "protest", AnimationOptions = { Prop = "prop_cs_protest_sign_01", PropBone = 57005, PropPlacement = {0.1820, 0.2400, 0.0600, -69.3774235, 5.9142048, -13.9572354}, -- EmoteLoop = true, EmoteMoving = true, }}, ["binoculars"] = {"amb@world_human_binoculars@male@idle_b", "idle_f", "Binoculars", AnimationOptions = { Prop = "prop_binoc_01", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, -- EmoteLoop = true, EmoteMoving = true, }}, ["binoculars2"] = {"amb@world_human_binoculars@male@idle_a", "idle_c", "Binoculars 2", AnimationOptions = { Prop = "prop_binoc_01", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, -- EmoteLoop = true, EmoteMoving = true, }}, ["tennisplay"] = {"move_weapon@jerrycan@generic", "idle", "Tennis Play", AnimationOptions = { Prop = "prop_tennis_bag_01", PropBone = 57005, PropPlacement = {0.27, 0.0, 0.0, 91.0, 0.0, -82.9999951}, SecondProp = 'prop_tennis_rack_01', SecondPropBone = 60309, SecondPropPlacement = {0.0800, 0.0300, 0.0, -130.2907295, 3.8782324, 6.588224}, EmoteLoop = true, EmoteMoving = true, }}, ["weights"] = {"amb@world_human_muscle_free_weights@male@barbell@base", "base", "Weights", AnimationOptions = { Prop = "prop_curl_bar_01", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["weights2"] = {"amb@world_human_muscle_free_weights@male@barbell@idle_a", "idle_d", "Weights 2", AnimationOptions = { Prop = "prop_curl_bar_01", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["fuel"] = {"weapons@misc@jerrycan@", "fire", "fuel", AnimationOptions = { Prop = "w_am_jerrycan", PropBone = 57005, PropPlacement = {0.1800, 0.1300, -0.2400, -165.8693883, -11.2122753, -32.9453021}, EmoteLoop = true, EmoteMoving = true, }}, ["fuel2"] = {"weapons@misc@jerrycan@franklin", "idle", "Fuel 2 (Carry)", AnimationOptions = { Prop = "w_am_jerrycan", PropBone = 28422, PropPlacement = {0.26, 0.050, 0.0300, 80.00, 180.000, 79.99}, EmoteLoop = true, EmoteMoving = true, }}, ["hitchhike"] = {"random@hitch_lift", "idle_f", "Hitchhike", AnimationOptions = { Prop = "w_am_jerrycan", PropBone = 18905, PropPlacement = {0.32, -0.0100, 0.0, -162.423, 74.83, 58.79}, SecondProp = 'prop_michael_backpack', SecondPropBone = 40269, SecondPropPlacement = {-0.07, -0.21, -0.11, -144.93, 117.358, -6.16}, EmoteLoop = true, EmoteMoving = true, }}, ["ssign"] = {"rcmnigel1d", "base_club_shoulder", "Steal Stop Sign ", AnimationOptions = { Prop = "prop_sign_road_01a", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign2"] = {"rcmnigel1d", "base_club_shoulder", "Steal Yield Sign ", AnimationOptions = { Prop = "prop_sign_road_02a", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign3"] = {"rcmnigel1d", "base_club_shoulder", "Steal Hospital Sign ", AnimationOptions = { Prop = "prop_sign_road_03d", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign4"] = {"rcmnigel1d", "base_club_shoulder", "Steal Parking Sign ", AnimationOptions = { Prop = "prop_sign_road_04a", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign5"] = {"rcmnigel1d", "base_club_shoulder", "Steal Parking Sign 2 ", AnimationOptions = { Prop = "prop_sign_road_04w", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign6"] = {"rcmnigel1d", "base_club_shoulder", "Steal Pedestrian Sign ", AnimationOptions = { Prop = "prop_sign_road_05a", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign7"] = {"rcmnigel1d", "base_club_shoulder", "Steal Street Sign ", AnimationOptions = { Prop = "prop_sign_road_05t", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign8"] = {"rcmnigel1d", "base_club_shoulder", "Steal Freeway Sign ", AnimationOptions = { Prop = "prop_sign_freewayentrance", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["ssign9"] = {"rcmnigel1d", "base_club_shoulder", "Steal Stop Sign Snow ", AnimationOptions = { Prop = "prop_snow_sign_road_01a", PropBone = 60309, PropPlacement = {-0.1390, -0.9870, 0.4300, -67.3315314, 145.0627869, -4.4318885}, -- EmoteLoop = true, EmoteMoving = true, }}, ["conehead"] = {"move_m@drunk@verydrunk_idles@", "fidget_07", "Cone Head ", AnimationOptions = { Prop = "prop_roadcone02b", PropBone = 31086, PropPlacement = {0.0500, 0.0200, -0.000, 30.0000004, 90.0, 0.0}, -- EmoteLoop = true, EmoteMoving = true, }}, ["foodtraya"] = {"anim@heists@box_carry@", "idle", "Food Tray", AnimationOptions = { Prop = "prop_food_bs_tray_03", PropBone = 28422, PropPlacement = {0.0100, -0.0400, -0.1390,20.0000007, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayb"] = {"anim@heists@box_carry@", "idle", "Food Tray B", AnimationOptions = { Prop = "prop_food_bs_tray_02", PropBone = 28422, PropPlacement = {0.0100, -0.0400, -0.1390,20.0000007, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayc"] = {"anim@heists@box_carry@", "idle", "Food Tray C", AnimationOptions = { Prop = "prop_food_cb_tray_02", PropBone = 28422, PropPlacement = {0.0100, -0.0400, -0.1390,20.0000007, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayd"] = {"anim@heists@box_carry@", "idle", "Food Tray D", AnimationOptions = { Prop = "prop_food_tray_02", PropBone = 28422, PropPlacement = {0.0100, -0.0400, -0.1390,20.0000007, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtraye"] = {"anim@heists@box_carry@", "idle", "Food Tray E", AnimationOptions = { Prop = "prop_food_tray_03", PropBone = 28422, PropPlacement = {0.0100, -0.0400, -0.1390,20.0000007, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayf"] = {"anim@heists@box_carry@", "idle", "Food Tray F", AnimationOptions = { Prop = "prop_food_bs_tray_02", PropBone = 57005, PropPlacement = {0.2500, 0.1000, 0.0700,-110.5483936, 73.3529273, -16.338362}, SecondProp = 'prop_food_bs_tray_03', SecondPropBone =18905, SecondPropPlacement = {0.2200, 0.1300, -0.1000, -127.7725487, 110.2074758, -3.5886263}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayg"] = {"anim@heists@box_carry@", "idle", "Food Tray G", AnimationOptions = { Prop = "prop_food_cb_tray_02", PropBone = 57005, PropPlacement = {0.2500, 0.1000, 0.0700,-110.5483936, 73.3529273, -16.338362}, SecondProp = 'prop_food_cb_tray_02', SecondPropBone =18905, SecondPropPlacement = {0.2200, 0.1300, -0.1000, -127.7725487, 110.2074758, -3.5886263}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayh"] = {"anim@heists@box_carry@", "idle", "Food Tray H", AnimationOptions = { Prop = "prop_food_tray_02", PropBone = 57005, PropPlacement = {0.2500, 0.1000, 0.0700,-110.5483936, 73.3529273, -16.338362}, SecondProp = 'prop_food_tray_03', SecondPropBone =18905, SecondPropPlacement = {0.2200, 0.1300, -0.1000, -127.7725487, 110.2074758, -3.5886263}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayi"] = {"anim@heists@box_carry@", "idle", "Food Tray I", AnimationOptions = { Prop = "prop_food_tray_02", PropBone = 57005, PropPlacement = {0.2500, 0.1000, 0.0700,-110.5483936, 73.3529273, -16.338362}, SecondProp = 'prop_food_tray_02', SecondPropBone =18905, SecondPropPlacement = {0.2200, 0.1300, -0.1000, -127.7725487, 110.2074758, -3.5886263}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayj"] = {"anim@move_f@waitress", "idle", "Food Tray J", AnimationOptions = { Prop = "prop_food_bs_tray_02", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0200,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayk"] = {"anim@move_f@waitress", "idle", "Food Tray K", AnimationOptions = { Prop = "prop_food_bs_tray_02", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0200,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayl"] = {"anim@move_f@waitress", "idle", "Food Tray L", AnimationOptions = { Prop = "prop_food_bs_tray_03", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0200,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtraym"] = {"anim@move_f@waitress", "idle", "Food Tray M", AnimationOptions = { Prop = "prop_food_cb_tray_02", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0200,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayn"] = {"anim@move_f@waitress", "idle", "Food Tray N", AnimationOptions = { Prop = "prop_food_tray_02", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0200,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["foodtrayo"] = {"anim@move_f@waitress", "idle", "Food Tray O", AnimationOptions = { Prop = "prop_food_tray_02", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0200,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["carrypizza"] = {"anim@heists@box_carry@", "idle", "Carry Pizza Box", AnimationOptions = { Prop = "prop_pizza_box_02", PropBone = 28422, PropPlacement = {0.0100, -0.1000, -0.1590,20.0000007, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["carryfoodbag"] = {"move_weapon@jerrycan@generic", "idle", "Carry Food Bag", AnimationOptions = { Prop = "prop_food_bs_bag_01", PropBone = 57005, PropPlacement = {0.3300, 0.0, -0.0300, 0.0017365, -79.9999997, 110.0651988}, EmoteLoop = true, EmoteMoving = true, }}, ["carryfoodbag2"] = {"move_weapon@jerrycan@generic", "idle", "Carry Food Bag 2", AnimationOptions = { Prop = "prop_food_cb_bag_01", PropBone = 57005, PropPlacement = {0.3800, 0.0, -0.0300, 0.0017365, -79.9999997, 110.0651988}, EmoteLoop = true, EmoteMoving = true, }}, ["carryfoodbag3"] = {"move_weapon@jerrycan@generic", "idle", "Carry Food Bag 3", AnimationOptions = { Prop = "prop_food_bag1", PropBone = 57005, PropPlacement = {0.3800, 0.0, -0.0300, 0.0017365, -79.9999997, 110.0651988}, EmoteLoop = true, EmoteMoving = true, }}, ["tag"] = {"anim@scripted@freemode@postertag@graffiti_spray@male@", "shake_can_male", "Tagging Shake Can Male", AnimationOptions = { Prop = "prop_cs_spray_can", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0700, 0.0017365, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["tag2"] = {"anim@scripted@freemode@postertag@graffiti_spray@heeled@", "shake_can_female", "Tagging Shake Can Female", AnimationOptions = { Prop = "prop_cs_spray_can", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0700, 0.0017365, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["tag3"] = {"anim@scripted@freemode@postertag@graffiti_spray@male@", "spray_can_var_01_male", "Tagging Male 1", AnimationOptions = { Prop = "prop_cs_spray_can", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0700, 0.0017365, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["tag4"] = {"anim@scripted@freemode@postertag@graffiti_spray@male@", "spray_can_var_02_male", "Tagging Male 2", AnimationOptions = { Prop = "prop_cs_spray_can", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0700, 0.0017365, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["tag5"] = {"anim@scripted@freemode@postertag@graffiti_spray@heeled@", "spray_can_var_01_female", "Tagging Female 1", AnimationOptions = { Prop = "prop_cs_spray_can", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0700, 0.0017365, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["tag6"] = {"anim@scripted@freemode@postertag@graffiti_spray@heeled@", "spray_can_var_02_female", "Tagging Female 2", AnimationOptions = { Prop = "prop_cs_spray_can", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0700, 0.0017365, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["beans"] = {"anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1", "base_idle", "Beans", AnimationOptions = { Prop = "h4_prop_h4_caviar_tin_01a", PropBone = 60309, PropPlacement = {0.0, 0.0300, 0.0100,0.0,0.0,0.0}, SecondProp = 'h4_prop_h4_caviar_spoon_01a', SecondPropBone = 28422, SecondPropPlacement = {0.0,0.0,0.0,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["newscam"] = {"missfinale_c2mcs_1", "fin_c2_mcs_1_camman", "News Camera", AnimationOptions = { Prop = "prop_v_cam_01", PropBone = 28422, PropPlacement = {0.0, 0.0300, 0.0100,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["newsmic"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "News Microphone", AnimationOptions = { Prop = "p_ing_microphonel_01", PropBone = 4154, PropPlacement = {-0.00, -0.0200, 0.1100, 0.00, 0.0, 60.0}, EmoteLoop = true, EmoteMoving = true, }}, ["newsbmic"] = {"missfra1", "mcs2_crew_idle_m_boom", "News Boom Microphone", AnimationOptions = { Prop = "prop_v_bmike_01", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["leafblower"] = {"amb@world_human_gardener_leaf_blower@base", "base", "Leaf Blower", AnimationOptions = { Prop = "prop_leaf_blower_01", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["bbqf"] = {"amb@prop_human_bbq@male@idle_a", "idle_b", "BBQ (Female)", AnimationOptions = { Prop = "prop_fish_slice_01", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["pump"] = {"missfbi4prepp1", "idle", "Pumpkin", AnimationOptions = { Prop = "prop_veg_crop_03_pump", PropBone = 28422, PropPlacement = {0.0200, 0.0600, -0.1200, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["pump2"] = {"anim@heists@box_carry@", "idle", "Pumpkin 2", AnimationOptions = { Prop = "prop_veg_crop_03_pump", PropBone = 28422, PropPlacement = {0.0100, -0.16000, -0.2100, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["mop"] = {"missfbi4prepp1", "idle", "Mop", AnimationOptions = { Prop = "prop_cs_mop_s", PropBone = 28422, PropPlacement = {-0.0200,-0.0600,-0.2000, -13.377, 10.3568, 17.9681}, EmoteLoop = true, EmoteMoving = true, }}, ["mop2"] = {"move_mop", "idle_scrub_small_player", "Mop 2", AnimationOptions = { Prop = "prop_cs_mop_s", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.1200, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["jerkf"] = {"switch@trevor@jerking_off", "trev_jerking_off_loop", "JerkOff! Female", AnimationOptions = { Prop = 'prop_cs_dildo_01', PropBone = 28422, PropPlacement = {0.09, 0.05, -0.03, 90.0, 80.0, 30.0}, EmoteLoop = true, EmoteMoving = true, }}, ["rake"] = {"anim@amb@drug_field_workers@rake@male_a@base", "base", "Rake", AnimationOptions = { Prop = "prop_tool_rake", PropBone = 28422, PropPlacement = {0.0, 0.0, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["rake2"] = {"anim@amb@drug_field_workers@rake@male_a@idles", "idle_b", "Rake 2", AnimationOptions = { Prop = "prop_tool_rake", PropBone = 28422, PropPlacement = {0.0, 0.0, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["rake3"] = {"anim@amb@drug_field_workers@rake@male_b@base", "base", "Rake 3", AnimationOptions = { Prop = "prop_tool_rake", PropBone = 28422, PropPlacement = {0.0, 0.0, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["rake4"] = {"anim@amb@drug_field_workers@rake@male_b@idles", "idle_d", "Rake 4", AnimationOptions = { Prop = "prop_tool_rake", PropBone = 28422, PropPlacement = {0.0, 0.0, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["broom"] = {"anim@amb@drug_field_workers@rake@male_a@base", "base", "Broom", AnimationOptions = { Prop = "prop_tool_broom", PropBone = 28422, PropPlacement = {-0.0100, 0.0400, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["broom2"] = {"anim@amb@drug_field_workers@rake@male_a@idles", "idle_b", "Broom 2", AnimationOptions = { Prop = "prop_tool_broom", PropBone = 28422, PropPlacement = {-0.0100, 0.0400, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["broom3"] = {"anim@amb@drug_field_workers@rake@male_b@base", "base", "Broom 3", AnimationOptions = { Prop = "prop_tool_broom", PropBone = 28422, PropPlacement = {-0.0100, 0.0400, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["broom4"] = {"anim@amb@drug_field_workers@rake@male_b@idles", "idle_d", "Broom 4", AnimationOptions = { Prop = "prop_tool_broom", PropBone = 28422, PropPlacement = {-0.0100, 0.0400, -0.0300, 0.0, 0.0, 0.0}, EmoteLoop = true, }}, ["champw"] = {"anim@move_f@waitress", "idle", "Champagne Waiter", AnimationOptions = { Prop = "vw_prop_vw_tray_01a", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.0100,0.0,0.0,0.0}, SecondProp = 'prop_champ_cool', SecondPropBone = 28422, SecondPropPlacement = {0.0,0.0,0.010,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["shit"] = {"missfbi3ig_0", "shit_loop_trev", "Shit", AnimationOptions = { Prop = "prop_toilet_roll_01", PropBone = 28422, PropPlacement = {0.0700, -0.02000, -0.2100, 0,0, 0.0, 0.0}, SecondProp = 'prop_big_shit_01', SecondPropBone = 0, SecondPropPlacement = {-0.0100, 0.0600, -0.1550, 101.3015175, 7.3512213,-29.2665794}, EmoteLoop = true, EmoteMoving = false, }}, ["selfie"] = {"anim@mp_player_intuppertake_selfie", "idle_a", "Selfie", AnimationOptions = { Prop = "prop_phone_ing", PropBone = 60309, PropPlacement = {0.0, 0.0,0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["sittv"] = {"anim@heists@heist_safehouse_intro@variations@male@tv", "tv_part_one_loop", "Sit TV", AnimationOptions = { Prop = "v_res_tre_remote", PropBone = 57005, PropPlacement = {0.0990, 0.0170,-0.0300, -64.760, -109.544, 18.717}, EmoteLoop = true, EmoteMoving = false, }}, ["dig"] = {"random@burial", "a_burial", "Dig", AnimationOptions = { Prop = "prop_tool_shovel", PropBone = 28422, PropPlacement = {0.0, 0.0, 0.24, 0,0, 0.0, 0.0}, SecondProp = 'prop_ld_shovel_dirt', SecondPropBone = 28422, SecondPropPlacement = {0.0,0.0,0.24,0.0,0.0,0.0}, EmoteLoop = true, EmoteMoving = false, }}, ["bongos"] = {"amb@world_human_musician@bongos@male@base", "base", "Bongo Drums", AnimationOptions = { Prop = "prop_bongos_01", PropBone = 60309, PropPlacement = {0.0,0.0,0.0, 0.0, 0.0, 0.0}, EmoteLoop = true, EmoteMoving = true, }}, ["medbag"] = {"move_weapon@jerrycan@generic", "idle", "Medic Bag", AnimationOptions = { Prop = "xm_prop_x17_bag_med_01a", PropBone = 57005, PropPlacement = {0.3900,-0.0600, -0.0600, -100.00, -180.00, -78.00}, EmoteLoop = true, EmoteMoving = true, }}, ["dufbag"] = {"move_weapon@jerrycan@generic", "idle", "Duffel Bag", AnimationOptions = { Prop = "bkr_prop_duffel_bag_01a", PropBone = 28422, PropPlacement = {0.2600,0.0400, 0.00, 90.00, 0.00, -78.99}, EmoteLoop = true, EmoteMoving = true, }}, ["shopbag"] = {"move_weapon@jerrycan@generic", "idle", "Shopping Bag", AnimationOptions = { Prop = "vw_prop_casino_shopping_bag_01a", PropBone = 28422, PropPlacement = {0.24, 0.03, -0.04, 0.00, -90.00, 10.00}, EmoteLoop = true, EmoteMoving = true, }}, ["shopbag2"] = {"move_weapon@jerrycan@generic", "idle", "Shopping Bag 2", AnimationOptions = { Prop = "prop_shopping_bags02", PropBone = 28422, PropPlacement = {0.05, 0.02, 0.00, 178.80, 91.19, 9.97}, EmoteLoop = true, EmoteMoving = true, }}, ["shopbag3"] = {"move_weapon@jerrycan@generic", "idle", "Shopping Bag 3", AnimationOptions = { Prop = "prop_cs_shopping_bag", PropBone = 28422, PropPlacement = {0.24, 0.03, -0.04, 0.00, -90.00, 10.00}, EmoteLoop = true, EmoteMoving = true, }}, ["idcard"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 1", AnimationOptions = { Prop = "prop_franklin_dl", PropBone = 57005, PropPlacement = {0.1000, 0.0200, -0.0300, -90.000, 170.000, 78.999}, EmoteLoop = false, EmoteMoving = true, }}, ["idcardb"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 2 - FIB", AnimationOptions = { Prop = "prop_fib_badge", PropBone = 28422, PropPlacement = {0.0600, 0.0210, -0.0400, -90.00, -180.00, 78.999}, EmoteLoop = false, EmoteMoving = true, }}, ["idcardc"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 3", AnimationOptions = { Prop = "prop_michael_sec_id", PropBone = 28422, PropPlacement = {0.1000, 0.0200, -0.0300, -90.00, -180.00, 78.999}, EmoteLoop = false, EmoteMoving = true, }}, ["idcardd"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 4", AnimationOptions = { Prop = "prop_trev_sec_id", PropBone = 28422, PropPlacement = {0.1000, 0.0200, -0.0300, -90.00, -180.00, 78.999}, EmoteLoop = false, EmoteMoving = true, }}, ["idcarde"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 5", AnimationOptions = { Prop = "p_ld_id_card_002", PropBone = 28422, PropPlacement = {0.1000, 0.0200, -0.0300, -90.00, -180.00, 78.999}, EmoteLoop = false, EmoteMoving = true, }}, ["idcardf"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 6", AnimationOptions = { Prop = "prop_cs_r_business_card", PropBone = 28422, PropPlacement = {0.1000, 0.0200, -0.0300, -90.00, -180.00, 78.999}, EmoteLoop = false, EmoteMoving = true, }}, ["idcardg"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 7", AnimationOptions = { Prop = "prop_michael_sec_id", PropBone = 28422, PropPlacement = {0.1000, 0.0200, -0.0300, -90.00, -180.00, 78.999}, EmoteLoop = false, EmoteMoving = true, }}, ["idcardh"] = {"paper_1_rcm_alt1-8", "player_one_dual-8", "ID Card 8", AnimationOptions = { Prop = "prop_cop_badge", PropBone = 28422, PropPlacement = {0.0800, -0.0120, -0.0600, -90.00, 180.00, 69.99}, EmoteLoop = false, EmoteMoving = true, }}, }