Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.02 KB | None | 0 0
  1. Config = {}
  2.  
  3. Config.Animations = {
  4.  
  5.     {
  6.         name  = 'festives',
  7.         label = 'Imprezowe',
  8.         items = {
  9.             {label = "Palenie papierosa", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING"}},
  10.             {label = "Granie na instrumentach", type = "scenario", data = {anim = "WORLD_HUMAN_MUSICIAN"}},
  11.             {label = "Dj", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@dj", anim = "dj"}},
  12.             {label = "Potajemne picie piwa", type = "scenario", data = {anim = "WORLD_HUMAN_DRINKING"}},
  13.             {label = "Picie piwa", type = "scenario", data = {anim = "WORLD_HUMAN_PARTYING"}},
  14.             {label = "Udawanie gry na gitarze", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@air_guitar", anim = "air_guitar"}},
  15.             {label = "Rock'n'roll", type = "anim", data = {lib = "mp_player_int_upperrock", anim = "mp_player_int_rock"}},
  16.             -- {label = "Fumer un joint", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING_POT"}},
  17.         }
  18.     },
  19.  
  20.     {
  21.         name  = 'greetings',
  22.         label = 'Przywitania',
  23.         items = {
  24.             {label = "Machnięcie ręką", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_hello"}},
  25.             {label = "Podanie ręki", type = "anim", data = {lib = "mp_common", anim = "givetake1_a"}},
  26.             {label = "Zbijanie piony", type = "anim", data = {lib = "mp_ped_interaction", anim = "handshake_guy_a"}},
  27.             {label = "Gangsterskie przywitanie", type = "anim", data = {lib = "mp_ped_interaction", anim = "hugs_guy_a"}},
  28.             {label = "Salutowanie", type = "anim", data = {lib = "mp_player_int_uppersalute", anim = "mp_player_int_salute"}},
  29.             {label = "Przytulenie", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
  30.         }
  31.     },
  32.  
  33.     {
  34.         name  = 'work',
  35.         label = 'Prace',
  36.         items = {
  37.             {label = "Łowienie ryb", type = "scenario", data = {anim = "world_human_stand_fishing"}},
  38.             {label = "Badanie sprawy", type = "anim", data = {lib = "amb@code_human_police_investigate@idle_b", anim = "idle_f"}},
  39.             {label = "Łapanie za radio", type = "anim", data = {lib = "random@arrests", anim = "generic_radio_chatter"}},
  40.             {label = "Prowadzenie ruchem", type = "scenario", data = {anim = "WORLD_HUMAN_CAR_PARK_ATTENDANT"}},
  41.             {label = "Patrzenie przez lornetke", type = "scenario", data = {anim = "WORLD_HUMAN_BINOCULARS"}},
  42.             {label = "Kopanie w ziemi", type = "scenario", data = {anim = "world_human_gardener_plant"}},
  43.             {label = "Naprawianie silnika", type = "anim", data = {lib = "mini@repair", anim = "fixing_a_ped"}},
  44.             {label = "Obserwacja", type = "scenario", data = {anim = "CODE_HUMAN_MEDIC_KNEEL"}},
  45.             {label = "Robienie zdjęć", type = "scenario", data = {anim = "WORLD_HUMAN_PAPARAZZI"}},
  46.             {label = "Patrzenie na notatnik", type = "scenario", data = {anim = "WORLD_HUMAN_CLIPBOARD"}},
  47.             {label = "Uderzanie młotkiem", type = "scenario", data = {anim = "WORLD_HUMAN_HAMMERING"}},
  48.             {label = "Żebranie", type = "scenario", data = {anim = "WORLD_HUMAN_BUM_FREEWAY"}},
  49.             {label = "Statua", type = "scenario", data = {anim = "WORLD_HUMAN_HUMAN_STATUE"}},
  50.            
  51.         }
  52.     },
  53.  
  54.     {
  55.         name  = 'humors',
  56.         label = 'Gesty',
  57.         items = {
  58.             {label = "Gratulowanie", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
  59.             {label = "Kciuki w góre", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
  60.             {label = "Pokazanie palcem", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
  61.             {label = "No dawaj", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}},
  62.             {label = "Co jest?", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
  63.             {label = "Ja", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
  64.             {label = "Facepalm", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
  65.             {label = "Spokojnie", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
  66.             {label = "Zdziwienie", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
  67.             {label = "Strach", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
  68.             {label = "Walka?", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
  69.             {label = "Kurde!", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
  70.             {label = "Doigt d'honneur", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
  71.             {label = "Branleur", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
  72.             {label = "Balle dans la tete", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
  73.         }
  74.     },
  75.  
  76.     {
  77.         name  = 'sports',
  78.         label = 'Sport',
  79.         items = {
  80.             {label = "Napinanie mięśni", type = "anim", data = {lib = "amb@world_human_muscle_flex@arms_at_side@base", anim = "base"}},
  81.             {label = "Barre de musculation", type = "anim", data = {lib = "amb@world_human_muscle_free_weights@male@barbell@base", anim = "base"}},
  82.             {label = "Robienei pompek", type = "anim", data = {lib = "amb@world_human_push_ups@male@base", anim = "base"}},
  83.             {label = "Robienie brzuszków", type = "anim", data = {lib = "amb@world_human_sit_ups@male@base", anim = "base"}},
  84.             {label = "Uprawianie Yogi", type = "anim", data = {lib = "amb@world_human_yoga@male@base", anim = "base_a"}},
  85.         }
  86.     },
  87.  
  88.     {
  89.         name  = 'misc',
  90.         label = 'Różne',
  91.         items = {
  92.             {label = "Boire un café", type = "anim", data = {lib = "amb@world_human_aa_coffee@idle_a", anim = "idle_a"}},
  93.             {label = "S'asseoir", type = "anim", data = {lib = "anim@heists@prison_heistunfinished_biztarget_idle", anim = "target_idle"}},
  94.             {label = "Attendre contre un mur", type = "scenario", data = {anim = "world_human_leaning"}},
  95.             {label = "Couché sur le dos", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE_BACK"}},
  96.             {label = "Couché sur le ventre", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE"}},
  97.             {label = "Nettoyer quelque chose", type = "scenario", data = {anim = "world_human_maid_clean"}},
  98.             {label = "Préparer à manger", type = "scenario", data = {anim = "PROP_HUMAN_BBQ"}},
  99.             {label = "Position de Fouille", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_bj_to_prop_female"}},
  100.             {label = "Prendre un selfie", type = "scenario", data = {anim = "world_human_tourist_mobile"}},
  101.             {label = "Ecouter à une porte", type = "anim", data = {lib = "mini@safe_cracking", anim = "idle_base"}},
  102.             {label = "Poddawanie się", type = "anim", data = {lib = "random@arrests@busted", anim = "idle_c"}},
  103.         }
  104.        
  105.     },
  106.  
  107.     {
  108.         name  = 'attitudem',
  109.         label = 'Styl chodzenia',
  110.         items = {
  111.             {label = "Normalny M", type = "attitude", data = {lib = "move_m@confident", anim = "move_m@confident"}},
  112.             {label = "Normalny F", type = "attitude", data = {lib = "move_f@heels@c", anim = "move_f@heels@c"}},
  113.             {label = "Depresja M", type = "attitude", data = {lib = "move_m@depressed@a", anim = "move_m@depressed@a"}},
  114.             {label = "Depresja F", type = "attitude", data = {lib = "move_f@depressed@a", anim = "move_f@depressed@a"}},
  115.             {label = "Biznesmen", type = "attitude", data = {lib = "move_m@business@a", anim = "move_m@business@a"}},
  116.             {label = "Zdeterminowany", type = "attitude", data = {lib = "move_m@brave@a", anim = "move_m@brave@a"}},
  117.             {label = "Casualowy", type = "attitude", data = {lib = "move_m@casual@a", anim = "move_m@casual@a"}},
  118.             {label = "Trop mange", type = "attitude", data = {lib = "move_m@fat@a", anim = "move_m@fat@a"}},
  119.             {label = "Hipster", type = "attitude", data = {lib = "move_m@hipster@a", anim = "move_m@hipster@a"}},
  120.             {label = "Blesse", type = "attitude", data = {lib = "move_m@injured", anim = "move_m@injured"}},
  121.             {label = "Intimide", type = "attitude", data = {lib = "move_m@hurry@a", anim = "move_m@hurry@a"}},
  122.             {label = "Hobo", type = "attitude", data = {lib = "move_m@hobo@a", anim = "move_m@hobo@a"}},
  123.             {label = "Malheureux", type = "attitude", data = {lib = "move_m@sad@a", anim = "move_m@sad@a"}},
  124.             {label = "Muscle", type = "attitude", data = {lib = "move_m@muscle@a", anim = "move_m@muscle@a"}},
  125.             {label = "Choc", type = "attitude", data = {lib = "move_m@shocked@a", anim = "move_m@shocked@a"}},
  126.             {label = "Sombre", type = "attitude", data = {lib = "move_m@shadyped@a", anim = "move_m@shadyped@a"}},
  127.             {label = "Fatigue", type = "attitude", data = {lib = "move_m@buzzed", anim = "move_m@buzzed"}},
  128.             {label = "Pressee", type = "attitude", data = {lib = "move_m@hurry_butch@a", anim = "move_m@hurry_butch@a"}},
  129.             {label = "Fier", type = "attitude", data = {lib = "move_m@money", anim = "move_m@money"}},
  130.             {label = "Petite course", type = "attitude", data = {lib = "move_m@quick", anim = "move_m@quick"}},
  131.             {label = "Mangeuse d'homme", type = "attitude", data = {lib = "move_f@maneater", anim = "move_f@maneater"}},
  132.             {label = "Impertinent", type = "attitude", data = {lib = "move_f@sassy", anim = "move_f@sassy"}},  
  133.             {label = "Arogancki", type = "attitude", data = {lib = "move_f@arrogant@a", anim = "move_f@arrogant@a"}},
  134.         }
  135.     },
  136.     {
  137.         name  = 'porn',
  138.         label = '18+',
  139.         items = {
  140.            
  141.        
  142.  
  143.            
  144.             {label = "Drapanie krocza", type = "anim", data = {lib = "mp_player_int_uppergrab_crotch", anim = "mp_player_int_grab_crotch"}},
  145.             {label = "Prostytutka 1", type = "anim", data = {lib = "mini@strip_club@idles@stripper", anim = "stripper_idle_02"}},
  146.             {label = "Prostytutka 2", type = "scenario", data = {anim = "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS"}},
  147.             {label = "Pokazywanie piersi", type = "anim", data = {lib = "mini@strip_club@backroom@", anim = "stripper_b_backroom_idle_b"}},
  148.             {label = "Striptiz 1", type = "anim", data = {lib = "mini@strip_club@lap_dance@ld_girl_a_song_a_p1", anim = "ld_girl_a_song_a_p1_f"}},
  149.             {label = "Striptiz 2", type = "anim", data = {lib = "mini@strip_club@private_dance@part2", anim = "priv_dance_p2"}},
  150.             {label = "Striptiz 3", type = "anim", data = {lib = "mini@strip_club@private_dance@part3", anim = "priv_dance_p3"}},
  151.         }
  152.     }
  153. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement