Advertisement
Sebastien5

animaciones

May 22nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.39 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Animations = {
  4.  
  5. {
  6. name = 'festives',
  7. label = 'Festivos',
  8. items = {
  9. {label = "Fumar un cigarro", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING"}},
  10. {label = "Tocar música", type = "scenario", data = {anim = "WORLD_HUMAN_MUSICIAN"}},
  11. {label = "Dj", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@dj", anim = "dj"}},
  12. {label = "Tomar una cerveza", type = "scenario", data = {anim = "WORLD_HUMAN_DRINKING"}},
  13. {label = "Cerveza relax", type = "scenario", data = {anim = "WORLD_HUMAN_PARTYING"}},
  14. {label = "Guitarra de aire", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@air_guitar", anim = "air_guitar"}},
  15. {label = "Culiar sin mina", type = "anim", data = {lib = "anim@mp_player_intcelebrationfemale@air_shagging", anim = "air_shagging"}},
  16. {label = "Skereee", type = "anim", data = {lib = "mp_player_int_upperrock", anim = "mp_player_int_rock"}},
  17. -- {label = "Fumar un porro", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING_POT"}},
  18. {label = "Borracho", type = "anim", data = {lib = "amb@world_human_bum_standing@drunk@idle_a", anim = "idle_a"}},
  19. {label = "Vómito en auto", type = "anim", data = {lib = "oddjobs@taxi@tie", anim = "vomit_outside"}},
  20. }
  21. },
  22.  
  23. {
  24. name = 'greetings',
  25. label = 'Saludos',
  26. items = {
  27. {label = "Saludar", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_hello"}},
  28. {label = "Apretón de manos", type = "anim", data = {lib = "mp_common", anim = "givetake1_a"}},
  29. {label = "Saludo choro", type = "anim", data = {lib = "mp_ped_interaction", anim = "handshake_guy_a"}},
  30. {label = "Saludo de banda", type = "anim", data = {lib = "mp_ped_interaction", anim = "hugs_guy_a"}},
  31. {label = "Saludo militar", type = "anim", data = {lib = "mp_player_int_uppersalute", anim = "mp_player_int_salute"}},
  32. }
  33. },
  34.  
  35. {
  36. name = 'work',
  37. label = 'Trabajo',
  38. items = {
  39. {label = "Sometido de rodillas", type = "anim", data = {lib = "random@arrests@busted", anim = "idle_c"}},
  40. {label = "Pescar", type = "scenario", data = {anim = "world_human_stand_fishing"}},
  41. {label = "Policía: investigar", type = "anim", data = {lib = "amb@code_human_police_investigate@idle_b", anim = "idle_f"}},
  42. {label = "Policia: hablar por radio", type = "anim", data = {lib = "random@arrests", anim = "generic_radio_chatter"}},
  43. {label = "Policia: circulen", type = "scenario", data = {anim = "WORLD_HUMAN_CAR_PARK_ATTENDANT"}},
  44. {label = "Policía: binoculares", type = "scenario", data = {anim = "WORLD_HUMAN_BINOCULARS"}},
  45. {label = "Agricultura : sembrar", type = "scenario", data = {anim = "world_human_gardener_plant"}},
  46. {label = "Mecánico: reparar auto", type = "anim", data = {lib = "mini@repair", anim = "fixing_a_ped"}},
  47. {label = "Paramédico: observar", type = "scenario", data = {anim = "CODE_HUMAN_MEDIC_KNEEL"}},
  48. {label = "Uber: hablar a pasajero", type = "anim", data = {lib = "oddjobs@taxi@driver", anim = "leanover_idle"}},
  49. {label = " Uber: pasar boleta", type = "anim", data = {lib = "oddjobs@taxi@cyi", anim = "std_hand_off_ps_passenger"}},
  50. {label = "Vendedor: entregar compra", type = "anim", data = {lib = "mp_am_hold_up", anim = "purchase_beerbox_shopkeeper"}},
  51. {label = "Barman : servir un trago", type = "anim", data = {lib = "mini@drinking", anim = "shots_barman_b"}},
  52. {label = "Periodista: tomar fotos", type = "scenario", data = {anim = "WORLD_HUMAN_PAPARAZZI"}},
  53. {label = "Tomar notas", type = "scenario", data = {anim = "WORLD_HUMAN_CLIPBOARD"}},
  54. {label = "Martillar un clavo", type = "scenario", data = {anim = "WORLD_HUMAN_HAMMERING"}},
  55. {label = "Vago: pedir plata", type = "scenario", data = {anim = "WORLD_HUMAN_BUM_FREEWAY"}},
  56. {label = "Vago: estatua", type = "scenario", data = {anim = "WORLD_HUMAN_HUMAN_STATUE"}},
  57. }
  58. },
  59.  
  60. {
  61. name = 'humors',
  62. label = 'Humor',
  63. items = {
  64. {label = "Aplaudir", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
  65. {label = "Súper bien!", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
  66. {label = "Tú!", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
  67. {label = "Ven acá", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}},
  68. {label = "Echar la choriá?", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
  69. {label = "Yo", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
  70. {label = "Coger", type = "anim", data = {lib = "anim@am_hold_up@male", anim = "shoplift_high"}},
  71. {label = "Facepalm", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
  72. {label = "Cálmate", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
  73. {label = "Qué he hecho!?", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
  74. {label = "Miedo", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
  75. {label = "Prepararse para pelear", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
  76. {label = "No puede ser!", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
  77. {label = "Beso", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
  78. {label = "Púdranse", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
  79. {label = "Paja", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
  80. {label = "Suicidio", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
  81. }
  82. },
  83.  
  84. {
  85. name = 'sports',
  86. label = 'Sports',
  87. items = {
  88. {label = "Mostrar músculos", type = "anim", data = {lib = "amb@world_human_muscle_flex@arms_at_side@base", anim = "base"}},
  89. {label = "Levantar pesa", type = "anim", data = {lib = "amb@world_human_muscle_free_weights@male@barbell@base", anim = "base"}},
  90. {label = "Flexiones de brazos", type = "anim", data = {lib = "amb@world_human_push_ups@male@base", anim = "base"}},
  91. {label = "Abdominales", type = "anim", data = {lib = "amb@world_human_sit_ups@male@base", anim = "base"}},
  92. {label = "Yoga", type = "anim", data = {lib = "amb@world_human_yoga@male@base", anim = "base_a"}},
  93. }
  94. },
  95.  
  96. {
  97. name = 'misc',
  98. label = 'Misceláneos',
  99. items = {
  100. {label = "Tomar café", type = "anim", data = {lib = "amb@world_human_aa_coffee@idle_a", anim = "idle_a"}},
  101. {label = "Sentarse con celular", type = "anim", data = {lib = "anim@heists@prison_heistunfinished_biztarget_idle", anim = "target_idle"}},
  102. {label = "Beber cerveza con estilo", type = "scenario", data = {anim = "world_human_leaning"}},
  103. {label = "Recostarse mirando al cielo", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE_BACK"}},
  104. {label = "Recostarse mirando al suelo", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE"}},
  105. {label = "Limpiar con un paño", type = "scenario", data = {anim = "world_human_maid_clean"}},
  106. {label = "Un asaito?", type = "scenario", data = {anim = "PROP_HUMAN_BBQ"}},
  107. {label = " Titanic", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_bj_to_prop_female"}},
  108. {label = "Sacar selfie", type = "scenario", data = {anim = "world_human_tourist_mobile"}},
  109. {label = "Escuchar del otro lado", type = "anim", data = {lib = "mini@safe_cracking", anim = "idle_base"}},
  110. }
  111. },
  112.  
  113. {
  114. name = 'attitudem',
  115. label = 'Actitudes',
  116. items = {
  117. {label = "Normal Hombre", type = "attitude", data = {lib = "move_m@confident", anim = "move_m@confident"}},
  118. {label = "Normal Mujer", type = "attitude", data = {lib = "move_f@heels@c", anim = "move_f@heels@c"}},
  119. {label = "Triste Hombre", type = "attitude", data = {lib = "move_m@depressed@a", anim = "move_m@depressed@a"}},
  120. {label = "Depresivo Mujer", type = "attitude", data = {lib = "move_f@depressed@a", anim = "move_f@depressed@a"}},
  121. {label = "Hombre de negocios", type = "attitude", data = {lib = "move_m@business@a", anim = "move_m@business@a"}},
  122. {label = "Determinado", type = "attitude", data = {lib = "move_m@brave@a", anim = "move_m@brave@a"}},
  123. {label = "Casual", type = "attitude", data = {lib = "move_m@casual@a", anim = "move_m@casual@a"}},
  124. {label = "Gordo", type = "attitude", data = {lib = "move_m@fat@a", anim = "move_m@fat@a"}},
  125. {label = "Hipster", type = "attitude", data = {lib = "move_m@hipster@a", anim = "move_m@hipster@a"}},
  126. {label = "Cojo", type = "attitude", data = {lib = "move_m@injured", anim = "move_m@injured"}},
  127. {label = "Apurado con miedo", type = "attitude", data = {lib = "move_m@hurry@a", anim = "move_m@hurry@a"}},
  128. {label = "Cansado", type = "attitude", data = {lib = "move_m@hobo@a", anim = "move_m@hobo@a"}},
  129. {label = "Triste", type = "attitude", data = {lib = "move_m@sad@a", anim = "move_m@sad@a"}},
  130. {label = "Musculoso", type = "attitude", data = {lib = "move_m@muscle@a", anim = "move_m@muscle@a"}},
  131. {label = "Urgido", type = "attitude", data = {lib = "move_m@shocked@a", anim = "move_m@shocked@a"}},
  132. {label = "Choro", type = "attitude", data = {lib = "move_m@shadyped@a", anim = "move_m@shadyped@a"}},
  133. {label = "Caminar a penas", type = "attitude", data = {lib = "move_m@buzzed", anim = "move_m@buzzed"}},
  134. {label = "Presionado", type = "attitude", data = {lib = "move_m@hurry_butch@a", anim = "move_m@hurry_butch@a"}},
  135. {label = "Orgulloso", type = "attitude", data = {lib = "move_m@money", anim = "move_m@money"}},
  136. {label = "Carrera corta", type = "attitude", data = {lib = "move_m@quick", anim = "move_m@quick"}},
  137. {label = "Homosexual", type = "attitude", data = {lib = "move_f@maneater", anim = "move_f@maneater"}},
  138. {label = "Impertinente", type = "attitude", data = {lib = "move_f@sassy", anim = "move_f@sassy"}},
  139. {label = "Arrogante", type = "attitude", data = {lib = "move_f@arrogant@a", anim = "move_f@arrogant@a"}},
  140. }
  141. },
  142. {
  143. name = 'porn',
  144. label = '+18',
  145. items = {
  146. {label = "Recibir sexo oral", type = "anim", data = {lib = "oddjobs@towing", anim = "m_blow_job_loop"}},
  147. {label = "Hacer sexo oral", type = "anim", data = {lib = "oddjobs@towing", anim = "f_blow_job_loop"}},
  148. {label = "Hombre teniendo sexo** en voiture", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_player"}},
  149. {label = "Mujer teniendo sexo** en voiture", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_female"}},
  150. {label = "Agarrá de cocos", type = "anim", data = {lib = "mp_player_int_uppergrab_crotch", anim = "mp_player_int_grab_crotch"}},
  151. {label = "Coqueteo piola", type = "anim", data = {lib = "mini@strip_club@idles@stripper", anim = "stripper_idle_02"}},
  152. {label = "Pose coqueta ", type = "scenario", data = {anim = "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS"}},
  153. {label = "Mostrar tetas", type = "anim", data = {lib = "mini@strip_club@backroom@", anim = "stripper_b_backroom_idle_b"}},
  154. {label = "Baile hot", type = "anim", data = {lib = "mini@strip_club@lap_dance@ld_girl_a_song_a_p1", anim = "ld_girl_a_song_a_p1_f"}},
  155. {label = "Baile hot 2", type = "anim", data = {lib = "mini@strip_club@private_dance@part2", anim = "priv_dance_p2"}},
  156. {label = "Baile súper hot", type = "anim", data = {lib = "mini@strip_club@private_dance@part3", anim = "priv_dance_p3"}},
  157. }
  158. }
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement