Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Animations = {
  4.  
  5. {
  6. name = 'Impreza',
  7. label = 'IMPREZA',
  8. items = {
  9. {label = "Palenie papierosa", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING"}},
  10. {label = "Odtwarzanie muzyki", type = "scenario", data = {anim = "WORLD_HUMAN_MUSICIAN"}},
  11. {label = "Dj", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@dj", anim = "dj"}},
  12. {label = "Pij piwo", type = "scenario", data = {anim = "WORLD_HUMAN_DRINKING"}},
  13. {label = "Wypij cole", type = "scenario", data = {anim = "WORLD_HUMAN_PARTYING"}},
  14. {label = "Gitara powietrzna", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@air_guitar", anim = "air_guitar"}},
  15. {label = "Air Shagging", type = "anim", data = {lib = "anim@mp_player_intcelebrationfemale@air_shagging", anim = "air_shagging"}},
  16. {label = "Rock'n'roll", type = "anim", data = {lib = "mp_player_int_upperrock", anim = "mp_player_int_rock"}},
  17. -- {label = "Palenie wspolnego", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING_POT"}},
  18. {label = "Pijany", type = "anim", data = {lib = "amb@world_human_bum_standing@drunk@idle_a", anim = "idle_a"}},
  19. {label = "Wymiotuj z samochodu", type = "anim", data = {lib = "oddjobs@taxi@tie", anim = "vomit_outside"}},
  20. }
  21. },
  22.  
  23. {
  24. name = 'pozdrowienia',
  25. label = 'POZDROWIENIA',
  26. items = {
  27. {label = "powitac", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_hello"}},
  28. {label = "Uscisnac dlonie", type = "anim", data = {lib = "mp_common", anim = "givetake1_a"}},
  29. {label = "szek", type = "anim", data = {lib = "mp_ped_interaction", anim = "handshake_guy_a"}},
  30. {label = "Czesc, gangsterze", type = "anim", data = {lib = "mp_ped_interaction", anim = "hugs_guy_a"}},
  31. {label = "Salut wojskowy", type = "anim", data = {lib = "mp_player_int_uppersalute", anim = "mp_player_int_salute"}},
  32. }
  33. },
  34.  
  35. {
  36. name = 'praca',
  37. label = 'PRACA',
  38. items = {
  39. {label = "Podejrzany: poddac sie policji", type = "anim", data = {lib = "random@arrests@busted", anim = "idle_c"}},
  40. {label = "Lowienie ryb", type = "scenario", data = {anim = "world_human_stand_fishing"}},
  41. {label = "Policja : Zbadanie terenu", type = "anim", data = {lib = "amb@code_human_police_investigate@idle_b", anim = "idle_f"}},
  42. {label = "Policja: Gadaj przez radio", type = "anim", data = {lib = "random@arrests", anim = "generic_radio_chatter"}},
  43. {label = "Policja : Kontrolowanie ruchu", type = "scenario", data = {anim = "WORLD_HUMAN_CAR_PARK_ATTENDANT"}},
  44. {label = "Policja: lornetka", type = "scenario", data = {anim = "WORLD_HUMAN_BINOCULARS"}},
  45. {label = "Rolnictwo: odbierz", type = "scenario", data = {anim = "world_human_gardener_plant"}},
  46. {label = "Mechanik : Naprawa pod pojazdem", type = "scenario", data = {anim = "world_human_vehicle_mechanic"}},
  47. {label = "Mechanik: Naprawa pojazdu", type = "anim", data = {lib = "mini@repair", anim = "fixing_a_ped"}},
  48. {label = "Medyk : obserwator", type = "scenario", data = {anim = "CODE_HUMAN_MEDIC_KNEEL"}},
  49. {label = "Taxi : Gadaj z klientem", type = "anim", data = {lib = "oddjobs@taxi@driver", anim = "leanover_idle"}},
  50. {label = "Taxi : Daj rachunek", type = "anim", data = {lib = "oddjobs@taxi@cyi", anim = "std_hand_off_ps_passenger"}},
  51. {label = "Grocer: daj zakupy", type = "anim", data = {lib = "mp_am_hold_up", anim = "purchase_beerbox_shopkeeper"}},
  52. {label = "Barman : oddac strzal", type = "anim", data = {lib = "mini@drinking", anim = "shots_barman_b"}},
  53. {label = "Reporter : Zrob zdjecie", type = "scenario", data = {anim = "WORLD_HUMAN_PAPARAZZI"}},
  54. {label = "Cokolwiek: rob notatki", type = "scenario", data = {anim = "WORLD_HUMAN_CLIPBOARD"}},
  55. {label = "Cokolwiek: Hammer Blow", type = "scenario", data = {anim = "WORLD_HUMAN_HAMMERING"}},
  56. {label = "Clochard: Robienie rundy", type = "scenario", data = {anim = "WORLD_HUMAN_BUM_FREEWAY"}},
  57. {label = "Tramp: Zrob posag", type = "scenario", data = {anim = "WORLD_HUMAN_HUMAN_STATUE"}},
  58. }
  59. },
  60.  
  61. {
  62. name = 'Humor',
  63. label = 'HUMOR',
  64. items = {
  65. {label = "Klaskanie", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
  66. {label = "Super", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
  67. {label = "Wskaz Palcem", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
  68. {label = "dawaj ze mna", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}},
  69. {label = "Masz cos do mnie ?", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
  70. {label = "ja?", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
  71. {label = "Wiedzialem!", type = "anim", data = {lib = "anim@am_hold_up@male", anim = "shoplift_high"}},
  72. {label = "Facepalm", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
  73. {label = "Spokojnie", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
  74. {label = "Rozkojazony?", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
  75. {label = "Boje sie", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
  76. {label = "chcesz sie bic?", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
  77. {label = "kurcze nie udalo sie!", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
  78. {label = "Przytul sie", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
  79. {label = "Serdeczny palec", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
  80. {label = "walenie konia", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
  81. {label = "samobojstwo", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
  82. }
  83. },
  84.  
  85. {
  86. name = 'sport',
  87. label = 'SPORT',
  88. items = {
  89. {label = "Pokaz miesnie", type = "anim", data = {lib = "amb@world_human_muscle_flex@arms_at_side@base", anim = "base"}},
  90. {label = "podnos sztange", type = "anim", data = {lib = "amb@world_human_muscle_free_weights@male@barbell@base", anim = "base"}},
  91. {label = "rob pompki", type = "anim", data = {lib = "amb@world_human_push_ups@male@base", anim = "base"}},
  92. {label = "rob brzuszki", type = "anim", data = {lib = "amb@world_human_sit_ups@male@base", anim = "base"}},
  93. {label = "rob yoge", type = "anim", data = {lib = "amb@world_human_yoga@male@base", anim = "base_a"}},
  94. }
  95. },
  96.  
  97. {
  98. name = 'misc',
  99. label = 'ROZNORODNE',
  100. items = {
  101. {label = "pij kawe", type = "anim", data = {lib = "amb@world_human_aa_coffee@idle_a", anim = "idle_a"}},
  102. {label = "Przegladaj gazete", type = "anim", data = {lib = "anim@heists@prison_heistunfinished_biztarget_idle", anim = "target_idle"}},
  103. {label = "siadanie na podlodze", type = "scenario", data = {anim = "WORLD_HUMAN_PICNIC"}},
  104. {label = "Opieraj sie", type = "scenario", data = {anim = "world_human_leaning"}},
  105. {label = "lez na plecach", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE_BACK"}},
  106. {label = "lez na brzuchu", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE"}},
  107. {label = "Myj okna", type = "scenario", data = {anim = "world_human_maid_clean"}},
  108. {label = "Rozpal grila", type = "scenario", data = {anim = "PROP_HUMAN_BBQ"}},
  109. {label = "posag", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_bj_to_prop_female"}},
  110. {label = "zrob selfie", type = "scenario", data = {anim = "world_human_tourist_mobile"}},
  111. {label = "podsluchuj", type = "anim", data = {lib = "mini@safe_cracking", anim = "idle_base"}},
  112. }
  113. },
  114.  
  115. {
  116. name = 'attitudem',
  117. label = 'CHODY',
  118. items = {
  119. {label = "Normalny Meski", type = "attitude", data = {lib = "move_m@confident", anim = "move_m@confident"}},
  120. {label = "Normalny zenski", type = "attitude", data = {lib = "move_f@heels@c", anim = "move_f@heels@c"}},
  121. {label = "Depresja", type = "attitude", data = {lib = "move_m@depressed@a", anim = "move_m@depressed@a"}},
  122. {label = "Depresja zenska", type = "attitude", data = {lib = "move_f@depressed@a", anim = "move_f@depressed@a"}},
  123. {label = "Business", type = "attitude", data = {lib = "move_m@business@a", anim = "move_m@business@a"}},
  124. {label = "Zdeterminowany", type = "attitude", data = {lib = "move_m@brave@a", anim = "move_m@brave@a"}},
  125. {label = "Codzienny", type = "attitude", data = {lib = "move_m@casual@a", anim = "move_m@casual@a"}},
  126. {label = "Kozak", type = "attitude", data = {lib = "move_m@fat@a", anim = "move_m@fat@a"}},
  127. {label = "Hipster", type = "attitude", data = {lib = "move_m@hipster@a", anim = "move_m@hipster@a"}},
  128. {label = "Ranny", type = "attitude", data = {lib = "move_m@injured", anim = "move_m@injured"}},
  129. {label = "Zastraszajacy", type = "attitude", data = {lib = "move_m@hurry@a", anim = "move_m@hurry@a"}},
  130. {label = "wloczega", type = "attitude", data = {lib = "move_m@hobo@a", anim = "move_m@hobo@a"}},
  131. {label = "Nieszczesliwy", type = "attitude", data = {lib = "move_m@sad@a", anim = "move_m@sad@a"}},
  132. {label = "Umiesniony", type = "attitude", data = {lib = "move_m@muscle@a", anim = "move_m@muscle@a"}},
  133. {label = "Zszokowany", type = "attitude", data = {lib = "move_m@shocked@a", anim = "move_m@shocked@a"}},
  134. {label = "Ciemny", type = "attitude", data = {lib = "move_m@shadyped@a", anim = "move_m@shadyped@a"}},
  135. {label = "Zmeczony", type = "attitude", data = {lib = "move_m@buzzed", anim = "move_m@buzzed"}},
  136. {label = "Tloczny", type = "attitude", data = {lib = "move_m@hurry_butch@a", anim = "move_m@hurry_butch@a"}},
  137. {label = "Dumny", type = "attitude", data = {lib = "move_m@money", anim = "move_m@money"}},
  138. {label = "Krotki wyscig", type = "attitude", data = {lib = "move_m@quick", anim = "move_m@quick"}},
  139. {label = "Bajerka", type = "attitude", data = {lib = "move_f@maneater", anim = "move_f@maneater"}},
  140. {label = "Impertynencki", type = "attitude", data = {lib = "move_f@sassy", anim = "move_f@sassy"}},
  141. {label = "Arogancki", type = "attitude", data = {lib = "move_f@arrogant@a", anim = "move_f@arrogant@a"}},
  142. }
  143. },
  144. {
  145. name = 'porn',
  146. label = '18+',
  147. items = {
  148. --{label = "Homme se faire su*** en voiture", type = "anim", data = {lib = "oddjobs@towing", anim = "m_blow_job_loop"}},
  149. --{label = "Femme faire une gaterie en voiture", type = "anim", data = {lib = "oddjobs@towing", anim = "f_blow_job_loop"}},
  150. --{label = "Homme bais** en voiture", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_player"}},
  151. --{label = "Femme bais** en voiture", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_female"}},
  152. --{label = "Se gratter les couilles", type = "anim", data = {lib = "mp_player_int_uppergrab_crotch", anim = "mp_player_int_grab_crotch"}},
  153. {label = "Zapraszajacy taniec", type = "anim", data = {lib = "mini@strip_club@idles@stripper", anim = "stripper_idle_02"}},
  154. {label = "Palenie w stylu Prostytutki z klasa", type = "scenario", data = {anim = "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS"}},
  155. {label = "Wypinanie sie", type = "anim", data = {lib = "mini@strip_club@backroom@", anim = "stripper_b_backroom_idle_b"}},
  156. {label = "Strip Tease 1", type = "anim", data = {lib = "mini@strip_club@lap_dance@ld_girl_a_song_a_p1", anim = "ld_girl_a_song_a_p1_f"}},
  157. {label = "Strip Tease 2", type = "anim", data = {lib = "mini@strip_club@private_dance@part2", anim = "priv_dance_p2"}},
  158. {label = "Stip Tease na ziemi", type = "anim", data = {lib = "mini@strip_club@private_dance@part3", anim = "priv_dance_p3"}},
  159. }
  160. },
  161.  
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement