· 6 years ago · Feb 09, 2020, 11:38 AM
1DP = {}
2
3DP.Expressions = {
4 ["Angry"] = {"Expression", "mood_angry_1"},
5 ["Drunk"] = {"Expression", "mood_drunk_1"},
6 ["Dumb"] = {"Expression", "pose_injured_1"},
7 ["Electrocuted"] = {"Expression", "electrocuted_1"},
8 ["Grumpy"] = {"Expression", "effort_1"},
9 ["Grumpy2"] = {"Expression", "mood_drivefast_1"},
10 ["Grumpy3"] = {"Expression", "pose_angry_1"},
11 ["Happy"] = {"Expression", "mood_happy_1"},
12 ["Injured"] = {"Expression", "mood_injured_1"},
13 ["Joyful"] = {"Expression", "mood_dancing_low_1"},
14 ["Mouthbreather"] = {"Expression", "smoking_hold_1"},
15 ["Never Blink"] = {"Expression", "pose_normal_1"},
16 ["One Eye"] = {"Expression", "pose_aiming_1"},
17 ["Shocked"] = {"Expression", "shocked_1"},
18 ["Shocked2"] = {"Expression", "shocked_2"},
19 ["Sleeping"] = {"Expression", "mood_sleeping_1"},
20 ["Sleeping2"] = {"Expression", "dead_1"},
21 ["Sleeping3"] = {"Expression", "dead_2"},
22 ["Smug"] = {"Expression", "mood_smug_1"},
23 ["Speculative"] = {"Expression", "mood_aiming_1"},
24 ["Stressed"] = {"Expression", "mood_stressed_1"},
25 ["Sulking"] = {"Expression", "mood_sulk_1"},
26 ["Weird"] = {"Expression", "effort_2"},
27 ["Weird2"] = {"Expression", "effort_3"},
28}
29
30DP.Walks = {
31 ["Alien"] = {"move_m@alien"},
32 ["Armored"] = {"anim_group_move_ballistic"},
33 ["Arrogant"] = {"move_f@arrogant@a"},
34 ["Brave"] = {"move_m@brave"},
35 ["Casual"] = {"move_m@casual@a"},
36 ["Casual2"] = {"move_m@casual@b"},
37 ["Casual3"] = {"move_m@casual@c"},
38 ["Casual4"] = {"move_m@casual@d"},
39 ["Casual5"] = {"move_m@casual@e"},
40 ["Casual6"] = {"move_m@casual@f"},
41 ["Chichi"] = {"move_f@chichi"},
42 ["Confident"] = {"move_m@confident"},
43 ["Cop"] = {"move_m@business@a"},
44 ["Cop2"] = {"move_m@business@b"},
45 ["Cop3"] = {"move_m@business@c"},
46 ["Default Female"] = {"move_f@multiplayer"},
47 ["Default Male"] = {"move_m@multiplayer"},
48 ["Drunk"] = {"move_m@drunk@a"},
49 ["Drunk"] = {"move_m@drunk@slightlydrunk"},
50 ["Drunk2"] = {"move_m@buzzed"},
51 ["Drunk3"] = {"move_m@drunk@verydrunk"},
52 ["Femme"] = {"move_f@femme@"},
53 ["Fire"] = {"move_characters@franklin@fire"},
54 ["Fire2"] = {"move_characters@michael@fire"},
55 ["Fire3"] = {"move_m@fire"},
56 ["Flee"] = {"move_f@flee@a"},
57 ["Franklin"] = {"move_p_m_one"},
58 ["Gangster"] = {"move_m@gangster@generic"},
59 ["Gangster2"] = {"move_m@gangster@ng"},
60 ["Gangster3"] = {"move_m@gangster@var_e"},
61 ["Gangster4"] = {"move_m@gangster@var_f"},
62 ["Gangster5"] = {"move_m@gangster@var_i"},
63 ["Grooving"] = {"anim@move_m@grooving@"},
64 ["Guard"] = {"move_m@prison_gaurd"},
65 ["Handcuffs"] = {"move_m@prisoner_cuffed"},
66 ["Heels"] = {"move_f@heels@c"},
67 ["Heels2"] = {"move_f@heels@d"},
68 ["Hiking"] = {"move_m@hiking"},
69 ["Hipster"] = {"move_m@hipster@a"},
70 ["Hobo"] = {"move_m@hobo@a"},
71 ["Hurry"] = {"move_f@hurry@a"},
72 ["Janitor"] = {"move_p_m_zero_janitor"},
73 ["Janitor2"] = {"move_p_m_zero_slow"},
74 ["Jog"] = {"move_m@jog@"},
75 ["Lemar"] = {"anim_group_move_lemar_alley"},
76 ["Lester"] = {"move_heist_lester"},
77 ["Lester2"] = {"move_lester_caneup"},
78 ["Maneater"] = {"move_f@maneater"},
79 ["Michael"] = {"move_ped_bucket"},
80 ["Money"] = {"move_m@money"},
81 ["Muscle"] = {"move_m@muscle@a"},
82 ["Posh"] = {"move_m@posh@"},
83 ["Posh2"] = {"move_f@posh@"},
84 ["Quick"] = {"move_m@quick"},
85 ["Runner"] = {"female_fast_runner"},
86 ["Sad"] = {"move_m@sad@a"},
87 ["Sassy"] = {"move_m@sassy"},
88 ["Sassy2"] = {"move_f@sassy"},
89 ["Scared"] = {"move_f@scared"},
90 ["Sexy"] = {"move_f@sexy@a"},
91 ["Shady"] = {"move_m@shadyped@a"},
92 ["Slow"] = {"move_characters@jimmy@slow@"},
93 ["Swagger"] = {"move_m@swagger"},
94 ["Tough"] = {"move_m@tough_guy@"},
95 ["Tough2"] = {"move_f@tough_guy@"},
96 ["Trash"] = {"clipset@move@trash_fast_turn"},
97 ["Trash2"] = {"missfbi4prepp1_garbageman"},
98 ["Trevor"] = {"move_p_m_two"},
99 ["Wide"] = {"move_m@bag"},
100 -- I cant get these to work for some reason, if anyone knows a fix lmk
101 --["Caution"] = {"move_m@caution"},
102 --["Chubby"] = {"anim@move_m@chubby@a"},
103 --["Crazy"] = {"move_m@crazy"},
104 --["Joy"] = {"move_m@joy@a"},
105 --["Power"] = {"move_m@power"},
106 --["Sad2"] = {"anim@move_m@depression@a"},
107 --["Sad3"] = {"move_m@depression@b"},
108 --["Sad4"] = {"move_m@depression@d"},
109 --["Wading"] = {"move_m@wading"},
110}
111
112DP.Shared = {
113 --[emotename] = {dictionary, animation, displayname, targetemotename, additionalanimationoptions}
114 -- you dont have to specify targetemoteanem, if you do dont it will just play the same animation on both.
115 -- targetemote is used for animations that have a corresponding animation to the other player.
116 ["handshake"] = {"mp_ped_interaction", "handshake_guy_a", "Handshake", "handshake2", AnimationOptions =
117 {
118 EmoteMoving = true,
119 EmoteDuration = 3000,
120 SyncOffsetFront = 0.9
121 }},
122 ["handshake2"] = {"mp_ped_interaction", "handshake_guy_b", "Handshake 2", "handshake", AnimationOptions =
123 {
124 EmoteMoving = true,
125 EmoteDuration = 3000
126 }},
127 ["hug"] = {"mp_ped_interaction", "kisses_guy_a", "Hug", "hug2", AnimationOptions =
128 {
129 EmoteMoving = false,
130 EmoteDuration = 5000,
131 SyncOffsetFront = 1.05,
132 }},
133 ["hug2"] = {"mp_ped_interaction", "kisses_guy_b", "Hug 2", "hug", AnimationOptions =
134 {
135 EmoteMoving = false,
136 EmoteDuration = 5000,
137 SyncOffsetFront = 1.13
138 }},
139 ["bro"] = {"mp_ped_interaction", "hugs_guy_a", "Bro", "bro2", AnimationOptions =
140 {
141 SyncOffsetFront = 1.14
142 }},
143 ["bro2"] = {"mp_ped_interaction", "hugs_guy_b", "Bro 2", "bro", AnimationOptions =
144 {
145 SyncOffsetFront = 1.14
146 }},
147 ["give"] = {"mp_common", "givetake1_a", "Give", "give2", AnimationOptions =
148 {
149 EmoteMoving = true,
150 EmoteDuration = 2000
151 }},
152 ["give2"] = {"mp_common", "givetake1_b", "Give 2", "give", AnimationOptions =
153 {
154 EmoteMoving = true,
155 EmoteDuration = 2000
156 }},
157 ["baseball"] = {"anim@arena@celeb@flat@paired@no_props@", "baseball_a_player_a", "Baseball", "baseballthrow"},
158 ["baseballthrow"] = {"anim@arena@celeb@flat@paired@no_props@", "baseball_a_player_b", "Baseball Throw", "baseball"},
159 ["stickup"] = {"random@countryside_gang_fight", "biker_02_stickup_loop", "Stick Up", "stickupscared", AnimationOptions =
160 {
161 EmoteLoop = true,
162 EmoteMoving = true,
163 }},
164 ["stickupscared"] = {"missminuteman_1ig_2", "handsup_base", "Stickup Scared", "stickup", AnimationOptions =
165 {
166 EmoteMoving = true,
167 EmoteLoop = true,
168 }},
169 ["punch"] = {"melee@unarmed@streamed_variations", "plyr_takedown_rear_lefthook", "Punch", "punched"},
170 ["punched"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_cross_r", "Punched", "punch"},
171 ["headbutt"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_headbutt", "Headbutt", "headbutted"},
172 ["headbutted"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_headbutt", "Headbutted", "headbutt"},
173 ["slap2"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_backslap", "Slap 2", "slapped2", AnimationOptions =
174 {
175 EmoteLoop = true,
176 EmoteMoving = true,
177 EmoteDuration = 2000,
178 }},
179 ["slap"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_slap", "Slap", "slapped", AnimationOptions =
180 {
181 EmoteLoop = true,
182 EmoteMoving = true,
183 EmoteDuration = 2000,
184 }},
185 ["slapped"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_slap", "Slapped", "slap"},
186 ["slapped2"] = {"melee@unarmed@streamed_variations", "victim_takedown_front_backslap", "Slapped 2", "slap2"},
187}
188
189DP.Dances = {
190 ["dancef"] = {"anim@amb@nightclub@dancers@solomun_entourage@", "mi_dance_facedj_17_v1_female^1", "Dance F", AnimationOptions =
191 {
192 EmoteLoop = true,
193 }},
194 ["dancef2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "high_center", "Dance F2", AnimationOptions =
195 {
196 EmoteLoop = true,
197 }},
198 ["dancef3"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "high_center_up", "Dance F3", AnimationOptions =
199 {
200 EmoteLoop = true,
201 }},
202 ["dancef4"] = {"anim@amb@nightclub@dancers@crowddance_facedj@hi_intensity", "hi_dance_facedj_09_v2_female^1", "Dance F4", AnimationOptions =
203 {
204 EmoteLoop = true,
205 }},
206 ["dancef5"] = {"anim@amb@nightclub@dancers@crowddance_facedj@hi_intensity", "hi_dance_facedj_09_v2_female^3", "Dance F5", AnimationOptions =
207 {
208 EmoteLoop = true,
209 }},
210 ["dancef6"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "high_center_up", "Dance F6", AnimationOptions =
211 {
212 EmoteLoop = true,
213 }},
214 ["danceslow2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "low_center", "Dance Slow 2", AnimationOptions =
215 {
216 EmoteLoop = true,
217 }},
218 ["danceslow3"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "low_center_down", "Dance Slow 3", AnimationOptions =
219 {
220 EmoteLoop = true,
221 }},
222 ["danceslow4"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "low_center", "Dance Slow 4", AnimationOptions =
223 {
224 EmoteLoop = true,
225 }},
226 ["dance"] = {"anim@amb@nightclub@dancers@podium_dancers@", "hi_dance_facedj_17_v2_male^5", "Dance", AnimationOptions =
227 {
228 EmoteLoop = true,
229 }},
230 ["dance2"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_b@", "high_center_down", "Dance 2", AnimationOptions =
231 {
232 EmoteLoop = true,
233 }},
234 ["dance3"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_a@", "high_center", "Dance 3", AnimationOptions =
235 {
236 EmoteLoop = true,
237 }},
238 ["dance4"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_b@", "high_center_up", "Dance 4", AnimationOptions =
239 {
240 EmoteLoop = true,
241 }},
242 ["danceupper"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "high_center", "Dance Upper", AnimationOptions =
243 {
244 EmoteLoop = true,
245 EmoteMoving = true,
246 }},
247 ["danceupper2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "high_center_up", "Dance Upper 2", AnimationOptions =
248 {
249 EmoteLoop = true,
250 EmoteMoving = true,
251 }},
252 ["danceshy"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_a@", "low_center", "Dance Shy", AnimationOptions =
253 {
254 EmoteLoop = true,
255 }},
256 ["danceshy2"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_b@", "low_center_down", "Dance Shy 2", AnimationOptions =
257 {
258 EmoteLoop = true,
259 }},
260 ["danceslow"] = {"anim@amb@nightclub@mini@dance@dance_solo@male@var_b@", "low_center", "Dance Slow", AnimationOptions =
261 {
262 EmoteLoop = true,
263 }},
264 ["dancesilly9"] = {"rcmnigel1bnmt_1b", "dance_loop_tyler", "Dance Silly 9", AnimationOptions =
265 {
266 EmoteLoop = true,
267 }},
268 ["dance6"] = {"misschinese2_crystalmazemcs1_cs", "dance_loop_tao", "Dance 6", AnimationOptions =
269 {
270 EmoteLoop = true,
271 }},
272 ["dance7"] = {"misschinese2_crystalmazemcs1_ig", "dance_loop_tao", "Dance 7", AnimationOptions =
273 {
274 EmoteLoop = true,
275 }},
276 ["dance8"] = {"missfbi3_sniping", "dance_m_default", "Dance 8", AnimationOptions =
277 {
278 EmoteLoop = true,
279 }},
280 ["dancesilly"] = {"special_ped@mountain_dancer@monologue_3@monologue_3a", "mnt_dnc_buttwag", "Dance Silly", AnimationOptions =
281 {
282 EmoteLoop = true,
283 }},
284 ["dancesilly2"] = {"move_clown@p_m_zero_idles@", "fidget_short_dance", "Dance Silly 2", AnimationOptions =
285 {
286 EmoteLoop = true,
287 }},
288 ["dancesilly3"] = {"move_clown@p_m_two_idles@", "fidget_short_dance", "Dance Silly 3", AnimationOptions =
289 {
290 EmoteLoop = true,
291 }},
292 ["dancesilly4"] = {"anim@amb@nightclub@lazlow@hi_podium@", "danceidle_hi_11_buttwiggle_b_laz", "Dance Silly 4", AnimationOptions =
293 {
294 EmoteLoop = true,
295 }},
296 ["dancesilly5"] = {"timetable@tracy@ig_5@idle_a", "idle_a", "Dance Silly 5", AnimationOptions =
297 {
298 EmoteLoop = true,
299 }},
300 ["dancesilly6"] = {"timetable@tracy@ig_8@idle_b", "idle_d", "Dance Silly 6", AnimationOptions =
301 {
302 EmoteLoop = true,
303 }},
304 ["dance9"] = {"anim@amb@nightclub@mini@dance@dance_solo@female@var_a@", "med_center_up", "Dance 9", AnimationOptions =
305 {
306 EmoteLoop = true,
307 }},
308 ["dancesilly8"] = {"anim@mp_player_intcelebrationfemale@the_woogie", "the_woogie", "Dance Silly 8", AnimationOptions =
309 {
310 EmoteLoop = true
311 }},
312 ["dancesilly7"] = {"anim@amb@casino@mini@dance@dance_solo@female@var_b@", "high_center", "Dance Silly 7", AnimationOptions =
313 {
314 EmoteLoop = true
315 }},
316 ["dance5"] = {"anim@amb@casino@mini@dance@dance_solo@female@var_a@", "med_center", "Dance 5", AnimationOptions =
317 {
318 EmoteLoop = true
319 }},
320 ["danceglowstick"] = {"anim@amb@nightclub@lazlow@hi_railing@", "ambclub_13_mi_hi_sexualgriding_laz", "Dance Glowsticks", AnimationOptions =
321 {
322 Prop = 'ba_prop_battle_glowstick_01',
323 PropBone = 28422,
324 PropPlacement = {0.0700,0.1400,0.0,-80.0,20.0},
325 SecondProp = 'ba_prop_battle_glowstick_01',
326 SecondPropBone = 60309,
327 SecondPropPlacement = {0.0700,0.0900,0.0,-120.0,-20.0},
328 EmoteLoop = true,
329 EmoteMoving = true,
330 }},
331 ["danceglowstick2"] = {"anim@amb@nightclub@lazlow@hi_railing@", "ambclub_12_mi_hi_bootyshake_laz", "Dance Glowsticks 2", AnimationOptions =
332 {
333 Prop = 'ba_prop_battle_glowstick_01',
334 PropBone = 28422,
335 PropPlacement = {0.0700,0.1400,0.0,-80.0,20.0},
336 SecondProp = 'ba_prop_battle_glowstick_01',
337 SecondPropBone = 60309,
338 SecondPropPlacement = {0.0700,0.0900,0.0,-120.0,-20.0},
339 EmoteLoop = true,
340 }},
341 ["danceglowstick3"] = {"anim@amb@nightclub@lazlow@hi_railing@", "ambclub_09_mi_hi_bellydancer_laz", "Dance Glowsticks 3", AnimationOptions =
342 {
343 Prop = 'ba_prop_battle_glowstick_01',
344 PropBone = 28422,
345 PropPlacement = {0.0700,0.1400,0.0,-80.0,20.0},
346 SecondProp = 'ba_prop_battle_glowstick_01',
347 SecondPropBone = 60309,
348 SecondPropPlacement = {0.0700,0.0900,0.0,-120.0,-20.0},
349 EmoteLoop = true,
350 }},
351 ["dancehorse"] = {"anim@amb@nightclub@lazlow@hi_dancefloor@", "dancecrowd_li_15_handup_laz", "Dance Horse", AnimationOptions =
352 {
353 Prop = "ba_prop_battle_hobby_horse",
354 PropBone = 28422,
355 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
356 EmoteLoop = true,
357 EmoteMoving = true,
358 }},
359 ["dancehorse2"] = {"anim@amb@nightclub@lazlow@hi_dancefloor@", "crowddance_hi_11_handup_laz", "Dance Horse 2", AnimationOptions =
360 {
361 Prop = "ba_prop_battle_hobby_horse",
362 PropBone = 28422,
363 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
364 EmoteLoop = true,
365 }},
366 ["dancehorse3"] = {"anim@amb@nightclub@lazlow@hi_dancefloor@", "dancecrowd_li_11_hu_shimmy_laz", "Dance Horse 3", AnimationOptions =
367 {
368 Prop = "ba_prop_battle_hobby_horse",
369 PropBone = 28422,
370 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
371 EmoteLoop = true,
372 }},
373}
374
375DP.Emotes = {
376 ["drink"] = {"mp_player_inteat@pnq", "loop", "Drink", AnimationOptions =
377 {
378 EmoteMoving = true,
379 EmoteDuration = 2500,
380 }},
381 ["beast"] = {"anim@mp_fm_event@intro", "beast_transform", "Beast", AnimationOptions =
382 {
383 EmoteMoving = true,
384 EmoteDuration = 5000,
385 }},
386 ["chill"] = {"switch@trevor@scares_tramp", "trev_scares_tramp_idle_tramp", "Chill", AnimationOptions =
387 {
388 EmoteLoop = true,
389 }},
390 ["cloudgaze"] = {"switch@trevor@annoys_sunbathers", "trev_annoys_sunbathers_loop_girl", "Cloudgaze", AnimationOptions =
391 {
392 EmoteLoop = true,
393 }},
394 ["cloudgaze2"] = {"switch@trevor@annoys_sunbathers", "trev_annoys_sunbathers_loop_guy", "Cloudgaze 2", AnimationOptions =
395 {
396 EmoteLoop = true,
397 }},
398 ["prone"] = {"missfbi3_sniping", "prone_dave", "Prone", AnimationOptions =
399 {
400 EmoteLoop = true,
401 }},
402 ["pullover"] = {"misscarsteal3pullover", "pull_over_right", "Pullover", AnimationOptions =
403 {
404 EmoteMoving = true,
405 EmoteDuration = 1300,
406 }},
407 ["idle"] = {"anim@heists@heist_corona@team_idles@male_a", "idle", "Idle", AnimationOptions =
408 {
409 EmoteLoop = true,
410 }},
411 ["idle8"] = {"amb@world_human_hang_out_street@male_b@idle_a", "idle_b", "Idle 8"},
412 ["idle9"] = {"friends@fra@ig_1", "base_idle", "Idle 9", AnimationOptions =
413 {
414 EmoteLoop = true,
415 }},
416 ["idle10"] = {"mp_move@prostitute@m@french", "idle", "Idle 10", AnimationOptions =
417 {
418 EmoteLoop = true,
419 EmoteMoving = true,
420 }},
421 ["idle11"] = {"random@countrysiderobbery", "idle_a", "Idle 11", AnimationOptions =
422 {
423 EmoteLoop = true,
424 }},
425 ["idle2"] = {"anim@heists@heist_corona@team_idles@female_a", "idle", "Idle 2", AnimationOptions =
426 {
427 EmoteLoop = true,
428 }},
429 ["idle3"] = {"anim@heists@humane_labs@finale@strip_club", "ped_b_celebrate_loop", "Idle 3", AnimationOptions =
430 {
431 EmoteLoop = true,
432 }},
433 ["idle4"] = {"anim@mp_celebration@idles@female", "celebration_idle_f_a", "Idle 4", AnimationOptions =
434 {
435 EmoteLoop = true,
436 }},
437 ["idle5"] = {"anim@mp_corona_idles@female_b@idle_a", "idle_a", "Idle 5", AnimationOptions =
438 {
439 EmoteLoop = true,
440 }},
441 ["idle6"] = {"anim@mp_corona_idles@male_c@idle_a", "idle_a", "Idle 6", AnimationOptions =
442 {
443 EmoteLoop = true,
444 }},
445 ["idle7"] = {"anim@mp_corona_idles@male_d@idle_a", "idle_a", "Idle 7", AnimationOptions =
446 {
447 EmoteLoop = true,
448 }},
449 ["wait3"] = {"amb@world_human_hang_out_street@female_hold_arm@idle_a", "idle_a", "Wait 3", AnimationOptions =
450 {
451 EmoteLoop = true,
452 }},
453 ["idledrunk"] = {"random@drunk_driver_1", "drunk_driver_stand_loop_dd1", "Idle Drunk", AnimationOptions =
454 {
455 EmoteLoop = true,
456 }},
457 ["idledrunk2"] = {"random@drunk_driver_1", "drunk_driver_stand_loop_dd2", "Idle Drunk 2", AnimationOptions =
458 {
459 EmoteLoop = true,
460 }},
461 ["idledrunk3"] = {"missarmenian2", "standing_idle_loop_drunk", "Idle Drunk 3", AnimationOptions =
462 {
463 EmoteLoop = true,
464 }},
465 ["airguitar"] = {"anim@mp_player_intcelebrationfemale@air_guitar", "air_guitar", "Air Guitar"},
466 ["airsynth"] = {"anim@mp_player_intcelebrationfemale@air_synth", "air_synth", "Air Synth"},
467 ["argue"] = {"misscarsteal4@actor", "actor_berating_loop", "Argue", AnimationOptions =
468 {
469 EmoteLoop = true,
470 EmoteMoving = true,
471 }},
472 ["argue2"] = {"oddjobs@assassinate@vice@hooker", "argue_a", "Argue 2", AnimationOptions =
473 {
474 EmoteLoop = true,
475 EmoteMoving = true,
476 }},
477 ["bartender"] = {"anim@amb@clubhouse@bar@drink@idle_a", "idle_a_bartender", "Bartender", AnimationOptions =
478 {
479 EmoteLoop = true,
480 EmoteMoving = true,
481 }},
482 ["blowkiss"] = {"anim@mp_player_intcelebrationfemale@blow_kiss", "blow_kiss", "Blow Kiss"},
483 ["blowkiss2"] = {"anim@mp_player_intselfieblow_kiss", "exit", "Blow Kiss 2", AnimationOptions =
484 {
485 EmoteMoving = true,
486 EmoteDuration = 2000
487
488 }},
489 ["curtsy"] = {"anim@mp_player_intcelebrationpaired@f_f_sarcastic", "sarcastic_left", "Curtsy"},
490 ["bringiton"] = {"misscommon@response", "bring_it_on", "Bring It On", AnimationOptions =
491 {
492 EmoteMoving = true,
493 EmoteDuration = 3000
494 }},
495 ["comeatmebro"] = {"mini@triathlon", "want_some_of_this", "Come at me bro", AnimationOptions =
496 {
497 EmoteMoving = true,
498 EmoteDuration = 2000
499 }},
500 ["cop2"] = {"anim@amb@nightclub@peds@", "rcmme_amanda1_stand_loop_cop", "Cop 2", AnimationOptions =
501 {
502 EmoteLoop = true,
503 }},
504 ["cop3"] = {"amb@code_human_police_investigate@idle_a", "idle_b", "Cop 3", AnimationOptions =
505 {
506 EmoteLoop = true,
507 }},
508 ["crossarms"] = {"amb@world_human_hang_out_street@female_arms_crossed@idle_a", "idle_a", "Crossarms", AnimationOptions =
509 {
510 EmoteLoop = true,
511 EmoteMoving = true,
512 }},
513 ["crossarms2"] = {"amb@world_human_hang_out_street@male_c@idle_a", "idle_b", "Crossarms 2", AnimationOptions =
514 {
515 EmoteMoving = true,
516 }},
517 ["crossarms3"] = {"anim@heists@heist_corona@single_team", "single_team_loop_boss", "Crossarms 3", AnimationOptions =
518 {
519 EmoteLoop = true,
520 EmoteMoving = true,
521 }},
522 ["crossarms4"] = {"random@street_race", "_car_b_lookout", "Crossarms 4", AnimationOptions =
523 {
524 EmoteLoop = true,
525 EmoteMoving = true,
526 }},
527 ["crossarms5"] = {"anim@amb@nightclub@peds@", "rcmme_amanda1_stand_loop_cop", "Crossarms 5", AnimationOptions =
528 {
529 EmoteLoop = true,
530 EmoteMoving = true,
531 }},
532 ["foldarms2"] = {"anim@amb@nightclub@peds@", "rcmme_amanda1_stand_loop_cop", "Fold Arms 2", AnimationOptions =
533 {
534 EmoteLoop = true,
535 EmoteMoving = true,
536 }},
537 ["crossarms6"] = {"random@shop_gunstore", "_idle", "Crossarms 6", AnimationOptions =
538 {
539 EmoteLoop = true,
540 EmoteMoving = true,
541 }},
542 ["foldarms"] = {"anim@amb@business@bgen@bgen_no_work@", "stand_phone_phoneputdown_idle_nowork", "Fold Arms", AnimationOptions =
543 {
544 EmoteLoop = true,
545 EmoteMoving = true,
546 }},
547 ["crossarmsside"] = {"rcmnigel1a_band_groupies", "base_m2", "Crossarms Side", AnimationOptions =
548 {
549 EmoteLoop = true,
550 EmoteMoving = true,
551 }},
552 ["damn"] = {"gestures@m@standing@casual", "gesture_damn", "Damn", AnimationOptions =
553 {
554 EmoteMoving = true,
555 EmoteDuration = 1000
556 }},
557 ["damn2"] = {"anim@am_hold_up@male", "shoplift_mid", "Damn 2", AnimationOptions =
558 {
559 EmoteMoving = true,
560 EmoteDuration = 1000
561 }},
562 ["pointdown"] = {"gestures@f@standing@casual", "gesture_hand_down", "Point Down", AnimationOptions =
563 {
564 EmoteMoving = true,
565 EmoteDuration = 1000
566 }},
567 ["surrender"] = {"random@arrests@busted", "idle_a", "Surrender", AnimationOptions =
568 {
569 EmoteLoop = true,
570 }},
571 ["facepalm2"] = {"anim@mp_player_intcelebrationfemale@face_palm", "face_palm", "Facepalm 2", AnimationOptions =
572 {
573 EmoteMoving = true,
574 EmoteDuration = 8000
575 }},
576 ["facepalm"] = {"random@car_thief@agitated@idle_a", "agitated_idle_a", "Facepalm", AnimationOptions =
577 {
578 EmoteMoving = true,
579 EmoteDuration = 8000
580 }},
581 ["facepalm3"] = {"missminuteman_1ig_2", "tasered_2", "Facepalm 3", AnimationOptions =
582 {
583 EmoteMoving = true,
584 EmoteDuration = 8000
585 }},
586 ["facepalm4"] = {"anim@mp_player_intupperface_palm", "idle_a", "Facepalm 4", AnimationOptions =
587 {
588 EmoteMoving = true,
589 EmoteLoop = true,
590 }},
591 ["fallover"] = {"random@drunk_driver_1", "drunk_fall_over", "Fall Over"},
592 ["fallover2"] = {"mp_suicide", "pistol", "Fall Over 2"},
593 ["fallover3"] = {"mp_suicide", "pill", "Fall Over 3"},
594 ["fallover4"] = {"friends@frf@ig_2", "knockout_plyr", "Fall Over 4"},
595 ["fallover5"] = {"anim@gangops@hostage@", "victim_fail", "Fall Over 5"},
596 ["fallasleep"] = {"mp_sleep", "sleep_loop", "Fall Asleep", AnimationOptions =
597 {
598 EmoteMoving = true,
599 EmoteLoop = true,
600 }},
601 ["fightme"] = {"anim@deathmatch_intros@unarmed", "intro_male_unarmed_c", "Fight Me"},
602 ["fightme2"] = {"anim@deathmatch_intros@unarmed", "intro_male_unarmed_e", "Fight Me 2"},
603 ["finger"] = {"anim@mp_player_intselfiethe_bird", "idle_a", "Finger", AnimationOptions =
604 {
605 EmoteLoop = true,
606 EmoteMoving = true,
607 }},
608 ["finger2"] = {"anim@mp_player_intupperfinger", "idle_a_fp", "Finger 2", AnimationOptions =
609 {
610 EmoteLoop = true,
611 EmoteMoving = true,
612 }},
613 ["handshake"] = {"mp_ped_interaction", "handshake_guy_a", "Handshake", AnimationOptions =
614 {
615 EmoteMoving = true,
616 EmoteDuration = 3000
617 }},
618 ["handshake2"] = {"mp_ped_interaction", "handshake_guy_b", "Handshake 2", AnimationOptions =
619 {
620 EmoteMoving = true,
621 EmoteDuration = 3000
622 }},
623 ["wait4"] = {"amb@world_human_hang_out_street@Female_arm_side@idle_a", "idle_a", "Wait 4", AnimationOptions =
624 {
625 EmoteLoop = true,
626 }},
627 ["wait5"] = {"missclothing", "idle_storeclerk", "Wait 5", AnimationOptions =
628 {
629 EmoteLoop = true,
630 EmoteMoving = true,
631 }},
632 ["wait6"] = {"timetable@amanda@ig_2", "ig_2_base_amanda", "Wait 6", AnimationOptions =
633 {
634 EmoteLoop = true,
635 EmoteMoving = true,
636 }},
637 ["wait7"] = {"rcmnigel1cnmt_1c", "base", "Wait 7", AnimationOptions =
638 {
639 EmoteLoop = true,
640 EmoteMoving = true,
641 }},
642 ["wait8"] = {"rcmjosh1", "idle", "Wait 8", AnimationOptions =
643 {
644 EmoteLoop = true,
645 EmoteMoving = true,
646 }},
647 ["wait9"] = {"rcmjosh2", "josh_2_intp1_base", "Wait 9", AnimationOptions =
648 {
649 EmoteLoop = true,
650 EmoteMoving = true,
651 }},
652 ["wait10"] = {"timetable@amanda@ig_3", "ig_3_base_tracy", "Wait 10", AnimationOptions =
653 {
654 EmoteLoop = true,
655 EmoteMoving = true,
656 }},
657 ["wait11"] = {"misshair_shop@hair_dressers", "keeper_base", "Wait 11", AnimationOptions =
658 {
659 EmoteLoop = true,
660 EmoteMoving = true,
661 }},
662 ["hiking"] = {"move_m@hiking", "idle", "Hiking", AnimationOptions =
663 {
664 EmoteLoop = true,
665 EmoteMoving = true,
666 }},
667 ["hug"] = {"mp_ped_interaction", "kisses_guy_a", "Hug"},
668 ["hug2"] = {"mp_ped_interaction", "kisses_guy_b", "Hug 2"},
669 ["hug3"] = {"mp_ped_interaction", "hugs_guy_a", "Hug 3"},
670 ["inspect"] = {"random@train_tracks", "idle_e", "Inspect"},
671 ["jazzhands"] = {"anim@mp_player_intcelebrationfemale@jazz_hands", "jazz_hands", "Jazzhands", AnimationOptions =
672 {
673 EmoteMoving = true,
674 EmoteDuration = 6000,
675 }},
676 ["jog2"] = {"amb@world_human_jog_standing@male@idle_a", "idle_a", "Jog 2", AnimationOptions =
677 {
678 EmoteLoop = true,
679 EmoteMoving = true,
680 }},
681 ["jog3"] = {"amb@world_human_jog_standing@female@idle_a", "idle_a", "Jog 3", AnimationOptions =
682 {
683 EmoteLoop = true,
684 EmoteMoving = true,
685 }},
686 ["jog4"] = {"amb@world_human_power_walker@female@idle_a", "idle_a", "Jog 4", AnimationOptions =
687 {
688 EmoteLoop = true,
689 EmoteMoving = true,
690 }},
691 ["jog5"] = {"move_m@joy@a", "walk", "Jog 5", AnimationOptions =
692 {
693 EmoteLoop = true,
694 EmoteMoving = true,
695 }},
696 ["jumpingjacks"] = {"timetable@reunited@ig_2", "jimmy_getknocked", "Jumping Jacks", AnimationOptions =
697 {
698 EmoteLoop = true,
699 }},
700 ["kneel2"] = {"rcmextreme3", "idle", "Kneel 2", AnimationOptions =
701 {
702 EmoteLoop = true,
703 }},
704 ["kneel3"] = {"amb@world_human_bum_wash@male@low@idle_a", "idle_a", "Kneel 3", AnimationOptions =
705 {
706 EmoteLoop = true,
707 }},
708 ["knock"] = {"timetable@jimmy@doorknock@", "knockdoor_idle", "Knock", AnimationOptions =
709 {
710 EmoteMoving = true,
711 EmoteLoop = true,
712 }},
713 ["knock2"] = {"missheistfbi3b_ig7", "lift_fibagent_loop", "Knock 2", AnimationOptions =
714 {
715 EmoteLoop = true,
716 }},
717 ["knucklecrunch"] = {"anim@mp_player_intcelebrationfemale@knuckle_crunch", "knuckle_crunch", "Knuckle Crunch", AnimationOptions =
718 {
719 EmoteLoop = true,
720 EmoteMoving = true,
721 }},
722 ["lapdance"] = {"mp_safehouse", "lap_dance_girl", "Lapdance"},
723 ["lean2"] = {"amb@world_human_leaning@female@wall@back@hand_up@idle_a", "idle_a", "Lean 2", AnimationOptions =
724 {
725 EmoteLoop = true,
726 }},
727 ["lean3"] = {"amb@world_human_leaning@female@wall@back@holding_elbow@idle_a", "idle_a", "Lean 3", AnimationOptions =
728 {
729 EmoteLoop = true,
730 }},
731 ["lean4"] = {"amb@world_human_leaning@male@wall@back@foot_up@idle_a", "idle_a", "Lean 4", AnimationOptions =
732 {
733 EmoteLoop = true,
734 }},
735 ["lean5"] = {"amb@world_human_leaning@male@wall@back@hands_together@idle_b", "idle_b", "Lean 5", AnimationOptions =
736 {
737 EmoteLoop = true,
738 }},
739 ["leanflirt"] = {"random@street_race", "_car_a_flirt_girl", "Lean Flirt", AnimationOptions =
740 {
741 EmoteLoop = true,
742 }},
743 ["leanbar2"] = {"amb@prop_human_bum_shopping_cart@male@idle_a", "idle_c", "Lean Bar 2", AnimationOptions =
744 {
745 EmoteLoop = true,
746 }},
747 ["leanbar3"] = {"anim@amb@nightclub@lazlow@ig1_vip@", "clubvip_base_laz", "Lean Bar 3", AnimationOptions =
748 {
749 EmoteLoop = true,
750 }},
751 ["leanbar4"] = {"anim@heists@prison_heist", "ped_b_loop_a", "Lean Bar 4", AnimationOptions =
752 {
753 EmoteLoop = true,
754 }},
755 ["leanhigh"] = {"anim@mp_ferris_wheel", "idle_a_player_one", "Lean High", AnimationOptions =
756 {
757 EmoteLoop = true,
758 EmoteMoving = true,
759 }},
760 ["leanhigh2"] = {"anim@mp_ferris_wheel", "idle_a_player_two", "Lean High 2", AnimationOptions =
761 {
762 EmoteLoop = true,
763 EmoteMoving = true,
764 }},
765 ["leanside"] = {"timetable@mime@01_gc", "idle_a", "Leanside", AnimationOptions =
766 {
767 EmoteLoop = true,
768 EmoteMoving = true,
769 }},
770 ["leanside2"] = {"misscarstealfinale", "packer_idle_1_trevor", "Leanside 2", AnimationOptions =
771 {
772 EmoteLoop = true,
773 EmoteMoving = true,
774 }},
775 ["leanside3"] = {"misscarstealfinalecar_5_ig_1", "waitloop_lamar", "Leanside 3", AnimationOptions =
776 {
777 EmoteLoop = true,
778 EmoteMoving = true,
779 }},
780 ["leanside4"] = {"misscarstealfinalecar_5_ig_1", "waitloop_lamar", "Leanside 4", AnimationOptions =
781 {
782 EmoteLoop = true,
783 EmoteMoving = false,
784 }},
785 ["leanside5"] = {"rcmjosh2", "josh_2_intp1_base", "Leanside 5", AnimationOptions =
786 {
787 EmoteLoop = true,
788 EmoteMoving = false,
789 }},
790 ["me"] = {"gestures@f@standing@casual", "gesture_me_hard", "Me", AnimationOptions =
791 {
792 EmoteMoving = true,
793 EmoteDuration = 1000
794 }},
795 ["mechanic"] = {"mini@repair", "fixing_a_ped", "Mechanic", AnimationOptions =
796 {
797 EmoteLoop = true,
798 EmoteMoving = true,
799 }},
800 ["mechanic2"] = {"amb@world_human_vehicle_mechanic@male@base", "idle_a", "Mechanic 2", AnimationOptions =
801 {
802 EmoteLoop = true,
803 }},
804 ["mechanic3"] = {"anim@amb@clubhouse@tutorial@bkr_tut_ig3@", "machinic_loop_mechandplayer", "Mechanic 3", AnimationOptions =
805 {
806 EmoteLoop = true,
807 }},
808 ["mechanic4"] = {"anim@amb@clubhouse@tutorial@bkr_tut_ig3@", "machinic_loop_mechandplayer", "Mechanic 4", AnimationOptions =
809 {
810 EmoteLoop = true,
811 EmoteMoving = true,
812 }},
813 ["medic2"] = {"amb@medic@standing@tendtodead@base", "base", "Medic 2", AnimationOptions =
814 {
815 EmoteLoop = true,
816 }},
817 ["meditate"] = {"rcmcollect_paperleadinout@", "meditiate_idle", "Meditiate", AnimationOptions = -- CHANGE ME
818 {
819 EmoteLoop = true,
820 }},
821 ["meditate2"] = {"rcmepsilonism3", "ep_3_rcm_marnie_meditating", "Meditiate 2", AnimationOptions = -- CHANGE ME
822 {
823 EmoteLoop = true,
824 }},
825 ["meditate3"] = {"rcmepsilonism3", "base_loop", "Meditiate 3", AnimationOptions = -- CHANGE ME
826 {
827 EmoteLoop = true,
828 }},
829 ["metal"] = {"anim@mp_player_intincarrockstd@ps@", "idle_a", "Metal", AnimationOptions = -- CHANGE ME
830 {
831 EmoteLoop = true,
832 EmoteMoving = true,
833 }},
834 ["no"] = {"anim@heists@ornate_bank@chat_manager", "fail", "No", AnimationOptions =
835 {
836 EmoteLoop = true,
837 EmoteMoving = true,
838 }},
839 ["no2"] = {"mp_player_int_upper_nod", "mp_player_int_nod_no", "No 2", AnimationOptions =
840 {
841 EmoteLoop = true,
842 EmoteMoving = true,
843 }},
844 ["nosepick"] = {"anim@mp_player_intcelebrationfemale@nose_pick", "nose_pick", "Nose Pick", AnimationOptions =
845 {
846 EmoteLoop = true,
847 EmoteMoving = true,
848 }},
849 ["noway"] = {"gestures@m@standing@casual", "gesture_no_way", "No Way", AnimationOptions =
850 {
851 EmoteDuration = 1500,
852 EmoteMoving = true,
853 }},
854 ["ok"] = {"anim@mp_player_intselfiedock", "idle_a", "OK", AnimationOptions =
855 {
856 EmoteLoop = true,
857 EmoteMoving = true,
858 }},
859 ["outofbreath"] = {"re@construction", "out_of_breath", "Out of Breath", AnimationOptions =
860 {
861 EmoteLoop = true,
862 EmoteMoving = true,
863 }},
864 ["pickup"] = {"random@domestic", "pickup_low", "Pickup"},
865 ["push"] = {"missfinale_c2ig_11", "pushcar_offcliff_f", "Push", AnimationOptions =
866 {
867 EmoteLoop = true,
868 }},
869 ["push2"] = {"missfinale_c2ig_11", "pushcar_offcliff_m", "Push 2", AnimationOptions =
870 {
871 EmoteLoop = true,
872 }},
873 ["point"] = {"gestures@f@standing@casual", "gesture_point", "Point", AnimationOptions =
874 {
875 EmoteLoop = true,
876 EmoteMoving = true,
877 }},
878 ["pushup"] = {"amb@world_human_push_ups@male@idle_a", "idle_d", "Pushup", AnimationOptions =
879 {
880 EmoteLoop = true,
881 }},
882 ["countdown"] = {"random@street_race", "grid_girl_race_start", "Countdown", AnimationOptions =
883 {
884 EmoteLoop = true,
885 EmoteMoving = true,
886 }},
887 ["pointright"] = {"mp_gun_shop_tut", "indicate_right", "Point Right", AnimationOptions =
888 {
889 EmoteLoop = true,
890 EmoteMoving = true,
891 }},
892 ["salute"] = {"anim@mp_player_intincarsalutestd@ds@", "idle_a", "Salute", AnimationOptions =
893 {
894 EmoteLoop = true,
895 EmoteMoving = true,
896 }},
897 ["salute2"] = {"anim@mp_player_intincarsalutestd@ps@", "idle_a", "Salute 2", AnimationOptions =
898 {
899 EmoteLoop = true,
900 EmoteMoving = true,
901 }},
902 ["salute3"] = {"anim@mp_player_intuppersalute", "idle_a", "Salute 3", AnimationOptions =
903 {
904 EmoteLoop = true,
905 EmoteMoving = true,
906 }},
907 ["scared"] = {"random@domestic", "f_distressed_loop", "Scared", AnimationOptions =
908 {
909 EmoteLoop = true,
910 EmoteMoving = true,
911 }},
912 ["scared2"] = {"random@homelandsecurity", "knees_loop_girl", "Scared 2", AnimationOptions =
913 {
914 EmoteLoop = true,
915 EmoteMoving = true,
916 }},
917 ["screwyou"] = {"misscommon@response", "screw_you", "Screw You", AnimationOptions =
918 {
919 EmoteLoop = true,
920 EmoteMoving = true,
921 }},
922 ["shakeoff"] = {"move_m@_idles@shake_off", "shakeoff_1", "Shake Off", AnimationOptions =
923 {
924 EmoteMoving = true,
925 EmoteDuration = 3500,
926 }},
927 ["shot"] = {"random@dealgonewrong", "idle_a", "Shot", AnimationOptions =
928 {
929 EmoteLoop = true,
930 }},
931 ["sleep"] = {"timetable@tracy@sleep@", "idle_c", "Sleep", AnimationOptions =
932 {
933 EmoteLoop = true,
934 }},
935 ["shrug"] = {"gestures@f@standing@casual", "gesture_shrug_hard", "Shrug", AnimationOptions =
936 {
937 EmoteMoving = true,
938 EmoteDuration = 1000,
939 }},
940 ["shrug2"] = {"gestures@m@standing@casual", "gesture_shrug_hard", "Shrug 2", AnimationOptions =
941 {
942 EmoteMoving = true,
943 EmoteDuration = 1000,
944 }},
945 ["sit"] = {"anim@amb@business@bgen@bgen_no_work@", "sit_phone_phoneputdown_idle_nowork", "Sit", AnimationOptions =
946 {
947 EmoteLoop = true,
948 }},
949 ["sit2"] = {"rcm_barry3", "barry_3_sit_loop", "Sit 2", AnimationOptions =
950 {
951 EmoteLoop = true,
952 }},
953 ["sit3"] = {"amb@world_human_picnic@male@idle_a", "idle_a", "Sit 3", AnimationOptions =
954 {
955 EmoteLoop = true,
956 }},
957 ["sit4"] = {"amb@world_human_picnic@female@idle_a", "idle_a", "Sit 4", AnimationOptions =
958 {
959 EmoteLoop = true,
960 }},
961 ["sit5"] = {"anim@heists@fleeca_bank@ig_7_jetski_owner", "owner_idle", "Sit 5", AnimationOptions =
962 {
963 EmoteLoop = true,
964 }},
965 ["sit6"] = {"timetable@jimmy@mics3_ig_15@", "idle_a_jimmy", "Sit 6", AnimationOptions =
966 {
967 EmoteLoop = true,
968 }},
969 ["sit7"] = {"anim@amb@nightclub@lazlow@lo_alone@", "lowalone_base_laz", "Sit 7", AnimationOptions =
970 {
971 EmoteLoop = true,
972 }},
973 ["sit8"] = {"timetable@jimmy@mics3_ig_15@", "mics3_15_base_jimmy", "Sit 8", AnimationOptions =
974 {
975 EmoteLoop = true,
976 }},
977 ["sit9"] = {"amb@world_human_stupor@male@idle_a", "idle_a", "Sit 9", AnimationOptions =
978 {
979 EmoteLoop = true,
980 }},
981 ["sitlean"] = {"timetable@tracy@ig_14@", "ig_14_base_tracy", "Sit Lean", AnimationOptions =
982 {
983 EmoteLoop = true,
984 }},
985 ["sitsad"] = {"anim@amb@business@bgen@bgen_no_work@", "sit_phone_phoneputdown_sleeping-noworkfemale", "Sit Sad", AnimationOptions =
986 {
987 EmoteLoop = true,
988 }},
989 ["sitscared"] = {"anim@heists@ornate_bank@hostages@hit", "hit_loop_ped_b", "Sit Scared", AnimationOptions =
990 {
991 EmoteLoop = true,
992 }},
993 ["sitscared2"] = {"anim@heists@ornate_bank@hostages@ped_c@", "flinch_loop", "Sit Scared 2", AnimationOptions =
994 {
995 EmoteLoop = true,
996 }},
997 ["sitscared3"] = {"anim@heists@ornate_bank@hostages@ped_e@", "flinch_loop", "Sit Scared 3", AnimationOptions =
998 {
999 EmoteLoop = true,
1000 }},
1001 ["sitdrunk"] = {"timetable@amanda@drunk@base", "base", "Sit Drunk", AnimationOptions =
1002 {
1003 EmoteLoop = true,
1004 }},
1005 ["sitchair2"] = {"timetable@ron@ig_5_p3", "ig_5_p3_base", "Sit Chair 2", AnimationOptions =
1006 {
1007 EmoteLoop = true,
1008 }},
1009 ["sitchair3"] = {"timetable@reunited@ig_10", "base_amanda", "Sit Chair 3", AnimationOptions =
1010 {
1011 EmoteLoop = true,
1012 }},
1013 ["sitchair4"] = {"timetable@ron@ig_3_couch", "base", "Sit Chair 4", AnimationOptions =
1014 {
1015 EmoteLoop = true,
1016 }},
1017 ["sitchair5"] = {"timetable@jimmy@mics3_ig_15@", "mics3_15_base_tracy", "Sit Chair 5", AnimationOptions =
1018 {
1019 EmoteLoop = true,
1020 }},
1021 ["sitchair6"] = {"timetable@maid@couch@", "base", "Sit Chair 6", AnimationOptions =
1022 {
1023 EmoteLoop = true,
1024 }},
1025 ["sitchairside"] = {"timetable@ron@ron_ig_2_alt1", "ig_2_alt1_base", "Sit Chair Side", AnimationOptions =
1026 {
1027 EmoteLoop = true,
1028 }},
1029 ["situp"] = {"amb@world_human_sit_ups@male@idle_a", "idle_a", "Sit Up", AnimationOptions =
1030 {
1031 EmoteLoop = true,
1032 }},
1033 ["clapangry"] = {"anim@arena@celeb@flat@solo@no_props@", "angry_clap_a_player_a", "Clap Angry", AnimationOptions =
1034 {
1035 EmoteLoop = true,
1036 }},
1037 ["slowclap3"] = {"anim@mp_player_intupperslow_clap", "idle_a", "Slow Clap 3", AnimationOptions =
1038 {
1039 EmoteLoop = true,
1040 EmoteMoving = true,
1041 }},
1042 ["clap"] = {"amb@world_human_cheering@male_a", "base", "Clap", AnimationOptions =
1043 {
1044 EmoteLoop = true,
1045 EmoteMoving = true,
1046 }},
1047 ["slowclap"] = {"anim@mp_player_intcelebrationfemale@slow_clap", "slow_clap", "Slow Clap", AnimationOptions =
1048 {
1049 EmoteLoop = true,
1050 EmoteMoving = true,
1051 }},
1052 ["slowclap2"] = {"anim@mp_player_intcelebrationmale@slow_clap", "slow_clap", "Slow Clap 2", AnimationOptions =
1053 {
1054 EmoteLoop = true,
1055 EmoteMoving = true,
1056 }},
1057 ["smell"] = {"move_p_m_two_idles@generic", "fidget_sniff_fingers", "Smell", AnimationOptions =
1058 {
1059 EmoteLoop = true,
1060 EmoteMoving = true,
1061 }},
1062 ["stickup"] = {"random@countryside_gang_fight", "biker_02_stickup_loop", "Stick Up", AnimationOptions =
1063 {
1064 EmoteLoop = true,
1065 EmoteMoving = true,
1066 }},
1067 ["stumble"] = {"misscarsteal4@actor", "stumble", "Stumble", AnimationOptions =
1068 {
1069 EmoteLoop = true,
1070 }},
1071 ["stunned"] = {"stungun@standing", "damage", "Stunned", AnimationOptions =
1072 {
1073 EmoteLoop = true,
1074 }},
1075 ["sunbathe"] = {"amb@world_human_sunbathe@male@back@base", "base", "Sunbathe", AnimationOptions =
1076 {
1077 EmoteLoop = true,
1078 }},
1079 ["sunbathe2"] = {"amb@world_human_sunbathe@female@back@base", "base", "Sunbathe 2", AnimationOptions =
1080 {
1081 EmoteLoop = true,
1082 }},
1083 ["t"] = {"missfam5_yoga", "a2_pose", "T", AnimationOptions =
1084 {
1085 EmoteLoop = true,
1086 EmoteMoving = true,
1087 }},
1088 ["t2"] = {"mp_sleep", "bind_pose_180", "T 2", AnimationOptions =
1089 {
1090 EmoteLoop = true,
1091 }},
1092 ["think5"] = {"mp_cp_welcome_tutthink", "b_think", "Think 5", AnimationOptions =
1093 {
1094 EmoteMoving = true,
1095 EmoteDuration = 2000,
1096 }},
1097 ["think"] = {"misscarsteal4@aliens", "rehearsal_base_idle_director", "Think", AnimationOptions =
1098 {
1099 EmoteLoop = true,
1100 EmoteMoving = true,
1101 }},
1102 ["think3"] = {"timetable@tracy@ig_8@base", "base", "Think 3", AnimationOptions =
1103 {
1104 EmoteLoop = true,
1105 EmoteMoving = true,
1106 }},
1107
1108 ["think2"] = {"missheist_jewelleadinout", "jh_int_outro_loop_a", "Think 2", AnimationOptions =
1109 {
1110 EmoteLoop = true,
1111 EmoteMoving = true,
1112 }},
1113 ["thumbsup3"] = {"anim@mp_player_intincarthumbs_uplow@ds@", "enter", "Thumbs Up 3", AnimationOptions =
1114 {
1115 EmoteMoving = true,
1116 EmoteDuration = 3000,
1117 }},
1118 ["thumbsup2"] = {"anim@mp_player_intselfiethumbs_up", "idle_a", "Thumbs Up 2", AnimationOptions =
1119 {
1120 EmoteLoop = true,
1121 EmoteMoving = true,
1122 }},
1123 ["thumbsup"] = {"anim@mp_player_intupperthumbs_up", "idle_a", "Thumbs Up", AnimationOptions =
1124 {
1125 EmoteLoop = true,
1126 EmoteMoving = true,
1127 }},
1128 ["type"] = {"anim@heists@prison_heiststation@cop_reactions", "cop_b_idle", "Type", AnimationOptions =
1129 {
1130 EmoteLoop = true,
1131 EmoteMoving = true,
1132 }},
1133 ["type2"] = {"anim@heists@prison_heistig1_p1_guard_checks_bus", "loop", "Type 2", AnimationOptions =
1134 {
1135 EmoteLoop = true,
1136 EmoteMoving = true,
1137 }},
1138 ["type3"] = {"mp_prison_break", "hack_loop", "Type 3", AnimationOptions =
1139 {
1140 EmoteLoop = true,
1141 EmoteMoving = true,
1142 }},
1143 ["type4"] = {"mp_fbi_heist", "loop", "Type 4", AnimationOptions =
1144 {
1145 EmoteLoop = true,
1146 }},
1147 ["warmth"] = {"amb@world_human_stand_fire@male@idle_a", "idle_a", "Warmth", AnimationOptions =
1148 {
1149 EmoteLoop = true,
1150 EmoteMoving = true,
1151 }},
1152 ["wave4"] = {"random@mugging5", "001445_01_gangintimidation_1_female_idle_b", "Wave 4", AnimationOptions =
1153 {
1154 EmoteMoving = true,
1155 EmoteDuration = 3000,
1156 }},
1157 ["wave2"] = {"anim@mp_player_intcelebrationfemale@wave", "wave", "Wave 2", AnimationOptions =
1158 {
1159 EmoteLoop = true,
1160 EmoteMoving = true,
1161 }},
1162 ["wave3"] = {"friends@fra@ig_1", "over_here_idle_a", "Wave 3", AnimationOptions =
1163 {
1164 EmoteLoop = true,
1165 EmoteMoving = true,
1166 }},
1167 ["wave"] = {"friends@frj@ig_1", "wave_a", "Wave", AnimationOptions =
1168 {
1169 EmoteLoop = true,
1170 EmoteMoving = true,
1171 }},
1172 ["wave5"] = {"friends@frj@ig_1", "wave_b", "Wave 5", AnimationOptions =
1173 {
1174 EmoteLoop = true,
1175 EmoteMoving = true,
1176 }},
1177 ["wave6"] = {"friends@frj@ig_1", "wave_c", "Wave 6", AnimationOptions =
1178 {
1179 EmoteLoop = true,
1180 EmoteMoving = true,
1181 }},
1182 ["wave7"] = {"friends@frj@ig_1", "wave_d", "Wave 7", AnimationOptions =
1183 {
1184 EmoteLoop = true,
1185 EmoteMoving = true,
1186 }},
1187 ["wave8"] = {"friends@frj@ig_1", "wave_e", "Wave 8", AnimationOptions =
1188 {
1189 EmoteLoop = true,
1190 EmoteMoving = true,
1191 }},
1192 ["wave9"] = {"gestures@m@standing@casual", "gesture_hello", "Wave 9", AnimationOptions =
1193 {
1194 EmoteLoop = true,
1195 EmoteMoving = true,
1196 }},
1197 ["whistle"] = {"taxi_hail", "hail_taxi", "Whistle", AnimationOptions =
1198 {
1199 EmoteMoving = true,
1200 EmoteDuration = 1300,
1201 }},
1202 ["whistle2"] = {"rcmnigel1c", "hailing_whistle_waive_a", "Whistle 2", AnimationOptions =
1203 {
1204 EmoteMoving = true,
1205 EmoteDuration = 2000,
1206 }},
1207 ["yeah"] = {"anim@mp_player_intupperair_shagging", "idle_a", "Yeah", AnimationOptions =
1208 {
1209 EmoteLoop = true,
1210 EmoteMoving = true,
1211 }},
1212 ["lift"] = {"random@hitch_lift", "idle_f", "Lift", AnimationOptions =
1213 {
1214 EmoteLoop = true,
1215 EmoteMoving = true,
1216 }},
1217 ["lol"] = {"anim@arena@celeb@flat@paired@no_props@", "laugh_a_player_b", "LOL", AnimationOptions =
1218 {
1219 EmoteLoop = true,
1220 }},
1221 ["lol2"] = {"anim@arena@celeb@flat@solo@no_props@", "giggle_a_player_b", "LOL 2", AnimationOptions =
1222 {
1223 EmoteLoop = true,
1224 }},
1225 ["statue2"] = {"fra_0_int-1", "cs_lamardavis_dual-1", "Statue 2", AnimationOptions =
1226 {
1227 EmoteLoop = true,
1228 EmoteMoving = true,
1229 }},
1230 ["statue3"] = {"club_intro2-0", "csb_englishdave_dual-0", "Statue 3", AnimationOptions =
1231 {
1232 EmoteLoop = true,
1233 }},
1234 ["gangsign"] = {"mp_player_int_uppergang_sign_a", "mp_player_int_gang_sign_a", "Gang Sign", AnimationOptions =
1235 {
1236 EmoteLoop = true,
1237 EmoteMoving = true,
1238 }},
1239 ["gangsign2"] = {"mp_player_int_uppergang_sign_b", "mp_player_int_gang_sign_b", "Gang Sign 2", AnimationOptions =
1240 {
1241 EmoteLoop = true,
1242 EmoteMoving = true,
1243 }},
1244 ["passout"] = {"missarmenian2", "drunk_loop", "Passout", AnimationOptions =
1245 {
1246 EmoteLoop = true,
1247 }},
1248 ["passout2"] = {"missarmenian2", "corpse_search_exit_ped", "Passout 2", AnimationOptions =
1249 {
1250 EmoteLoop = true,
1251 }},
1252 ["passout3"] = {"anim@gangops@morgue@table@", "body_search", "Passout 3", AnimationOptions =
1253 {
1254 EmoteLoop = true,
1255 }},
1256 ["passout4"] = {"mini@cpr@char_b@cpr_def", "cpr_pumpchest_idle", "Passout 4", AnimationOptions =
1257 {
1258 EmoteLoop = true,
1259 }},
1260 ["passout5"] = {"random@mugging4", "flee_backward_loop_shopkeeper", "Passout 5", AnimationOptions =
1261 {
1262 EmoteLoop = true,
1263 }},
1264 ["petting"] = {"creatures@rottweiler@tricks@", "petting_franklin", "Petting", AnimationOptions =
1265 {
1266 EmoteLoop = true,
1267 }},
1268 ["crawl"] = {"move_injured_ground", "front_loop", "Crawl", AnimationOptions =
1269 {
1270 EmoteLoop = true,
1271 }},
1272 ["flip2"] = {"anim@arena@celeb@flat@solo@no_props@", "cap_a_player_a", "Flip 2"},
1273 ["flip"] = {"anim@arena@celeb@flat@solo@no_props@", "flip_a_player_a", "Flip"},
1274 ["slide"] = {"anim@arena@celeb@flat@solo@no_props@", "slide_a_player_a", "Slide"},
1275 ["slide2"] = {"anim@arena@celeb@flat@solo@no_props@", "slide_b_player_a", "Slide 2"},
1276 ["slide3"] = {"anim@arena@celeb@flat@solo@no_props@", "slide_c_player_a", "Slide 3"},
1277 ["slugger"] = {"anim@arena@celeb@flat@solo@no_props@", "slugger_a_player_a", "Slugger"},
1278 ["flipoff"] = {"anim@arena@celeb@podium@no_prop@", "flip_off_a_1st", "Flip Off", AnimationOptions =
1279 {
1280 EmoteMoving = true,
1281 }},
1282 ["flipoff2"] = {"anim@arena@celeb@podium@no_prop@", "flip_off_c_1st", "Flip Off 2", AnimationOptions =
1283 {
1284 EmoteMoving = true,
1285 }},
1286 ["bow"] = {"anim@arena@celeb@podium@no_prop@", "regal_c_1st", "Bow", AnimationOptions =
1287 {
1288 EmoteLoop = true,
1289 EmoteMoving = true,
1290 }},
1291 ["bow2"] = {"anim@arena@celeb@podium@no_prop@", "regal_a_1st", "Bow 2", AnimationOptions =
1292 {
1293 EmoteLoop = true,
1294 EmoteMoving = true,
1295 }},
1296 ["keyfob"] = {"anim@mp_player_intmenu@key_fob@", "fob_click", "Key Fob", AnimationOptions =
1297 {
1298 EmoteLoop = false,
1299 EmoteMoving = true,
1300 EmoteDuration = 1000,
1301 }},
1302 ["golfswing"] = {"rcmnigel1d", "swing_a_mark", "Golf Swing"},
1303 ["eat"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat", AnimationOptions =
1304 {
1305 EmoteMoving = true,
1306 EmoteDuration = 3000,
1307 }},
1308 ["reaching"] = {"move_m@intimidation@cop@unarmed", "idle", "Reaching", AnimationOptions =
1309 {
1310 EmoteLoop = true,
1311 EmoteMoving = true,
1312 }},
1313 ["wait"] = {"random@shop_tattoo", "_idle_a", "Wait", AnimationOptions =
1314 {
1315 EmoteLoop = true,
1316 EmoteMoving = true,
1317 }},
1318 ["wait2"] = {"missbigscore2aig_3", "wait_for_van_c", "Wait 2", AnimationOptions =
1319 {
1320 EmoteLoop = true,
1321 EmoteMoving = true,
1322 }},
1323 ["wait12"] = {"rcmjosh1", "idle", "Wait 12", AnimationOptions =
1324 {
1325 EmoteLoop = true,
1326 EmoteMoving = true,
1327 }},
1328 ["wait13"] = {"rcmnigel1a", "base", "Wait 13", AnimationOptions =
1329 {
1330 EmoteLoop = true,
1331 EmoteMoving = true,
1332 }},
1333 ["lapdance2"] = {"mini@strip_club@private_dance@idle", "priv_dance_idle", "Lapdance 2", AnimationOptions =
1334 {
1335 EmoteLoop = true,
1336 }},
1337 ["lapdance3"] = {"mini@strip_club@private_dance@part2", "priv_dance_p2", "Lapdance 3", AnimationOptions =
1338 {
1339 EmoteLoop = true,
1340 }},
1341 ["lapdance3"] = {"mini@strip_club@private_dance@part3", "priv_dance_p3", "Lapdance 3", AnimationOptions =
1342 {
1343 EmoteLoop = true,
1344 }},
1345 ["twerk"] = {"switch@trevor@mocks_lapdance", "001443_01_trvs_28_idle_stripper", "Twerk", AnimationOptions =
1346 {
1347 EmoteLoop = true,
1348 }},
1349 ["slap"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_slap", "Slap", AnimationOptions =
1350 {
1351 EmoteLoop = true,
1352 EmoteMoving = true,
1353 EmoteDuration = 2000,
1354 }},
1355 ["headbutt"] = {"melee@unarmed@streamed_variations", "plyr_takedown_front_headbutt", "Headbutt"},
1356 ["fishdance"] = {"anim@mp_player_intupperfind_the_fish", "idle_a", "Fish Dance", AnimationOptions =
1357 {
1358 EmoteLoop = true,
1359 EmoteMoving = true,
1360 }},
1361 ["peace"] = {"mp_player_int_upperpeace_sign", "mp_player_int_peace_sign", "Peace", AnimationOptions =
1362 {
1363 EmoteLoop = true,
1364 EmoteMoving = true,
1365 }},
1366 ["peace2"] = {"anim@mp_player_intupperpeace", "idle_a", "Peace 2", AnimationOptions =
1367 {
1368 EmoteLoop = true,
1369 EmoteMoving = true,
1370 }},
1371 ["cpr"] = {"mini@cpr@char_a@cpr_str", "cpr_pumpchest", "CPR", AnimationOptions =
1372 {
1373 EmoteLoop = true,
1374 }},
1375 ["cpr2"] = {"mini@cpr@char_a@cpr_str", "cpr_pumpchest", "CPR 2", AnimationOptions =
1376 {
1377 EmoteLoop = true,
1378 EmoteMoving = true,
1379 }},
1380 ["ledge"] = {"missfbi1", "ledge_loop", "Ledge", AnimationOptions =
1381 {
1382 EmoteLoop = true,
1383 }},
1384 ["airplane"] = {"missfbi1", "ledge_loop", "Air Plane", AnimationOptions =
1385 {
1386 EmoteLoop = true,
1387 EmoteMoving = true,
1388 }},
1389 ["peek"] = {"random@paparazzi@peek", "left_peek_a", "Peek", AnimationOptions =
1390 {
1391 EmoteLoop = true,
1392 }},
1393 ["cough"] = {"timetable@gardener@smoking_joint", "idle_cough", "Cough", AnimationOptions =
1394 {
1395 EmoteLoop = true,
1396 EmoteMoving = true,
1397 }},
1398 ["stretch"] = {"mini@triathlon", "idle_e", "Stretch", AnimationOptions =
1399 {
1400 EmoteLoop = true,
1401 }},
1402 ["stretch2"] = {"mini@triathlon", "idle_f", "Stretch 2", AnimationOptions =
1403 {
1404 EmoteLoop = true,
1405 }},
1406 ["stretch3"] = {"mini@triathlon", "idle_d", "Stretch 3", AnimationOptions =
1407 {
1408 EmoteLoop = true,
1409 }},
1410 ["stretch4"] = {"rcmfanatic1maryann_stretchidle_b", "idle_e", "Stretch 4", AnimationOptions =
1411 {
1412 EmoteLoop = true,
1413 }},
1414 ["celebrate"] = {"rcmfanatic1celebrate", "celebrate", "Celebrate", AnimationOptions =
1415 {
1416 EmoteLoop = true,
1417 }},
1418 ["punching"] = {"rcmextreme2", "loop_punching", "Punching", AnimationOptions =
1419 {
1420 EmoteLoop = true,
1421 EmoteMoving = true,
1422 }},
1423 ["superhero"] = {"rcmbarry", "base", "Superhero", AnimationOptions =
1424 {
1425 EmoteLoop = true,
1426 }},
1427 ["superhero2"] = {"rcmbarry", "base", "Superhero 2", AnimationOptions =
1428 {
1429 EmoteLoop = true,
1430 EmoteMoving = true,
1431 }},
1432 ["mindcontrol"] = {"rcmbarry", "mind_control_b_loop", "Mind Control", AnimationOptions =
1433 {
1434 EmoteLoop = true,
1435 }},
1436 ["mindcontrol2"] = {"rcmbarry", "bar_1_attack_idle_aln", "Mind Control 2", AnimationOptions =
1437 {
1438 EmoteLoop = true,
1439 }},
1440 ["clown"] = {"rcm_barry2", "clown_idle_0", "Clown", AnimationOptions =
1441 {
1442 EmoteLoop = true,
1443 }},
1444 ["clown2"] = {"rcm_barry2", "clown_idle_1", "Clown 2", AnimationOptions =
1445 {
1446 EmoteLoop = true,
1447 }},
1448 ["clown3"] = {"rcm_barry2", "clown_idle_2", "Clown 3", AnimationOptions =
1449 {
1450 EmoteLoop = true,
1451 }},
1452 ["clown4"] = {"rcm_barry2", "clown_idle_3", "Clown 4", AnimationOptions =
1453 {
1454 EmoteLoop = true,
1455 EmoteMoving = true,
1456 }},
1457 ["clown5"] = {"rcm_barry2", "clown_idle_6", "Clown 5", AnimationOptions =
1458 {
1459 EmoteLoop = true,
1460 }},
1461 ["tryclothes"] = {"mp_clothing@female@trousers", "try_trousers_neutral_a", "Try Clothes", AnimationOptions =
1462 {
1463 EmoteLoop = true,
1464 }},
1465 ["tryclothes2"] = {"mp_clothing@female@shirt", "try_shirt_positive_a", "Try Clothes 2", AnimationOptions =
1466 {
1467 EmoteLoop = true,
1468 }},
1469 ["tryclothes3"] = {"mp_clothing@female@shoes", "try_shoes_positive_a", "Try Clothes 3", AnimationOptions =
1470 {
1471 EmoteLoop = true,
1472 }},
1473 ["nervous2"] = {"mp_missheist_countrybank@nervous", "nervous_idle", "Nervous 2", AnimationOptions =
1474 {
1475 EmoteLoop = true,
1476 EmoteMoving = true,
1477 }},
1478 ["nervous"] = {"amb@world_human_bum_standing@twitchy@idle_a", "idle_c", "Nervous", AnimationOptions =
1479 {
1480 EmoteLoop = true,
1481 EmoteMoving = true,
1482 }},
1483 ["nervous3"] = {"rcmme_tracey1", "nervous_loop", "Nervous 3", AnimationOptions =
1484 {
1485 EmoteLoop = true,
1486 EmoteMoving = true,
1487 }},
1488 ["uncuff"] = {"mp_arresting", "a_uncuff", "Uncuff", AnimationOptions =
1489 {
1490 EmoteLoop = true,
1491 EmoteMoving = true,
1492 }},
1493 ["namaste"] = {"timetable@amanda@ig_4", "ig_4_base", "Namaste", AnimationOptions =
1494 {
1495 EmoteLoop = true,
1496 EmoteMoving = true,
1497 }},
1498 ["dj"] = {"anim@amb@nightclub@djs@dixon@", "dixn_dance_cntr_open_dix", "DJ", AnimationOptions =
1499 {
1500 EmoteLoop = true,
1501 EmoteMoving = true,
1502 }},
1503 ["threaten"] = {"random@atmrobberygen", "b_atm_mugging", "Threaten", AnimationOptions =
1504 {
1505 EmoteLoop = true,
1506 EmoteMoving = true,
1507 }},
1508 ["radio"] = {"random@arrests", "generic_radio_chatter", "Radio", AnimationOptions =
1509 {
1510 EmoteLoop = true,
1511 EmoteMoving = true,
1512 }},
1513 ["pull"] = {"random@mugging4", "struggle_loop_b_thief", "Pull", AnimationOptions =
1514 {
1515 EmoteLoop = true,
1516 EmoteMoving = true,
1517 }},
1518 ["bird"] = {"random@peyote@bird", "wakeup", "Bird"},
1519 ["chicken"] = {"random@peyote@chicken", "wakeup", "Chicken", AnimationOptions =
1520 {
1521 EmoteLoop = true,
1522 EmoteMoving = true,
1523 }},
1524 ["bark"] = {"random@peyote@dog", "wakeup", "Bark"},
1525 ["rabbit"] = {"random@peyote@rabbit", "wakeup", "Rabbit"},
1526 ["spiderman"] = {"missexile3", "ex03_train_roof_idle", "Spider-Man", AnimationOptions =
1527 {
1528 EmoteLoop = true,
1529 }},
1530 ["boi"] = {"special_ped@jane@monologue_5@monologue_5c", "brotheradrianhasshown_2", "BOI", AnimationOptions =
1531 {
1532 EmoteMoving = true,
1533 EmoteDuration = 3000,
1534 }},
1535 ["adjust"] = {"missmic4", "michael_tux_fidget", "Adjust", AnimationOptions =
1536 {
1537 EmoteMoving = true,
1538 EmoteDuration = 4000,
1539 }},
1540 ["handsup"] = {"missminuteman_1ig_2", "handsup_base", "Hands Up", AnimationOptions =
1541 {
1542 EmoteMoving = true,
1543 EmoteLoop = true,
1544 }},
1545 ["pee"] = {"misscarsteal2peeing", "peeing_loop", "Pee", AnimationOptions =
1546 {
1547 EmoteStuck = true,
1548 PtfxAsset = "scr_amb_chop",
1549 PtfxName = "ent_anim_dog_peeing",
1550 PtfxNoProp = true,
1551 PtfxPlacement = {-0.05, 0.3, 0.0, 0.0, 90.0, 90.0, 1.0},
1552 PtfxInfo = Config.Languages[Config.MenuLanguage]['pee'],
1553 PtfxWait = 3000,
1554 }},
1555
1556-----------------------------------------------------------------------------------------------------------
1557------ These are Scenarios, some of these dont work on women and some other issues, but still good to have.
1558-----------------------------------------------------------------------------------------------------------
1559
1560 ["atm"] = {"Scenario", "PROP_HUMAN_ATM", "ATM"},
1561 ["bbq"] = {"MaleScenario", "PROP_HUMAN_BBQ", "BBQ"},
1562 ["bumbin"] = {"Scenario", "PROP_HUMAN_BUM_BIN", "Bum Bin"},
1563 ["bumsleep"] = {"Scenario", "WORLD_HUMAN_BUM_SLUMPED", "Bum Sleep"},
1564 ["cheer"] = {"Scenario", "WORLD_HUMAN_CHEERING", "Cheer"},
1565 ["chinup"] = {"Scenario", "PROP_HUMAN_MUSCLE_CHIN_UPS", "Chinup"},
1566 ["clipboard2"] = {"MaleScenario", "WORLD_HUMAN_CLIPBOARD", "Clipboard 2"},
1567 ["cop"] = {"Scenario", "WORLD_HUMAN_COP_IDLES", "Cop"},
1568 ["copbeacon"] = {"MaleScenario", "WORLD_HUMAN_CAR_PARK_ATTENDANT", "Cop Beacon"},
1569 ["filmshocking"] = {"Scenario", "WORLD_HUMAN_MOBILE_FILM_SHOCKING", "Film Shocking"},
1570 ["flex"] = {"Scenario", "WORLD_HUMAN_MUSCLE_FLEX", "Flex"},
1571 ["guard"] = {"Scenario", "WORLD_HUMAN_GUARD_STAND", "Guard"},
1572 ["hammer"] = {"Scenario", "WORLD_HUMAN_HAMMERING", "Hammer"},
1573 ["hangout"] = {"Scenario", "WORLD_HUMAN_HANG_OUT_STREET", "Hangout"},
1574 ["impatient"] = {"Scenario", "WORLD_HUMAN_STAND_IMPATIENT", "Impatient"},
1575 ["janitor"] = {"Scenario", "WORLD_HUMAN_JANITOR", "Janitor"},
1576 ["jog"] = {"Scenario", "WORLD_HUMAN_JOG_STANDING", "Jog"},
1577 ["kneel"] = {"Scenario", "CODE_HUMAN_MEDIC_KNEEL", "Kneel"},
1578 ["leafblower"] = {"MaleScenario", "WORLD_HUMAN_GARDENER_LEAF_BLOWER", "Leafblower"},
1579 ["lean"] = {"Scenario", "WORLD_HUMAN_LEANING", "Lean"},
1580 ["leanbar"] = {"Scenario", "PROP_HUMAN_BUM_SHOPPING_CART", "Lean Bar"},
1581 ["lookout"] = {"Scenario", "CODE_HUMAN_CROSS_ROAD_WAIT", "Lookout"},
1582 ["maid"] = {"Scenario", "WORLD_HUMAN_MAID_CLEAN", "Maid"},
1583 ["medic"] = {"Scenario", "CODE_HUMAN_MEDIC_TEND_TO_DEAD", "Medic"},
1584 ["musician"] = {"MaleScenario", "WORLD_HUMAN_MUSICIAN", "Musician"},
1585 ["notepad2"] = {"Scenario", "CODE_HUMAN_MEDIC_TIME_OF_DEATH", "Notepad 2"},
1586 ["parkingmeter"] = {"Scenario", "PROP_HUMAN_PARKING_METER", "Parking Meter"},
1587 ["party"] = {"Scenario", "WORLD_HUMAN_PARTYING", "Party"},
1588 ["texting"] = {"Scenario", "WORLD_HUMAN_STAND_MOBILE", "Texting"},
1589 ["prosthigh"] = {"Scenario", "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS", "Prostitue High"},
1590 ["prostlow"] = {"Scenario", "WORLD_HUMAN_PROSTITUTE_LOW_CLASS", "Prostitue Low"},
1591 ["puddle"] = {"Scenario", "WORLD_HUMAN_BUM_WASH", "Puddle"},
1592 ["record"] = {"Scenario", "WORLD_HUMAN_MOBILE_FILM_SHOCKING", "Record"},
1593 -- Sitchair is a litte special, since you want the player to be seated correctly.
1594 -- So we set it as "ScenarioObject" and do TaskStartScenarioAtPosition() instead of "AtPlace"
1595 ["sitchair"] = {"ScenarioObject", "PROP_HUMAN_SEAT_CHAIR_MP_PLAYER", "Sit Chair"},
1596 ["smoke"] = {"Scenario", "WORLD_HUMAN_SMOKING", "Smoke"},
1597 ["smokeweed"] = {"MaleScenario", "WORLD_HUMAN_DRUG_DEALER", "Smoke Weed"},
1598 ["statue"] = {"Scenario", "WORLD_HUMAN_HUMAN_STATUE", "Statue"},
1599 ["sunbathe3"] = {"Scenario", "WORLD_HUMAN_SUNBATHE", "Sunbathe 3"},
1600 ["sunbatheback"] = {"Scenario", "WORLD_HUMAN_SUNBATHE_BACK", "Sunbathe Back"},
1601 ["weld"] = {"Scenario", "WORLD_HUMAN_WELDING", "Weld"},
1602 ["windowshop"] = {"Scenario", "WORLD_HUMAN_WINDOW_SHOP_BROWSE", "Window Shop"},
1603 ["yoga"] = {"Scenario", "WORLD_HUMAN_YOGA", "Yoga"},
1604 -- CASINO DLC EMOTES (STREAMED)
1605 ["karate"] = {"anim@mp_player_intcelebrationfemale@karate_chops", "karate_chops", "Karate"},
1606 ["karate2"] = {"anim@mp_player_intcelebrationmale@karate_chops", "karate_chops", "Karate 2"},
1607 ["cutthroat"] = {"anim@mp_player_intcelebrationmale@cut_throat", "cut_throat", "Cut Throat"},
1608 ["cutthroat2"] = {"anim@mp_player_intcelebrationfemale@cut_throat", "cut_throat", "Cut Throat 2"},
1609 ["mindblown"] = {"anim@mp_player_intcelebrationmale@mind_blown", "mind_blown", "Mind Blown", AnimationOptions =
1610 {
1611 EmoteMoving = true,
1612 EmoteDuration = 4000
1613 }},
1614 ["mindblown2"] = {"anim@mp_player_intcelebrationfemale@mind_blown", "mind_blown", "Mind Blown 2", AnimationOptions =
1615 {
1616 EmoteMoving = true,
1617 EmoteDuration = 4000
1618 }},
1619 ["boxing"] = {"anim@mp_player_intcelebrationmale@shadow_boxing", "shadow_boxing", "Boxing", AnimationOptions =
1620 {
1621 EmoteMoving = true,
1622 EmoteDuration = 4000
1623 }},
1624 ["boxing2"] = {"anim@mp_player_intcelebrationfemale@shadow_boxing", "shadow_boxing", "Boxing 2", AnimationOptions =
1625 {
1626 EmoteMoving = true,
1627 EmoteDuration = 4000
1628 }},
1629 ["stink"] = {"anim@mp_player_intcelebrationfemale@stinker", "stinker", "Stink", AnimationOptions =
1630 {
1631 EmoteMoving = true,
1632 EmoteLoop = true
1633 }},
1634 ["think4"] = {"anim@amb@casino@hangout@ped_male@stand@02b@idles", "idle_a", "Think 4", AnimationOptions =
1635 {
1636 EmoteLoop = true,
1637 EmoteMoving = true,
1638 }},
1639 ["adjusttie"] = {"clothingtie", "try_tie_positive_a", "Adjust Tie", AnimationOptions =
1640 {
1641 EmoteMoving = true,
1642 EmoteDuration = 5000
1643 }},
1644}
1645
1646DP.PropEmotes = {
1647 ["umbrella"] = {"amb@world_human_drinking@coffee@male@base", "base", "Umbrella", AnimationOptions =
1648 {
1649 Prop = "p_amb_brolly_01",
1650 PropBone = 57005,
1651 PropPlacement = {0.15, 0.005, 0.0, 87.0, -20.0, 180.0},
1652 --
1653 EmoteLoop = true,
1654 EmoteMoving = true,
1655 }},
1656
1657-----------------------------------------------------------------------------------------------------
1658------ This is an example of an emote with 2 props, pretty simple! ----------------------------------
1659-----------------------------------------------------------------------------------------------------
1660
1661 ["notepad"] = {"missheistdockssetup1clipboard@base", "base", "Notepad", AnimationOptions =
1662 {
1663 Prop = 'prop_notepad_01',
1664 PropBone = 18905,
1665 PropPlacement = {0.1, 0.02, 0.05, 10.0, 0.0, 0.0},
1666 SecondProp = 'prop_pencil_01',
1667 SecondPropBone = 58866,
1668 SecondPropPlacement = {0.11, -0.02, 0.001, -120.0, 0.0, 0.0},
1669 -- EmoteLoop is used for emotes that should loop, its as simple as that.
1670 -- Then EmoteMoving is used for emotes that should only play on the upperbody.
1671 -- The code then checks both values and sets the MovementType to the correct one
1672 EmoteLoop = true,
1673 EmoteMoving = true,
1674 }},
1675 ["box"] = {"anim@heists@box_carry@", "idle", "Box", AnimationOptions =
1676 {
1677 Prop = "hei_prop_heist_box",
1678 PropBone = 60309,
1679 PropPlacement = {0.025, 0.08, 0.255, -145.0, 290.0, 0.0},
1680 EmoteLoop = true,
1681 EmoteMoving = true,
1682 }},
1683 ["rose"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Rose", AnimationOptions =
1684 {
1685 Prop = "prop_single_rose",
1686 PropBone = 18905,
1687 PropPlacement = {0.13, 0.15, 0.0, -100.0, 0.0, -20.0},
1688 EmoteLoop = true,
1689 EmoteMoving = true,
1690 }},
1691 ["smoke2"] = {"amb@world_human_aa_smoke@male@idle_a", "idle_c", "Smoke 2", AnimationOptions =
1692 {
1693 Prop = 'prop_cs_ciggy_01',
1694 PropBone = 28422,
1695 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1696 EmoteLoop = true,
1697 EmoteMoving = true,
1698 }},
1699 ["smoke3"] = {"amb@world_human_aa_smoke@male@idle_a", "idle_b", "Smoke 3", AnimationOptions =
1700 {
1701 Prop = 'prop_cs_ciggy_01',
1702 PropBone = 28422,
1703 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1704 EmoteLoop = true,
1705 EmoteMoving = true,
1706 }},
1707 ["smoke4"] = {"amb@world_human_smoking@female@idle_a", "idle_b", "Smoke 4", AnimationOptions =
1708 {
1709 Prop = 'prop_cs_ciggy_01',
1710 PropBone = 28422,
1711 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1712 EmoteLoop = true,
1713 EmoteMoving = true,
1714 }},
1715 ["bong"] = {"anim@safehouse@bong", "bong_stage3", "Bong", AnimationOptions =
1716 {
1717 Prop = 'hei_heist_sh_bong_01',
1718 PropBone = 18905,
1719 PropPlacement = {0.10,-0.25,0.0,95.0,190.0,180.0},
1720 }},
1721 ["suitcase"] = {"missheistdocksprep1hold_cellphone", "static", "Suitcase", AnimationOptions =
1722 {
1723 Prop = "prop_ld_suitcase_01",
1724 PropBone = 57005,
1725 PropPlacement = {0.39, 0.0, 0.0, 0.0, 266.0, 60.0},
1726 EmoteLoop = true,
1727 EmoteMoving = true,
1728 }},
1729 ["suitcase2"] = {"missheistdocksprep1hold_cellphone", "static", "Suitcase 2", AnimationOptions =
1730 {
1731 Prop = "prop_security_case_01",
1732 PropBone = 57005,
1733 PropPlacement = {0.10, 0.0, 0.0, 0.0, 280.0, 53.0},
1734 EmoteLoop = true,
1735 EmoteMoving = true,
1736 }},
1737 ["mugshot"] = {"mp_character_creation@customise@male_a", "loop", "Mugshot", AnimationOptions =
1738 {
1739 Prop = 'prop_police_id_board',
1740 PropBone = 58868,
1741 PropPlacement = {0.12, 0.24, 0.0, 5.0, 0.0, 70.0},
1742 EmoteLoop = true,
1743 EmoteMoving = true,
1744 }},
1745 ["coffee"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Coffee", AnimationOptions =
1746 {
1747 Prop = 'p_amb_coffeecup_01',
1748 PropBone = 28422,
1749 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1750 EmoteLoop = true,
1751 EmoteMoving = true,
1752 }},
1753 ["whiskey"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Whiskey", AnimationOptions =
1754 {
1755 Prop = 'prop_drink_whisky',
1756 PropBone = 28422,
1757 PropPlacement = {0.01, -0.01, -0.06, 0.0, 0.0, 0.0},
1758 EmoteLoop = true,
1759 EmoteMoving = true,
1760 }},
1761 ["beer"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Beer", AnimationOptions =
1762 {
1763 Prop = 'prop_amb_beer_bottle',
1764 PropBone = 28422,
1765 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1766 EmoteLoop = true,
1767 EmoteMoving = true,
1768 }},
1769 ["cup"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Cup", AnimationOptions =
1770 {
1771 Prop = 'prop_plastic_cup_02',
1772 PropBone = 28422,
1773 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1774 EmoteLoop = true,
1775 EmoteMoving = true,
1776 }},
1777 ["donut"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Donut", AnimationOptions =
1778 {
1779 Prop = 'prop_amb_donut',
1780 PropBone = 18905,
1781 PropPlacement = {0.13, 0.05, 0.02, -50.0, 16.0, 60.0},
1782 EmoteMoving = true,
1783 }},
1784 ["burger"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Burger", AnimationOptions =
1785 {
1786 Prop = 'prop_cs_burger_01',
1787 PropBone = 18905,
1788 PropPlacement = {0.13, 0.05, 0.02, -50.0, 16.0, 60.0},
1789 EmoteMoving = true,
1790 }},
1791 ["sandwich"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Sandwich", AnimationOptions =
1792 {
1793 Prop = 'prop_sandwich_01',
1794 PropBone = 18905,
1795 PropPlacement = {0.13, 0.05, 0.02, -50.0, 16.0, 60.0},
1796 EmoteMoving = true,
1797 }},
1798 ["soda"] = {"amb@world_human_drinking@coffee@male@idle_a", "idle_c", "Soda", AnimationOptions =
1799 {
1800 Prop = 'prop_ecola_can',
1801 PropBone = 28422,
1802 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 130.0},
1803 EmoteLoop = true,
1804 EmoteMoving = true,
1805 }},
1806 ["egobar"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Ego Bar", AnimationOptions =
1807 {
1808 Prop = 'prop_choc_ego',
1809 PropBone = 60309,
1810 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1811 EmoteMoving = true,
1812 }},
1813 ["wine"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Wine", AnimationOptions =
1814 {
1815 Prop = 'prop_drink_redwine',
1816 PropBone = 18905,
1817 PropPlacement = {0.10, -0.03, 0.03, -100.0, 0.0, -10.0},
1818 EmoteMoving = true,
1819 EmoteLoop = true
1820 }},
1821 ["flute"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Flute", AnimationOptions =
1822 {
1823 Prop = 'prop_champ_flute',
1824 PropBone = 18905,
1825 PropPlacement = {0.10, -0.03, 0.03, -100.0, 0.0, -10.0},
1826 EmoteMoving = true,
1827 EmoteLoop = true
1828 }},
1829 ["champagne"] = {"anim@heists@humane_labs@finale@keycards", "ped_a_enter_loop", "Champagne", AnimationOptions =
1830 {
1831 Prop = 'prop_drink_champ',
1832 PropBone = 18905,
1833 PropPlacement = {0.10, -0.03, 0.03, -100.0, 0.0, -10.0},
1834 EmoteMoving = true,
1835 EmoteLoop = true
1836 }},
1837 ["cigar"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cigar", AnimationOptions =
1838 {
1839 Prop = 'prop_cigar_02',
1840 PropBone = 47419,
1841 PropPlacement = {0.010, 0.0, 0.0, 50.0, 0.0, -80.0},
1842 EmoteMoving = true,
1843 EmoteDuration = 2600
1844 }},
1845 ["cigar2"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cigar 2", AnimationOptions =
1846 {
1847 Prop = 'prop_cigar_01',
1848 PropBone = 47419,
1849 PropPlacement = {0.010, 0.0, 0.0, 50.0, 0.0, -80.0},
1850 EmoteMoving = true,
1851 EmoteDuration = 2600
1852 }},
1853 ["guitar"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar", AnimationOptions =
1854 {
1855 Prop = 'prop_acc_guitar_01',
1856 PropBone = 24818,
1857 PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0},
1858 EmoteMoving = true,
1859 EmoteLoop = true
1860 }},
1861 ["guitar2"] = {"switch@trevor@guitar_beatdown", "001370_02_trvs_8_guitar_beatdown_idle_busker", "Guitar 2", AnimationOptions =
1862 {
1863 Prop = 'prop_acc_guitar_01',
1864 PropBone = 24818,
1865 PropPlacement = {-0.05, 0.31, 0.1, 0.0, 20.0, 150.0},
1866 EmoteMoving = true,
1867 EmoteLoop = true
1868 }},
1869 ["guitarelectric"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar Electric", AnimationOptions =
1870 {
1871 Prop = 'prop_el_guitar_01',
1872 PropBone = 24818,
1873 PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0},
1874 EmoteMoving = true,
1875 EmoteLoop = true
1876 }},
1877 ["guitarelectric2"] = {"amb@world_human_musician@guitar@male@idle_a", "idle_b", "Guitar Electric 2", AnimationOptions =
1878 {
1879 Prop = 'prop_el_guitar_03',
1880 PropBone = 24818,
1881 PropPlacement = {-0.1, 0.31, 0.1, 0.0, 20.0, 150.0},
1882 EmoteMoving = true,
1883 EmoteLoop = true
1884 }},
1885 ["book"] = {"cellphone@", "cellphone_text_read_base", "Book", AnimationOptions =
1886 {
1887 Prop = 'prop_novel_01',
1888 PropBone = 6286,
1889 PropPlacement = {0.15, 0.03, -0.065, 0.0, 180.0, 90.0}, -- This positioning isnt too great, was to much of a hassle
1890 EmoteMoving = true,
1891 EmoteLoop = true
1892 }},
1893 ["bouquet"] = {"impexp_int-0", "mp_m_waremech_01_dual-0", "Bouquet", AnimationOptions =
1894 {
1895 Prop = 'prop_snow_flower_02',
1896 PropBone = 24817,
1897 PropPlacement = {-0.29, 0.40, -0.02, -90.0, -90.0, 0.0},
1898 EmoteMoving = true,
1899 EmoteLoop = true
1900 }},
1901 ["teddy"] = {"impexp_int-0", "mp_m_waremech_01_dual-0", "Teddy", AnimationOptions =
1902 {
1903 Prop = 'v_ilev_mr_rasberryclean',
1904 PropBone = 24817,
1905 PropPlacement = {-0.20, 0.46, -0.016, -180.0, -90.0, 0.0},
1906 EmoteMoving = true,
1907 EmoteLoop = true
1908 }},
1909 ["backpack"] = {"move_p_m_zero_rucksack", "idle", "Backpack", AnimationOptions =
1910 {
1911 Prop = 'p_michael_backpack_s',
1912 PropBone = 24818,
1913 PropPlacement = {0.07, -0.11, -0.05, 0.0, 90.0, 175.0},
1914 EmoteMoving = true,
1915 EmoteLoop = true
1916 }},
1917 ["clipboard"] = {"missfam4", "base", "Clipboard", AnimationOptions =
1918 {
1919 Prop = 'p_amb_clipboard_01',
1920 PropBone = 36029,
1921 PropPlacement = {0.16, 0.08, 0.1, -130.0, -50.0, 0.0},
1922 EmoteMoving = true,
1923 EmoteLoop = true
1924 }},
1925 ["map"] = {"amb@world_human_tourist_map@male@base", "base", "Map", AnimationOptions =
1926 {
1927 Prop = 'prop_tourist_map_01',
1928 PropBone = 28422,
1929 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1930 EmoteMoving = true,
1931 EmoteLoop = true
1932 }},
1933 ["beg"] = {"amb@world_human_bum_freeway@male@base", "base", "Beg", AnimationOptions =
1934 {
1935 Prop = 'prop_beggers_sign_03',
1936 PropBone = 58868,
1937 PropPlacement = {0.19, 0.18, 0.0, 5.0, 0.0, 40.0},
1938 EmoteLoop = true,
1939 EmoteMoving = true,
1940 }},
1941 ["makeitrain"] = {"anim@mp_player_intupperraining_cash", "idle_a", "Make It Rain", AnimationOptions =
1942 {
1943 Prop = 'prop_anim_cash_pile_01',
1944 PropBone = 60309,
1945 PropPlacement = {0.0, 0.0, 0.0, 180.0, 0.0, 70.0},
1946 EmoteMoving = true,
1947 EmoteLoop = true,
1948 PtfxAsset = "scr_xs_celebration",
1949 PtfxName = "scr_xs_money_rain",
1950 PtfxPlacement = {0.0, 0.0, -0.09, -80.0, 0.0, 0.0, 1.0},
1951 PtfxInfo = Config.Languages[Config.MenuLanguage]['makeitrain'],
1952 PtfxWait = 500,
1953 }},
1954 ["camera"] = {"amb@world_human_paparazzi@male@base", "base", "Camera", AnimationOptions =
1955 {
1956 Prop = 'prop_pap_camera_01',
1957 PropBone = 28422,
1958 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1959 EmoteLoop = true,
1960 EmoteMoving = true,
1961 PtfxAsset = "scr_bike_business",
1962 PtfxName = "scr_bike_cfid_camera_flash",
1963 PtfxPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0},
1964 PtfxInfo = Config.Languages[Config.MenuLanguage]['camera'],
1965 PtfxWait = 200,
1966 }},
1967 ["champagnespray"] = {"anim@mp_player_intupperspray_champagne", "idle_a", "Champagne Spray", AnimationOptions =
1968 {
1969 Prop = 'ba_prop_battle_champ_open',
1970 PropBone = 28422,
1971 PropPlacement = {0.0,0.0,0.0,0.0,0.0,0.0},
1972 EmoteMoving = true,
1973 EmoteLoop = true,
1974 PtfxAsset = "scr_ba_club",
1975 PtfxName = "scr_ba_club_champagne_spray",
1976 PtfxPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
1977 PtfxInfo = Config.Languages[Config.MenuLanguage]['spraychamp'],
1978 PtfxWait = 500,
1979 }},
1980 ["joint"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Joint", AnimationOptions =
1981 {
1982 Prop = 'p_cs_joint_02',
1983 PropBone = 47419,
1984 PropPlacement = {0.015, -0.009, 0.003, 55.0, 0.0, 110.0},
1985 EmoteMoving = true,
1986 EmoteDuration = 2600
1987 }},
1988 ["cig"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cig", AnimationOptions =
1989 {
1990 Prop = 'prop_amb_ciggy_01',
1991 PropBone = 47419,
1992 PropPlacement = {0.015, -0.009, 0.003, 55.0, 0.0, 110.0},
1993 EmoteMoving = true,
1994 EmoteDuration = 2600
1995 }},
1996 ["brief3"] = {"missheistdocksprep1hold_cellphone", "static", "Brief 3", AnimationOptions =
1997 {
1998 Prop = "prop_ld_case_01",
1999 PropBone = 57005,
2000 PropPlacement = {0.10, 0.0, 0.0, 0.0, 280.0, 53.0},
2001 EmoteLoop = true,
2002 EmoteMoving = true,
2003 }},
2004 ["tablet"] = {"amb@world_human_tourist_map@male@base", "base", "Tablet", AnimationOptions =
2005 {
2006 Prop = "prop_cs_tablet",
2007 PropBone = 28422,
2008 PropPlacement = {0.0, -0.03, 0.0, 20.0, -90.0, 0.0},
2009 EmoteLoop = true,
2010 EmoteMoving = true,
2011 }},
2012 ["tablet2"] = {"amb@code_human_in_bus_passenger_idles@female@tablet@idle_a", "idle_a", "Tablet 2", AnimationOptions =
2013 {
2014 Prop = "prop_cs_tablet",
2015 PropBone = 28422,
2016 PropPlacement = {-0.05, 0.0, 0.0, 0.0, 0.0, 0.0},
2017 EmoteLoop = true,
2018 EmoteMoving = true,
2019 }},
2020 ["phonecall"] = {"cellphone@", "cellphone_call_listen_base", "Phone Call", AnimationOptions =
2021 {
2022 Prop = "prop_npc_phone_02",
2023 PropBone = 28422,
2024 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
2025 EmoteLoop = true,
2026 EmoteMoving = true,
2027 }},
2028 ["phone"] = {"cellphone@", "cellphone_text_read_base", "Phone", AnimationOptions =
2029 {
2030 Prop = "prop_npc_phone_02",
2031 PropBone = 28422,
2032 PropPlacement = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
2033 EmoteLoop = true,
2034 EmoteMoving = true,
2035 }},
2036 ["clean"] = {"timetable@floyd@clean_kitchen@base", "base", "Clean", AnimationOptions =
2037 {
2038 Prop = "prop_sponge_01",
2039 PropBone = 28422,
2040 PropPlacement = {0.0, 0.0, -0.01, 90.0, 0.0, 0.0},
2041 EmoteLoop = true,
2042 EmoteMoving = true,
2043 }},
2044 ["clean2"] = {"amb@world_human_maid_clean@", "base", "Clean 2", AnimationOptions =
2045 {
2046 Prop = "prop_sponge_01",
2047 PropBone = 28422,
2048 PropPlacement = {0.0, 0.0, -0.01, 90.0, 0.0, 0.0},
2049 EmoteLoop = true,
2050 EmoteMoving = true,
2051 }},
2052}
2053© 2020 GitHub, Inc.
2054Terms
2055Privacy
2056Security
2057Status
2058Help
2059Contact GitHub
2060Pricing
2061API
2062Training
2063Blog
2064About