elmostro127

animaciones_polaco

Apr 30th, 2020
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Animations = {
  4.  
  5. {
  6. name = 'Fiesteros',
  7. label = 'Imprezowe',
  8. items = {
  9. {label = "Tocar la guitarra", type = "escena", data = {anim = "WORLD_HUMAN_MUSICIAN"}},
  10. {label = "DJ", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@dj", anim = "dj"}},
  11. {label = "Picie piwa 'LEGALMENTE'", type = "escena", data = {anim = "WORLD_HUMAN_DRINKING"}},
  12. {label = "Beber cerveza", type = "escena", data = {anim = "WORLD_HUMAN_PARTYING"}},
  13. {label = "Pretender tocar una guitarra", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@air_guitar", anim = "air_guitar"}},
  14. {label = "Coger", type = "anim", data = {lib = "anim@mp_player_intcelebrationfemale@air_shagging", anim = "air_shagging"}},
  15. {label = "Rock and roll bitch", type = "anim", data = {lib = "mp_player_int_upperrock", anim = "mp_player_int_rock"}},
  16. -- {label = "Fumarte un pucho", type = "escena", data = {anim = "WORLD_HUMAN_SMOKING_POT"}},
  17. {label = "Borracho", type = "anim", data = {lib = "amb@world_human_bum_standing@drunk@idle_a", anim = "idle_a"}},
  18. {label = "Vomitar", type = "anim", data = {lib = "oddjobs@taxi@tie", anim = "vomit_outside"}},
  19. }
  20. },
  21.  
  22. {
  23. name = 'Saludos',
  24. label = 'Przywitania',
  25. items = {
  26. {label = "Saludo 1", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_hello"}},
  27. {label = "Saludo 2", type = "anim", data = {lib = "mp_common", anim = "givetake1_a"}},
  28. {label = "Saludo 3", type = "anim", data = {lib = "mp_ped_interaction", anim = "handshake_guy_a"}},
  29. {label = "Saludo a lo gangster", type = "anim", data = {lib = "mp_ped_interaction", anim = "hugs_guy_a"}},
  30. {label = "Saludo militar", type = "anim", data = {lib = "mp_player_int_uppersalute", anim = "mp_player_int_salute"}},
  31. }
  32. },
  33.  
  34. {
  35. name = 'Laburo',
  36. label = 'Prace',
  37. items = {
  38. {label = "Manos a la cabeza", type = "anim", data = {lib = "random@arrests@busted", anim = "idle_c"}},
  39. {label = "Pescar", type = "scenario", data = {anim = "world_human_stand_fishing"}},
  40. {label = "Polica: investigar huellas", type = "anim", data = {lib = "amb@code_human_police_investigate@idle_b", anim = "idle_f"}},
  41. {label = "Polica: radio", type = "anim", data = {lib = "random@arrests", anim = "generic_radio_chatter"}},
  42. {label = "Polica: tránsito", type = "scenario", data = {anim = "WORLD_HUMAN_CAR_PARK_ATTENDANT"}},
  43. {label = "Binoculares", type = "scenario", data = {anim = "WORLD_HUMAN_BINOCULARS"}},
  44. {label = "Cosechar", type = "scenario", data = {anim = "world_human_gardener_plant"}},
  45. {label = "Mecanico: arreglar motor", type = "anim", data = {lib = "mini@repair", anim = "fixing_a_ped"}},
  46. {label = "Medico: observar", type = "scenario", data = {anim = "CODE_HUMAN_MEDIC_KNEEL"}},
  47. {label = "Taxi: hablarle al pasajero", type = "anim", data = {lib = "oddjobs@taxi@driver", anim = "leanover_idle"}},
  48. {label = "Taxi : factura", type = "anim", data = {lib = "oddjobs@taxi@cyi", anim = "std_hand_off_ps_passenger"}},
  49. {label = "Entregar una mercancía", type = "anim", data = {lib = "mp_am_hold_up", anim = "purchase_beerbox_shopkeeper"}},
  50. {label = "Servir trago", type = "anim", data = {lib = "mini@drinking", anim = "shots_barman_b"}},
  51. {label = "Sacar foto", type = "scenario", data = {anim = "WORLD_HUMAN_PAPARAZZI"}},
  52. {label = "Revisar notas", type = "scenario", data = {anim = "WORLD_HUMAN_CLIPBOARD"}},
  53. {label = "Martillar", type = "scenario", data = {anim = "WORLD_HUMAN_HAMMERING"}},
  54. {label = "Pedir limosna", type = "scenario", data = {anim = "WORLD_HUMAN_BUM_FREEWAY"}},
  55. {label = "Congelarse", type = "scenario", data = {anim = "WORLD_HUMAN_HUMAN_STATUE"}},
  56. }
  57. },
  58.  
  59. {
  60. name = 'humors',
  61. label = 'Humor',
  62. items = {
  63. {label = "Aplaudir", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
  64. {label = "De ruta", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
  65. {label = "Gracias a vos", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
  66. {label = "Vamos", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}},
  67. {label = "Que paso??", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
  68. {label = "Yo", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
  69. {label = "Clave", type = "anim", data = {lib = "anim@am_hold_up@male", anim = "shoplift_high"}},
  70. {label = "BRAK!!!!!", type = "scenario", data = {lib = "amb@world_human_jog_standing@male@idle_b", anim = "idle_d"}},
  71. {label = "BRAK!!!!!", type = "scenario", data = {lib = "amb@world_human_bum_standing@depressed@idle_a", anim = "idle_a"}},
  72. {label = "Dios mio...", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
  73. {label = "Baja un cambio ", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
  74. {label = "Queres pelear?", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
  75. {label = "No me hagas nada porfa", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
  76. {label = "A pelear", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
  77. {label = "Na, como es posbile?", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
  78. {label = "Abrazo", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
  79. {label = "Mueranse inutiles", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
  80. {label = "Pajearla", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
  81. {label = "Pegarse un tiro", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
  82. }
  83. },
  84.  
  85. {
  86. name = 'Deportivos',
  87. label = 'Sport',
  88. items = {
  89. {label = "Mostrar músculos", type = "anim", data = {lib = "amb@world_human_muscle_flex@arms_at_side@base", anim = "base"}},
  90. {label = "Levantar pesas", type = "anim", data = {lib = "amb@world_human_muscle_free_weights@male@barbell@base", anim = "base"}},
  91. {label = "Flexiones", type = "anim", data = {lib = "amb@world_human_push_ups@male@base", anim = "base"}},
  92. {label = "Abdominales", type = "anim", data = {lib = "amb@world_human_sit_ups@male@base", anim = "base"}},
  93. {label = "Yoga", type = "anim", data = {lib = "amb@world_human_yoga@male@base", anim = "base_a"}},
  94. }
  95. },
  96.  
  97. {
  98. name = 'Acciones variadas',
  99. label = 'Inne',
  100. items = {
  101. {label = "Tomarse un cafesito", type = "anim", data = {lib = "amb@world_human_aa_coffee@idle_a", anim = "idle_a"}},
  102. {label = "Sentarse a usar el celular", type = "anim", data = {lib = "anim@heists@prison_heistunfinished_biztarget_idle", anim = "target_idle"}},
  103. {label = "Apoyarse a lo facha", type = "scenario", data = {anim = "world_human_leaning"}},
  104. {label = "Acostarse boca arriba", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE_BACK"}},
  105. {label = "Cuerpo tierra", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE"}},
  106. {label = "Pasar trapo", type = "scenario", data = {anim = "world_human_maid_clean"}},
  107. {label = "Cocinar con una espátula", type = "scenario", data = {anim = "PROP_HUMAN_BBQ"}},
  108. {label = "Posición del titanic", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_bj_to_prop_female"}},
  109. {label = "Sacarse una selfie", type = "scenario", data = {anim = "world_human_tourist_mobile"}},
  110. {label = "Forzar una caja fuerte", type = "anim", data = {lib = "mini@safe_cracking", anim = "idle_base"}},
  111. }
Add Comment
Please, Sign In to add comment