Advertisement
Guest User

Dites : "Merci Teqzo pour les animations"

a guest
Oct 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.71 KB | None | 0 0
  1.     {
  2.         name  = 'attitudem',
  3.         label = 'Démarches',
  4.         items = {
  5.             {label = "Normal M", type = "attitude", data = {lib = "move_m@confident", anim = "move_m@confident"}},
  6.             {label = "Normal F", type = "attitude", data = {lib = "move_f@heels@c", anim = "move_f@heels@c"}},
  7.             {label = "Depressif", type = "attitude", data = {lib = "move_m@depressed@a", anim = "move_m@depressed@a"}},
  8.             {label = "Depressif F", type = "attitude", data = {lib = "move_f@depressed@a", anim = "move_f@depressed@a"}},
  9.             {label = "Business", type = "attitude", data = {lib = "move_m@business@a", anim = "move_m@business@a"}},
  10.             {label = "Determine", type = "attitude", data = {lib = "move_m@brave@a", anim = "move_m@brave@a"}},
  11.             {label = "Casual", type = "attitude", data = {lib = "move_m@casual@a", anim = "move_m@casual@a"}},
  12.             {label = "Trop mange", type = "attitude", data = {lib = "move_m@fat@a", anim = "move_m@fat@a"}},
  13.             {label = "Hipster", type = "attitude", data = {lib = "move_m@hipster@a", anim = "move_m@hipster@a"}},
  14.             {label = "Blesse", type = "attitude", data = {lib = "move_m@injured", anim = "move_m@injured"}},
  15.             {label = "Intimide", type = "attitude", data = {lib = "move_m@hurry@a", anim = "move_m@hurry@a"}},
  16.             {label = "Hobo", type = "attitude", data = {lib = "move_m@hobo@a", anim = "move_m@hobo@a"}},
  17.             {label = "Malheureux", type = "attitude", data = {lib = "move_m@sad@a", anim = "move_m@sad@a"}},
  18.             {label = "Muscle", type = "attitude", data = {lib = "move_m@muscle@a", anim = "move_m@muscle@a"}},
  19.             {label = "Choc", type = "attitude", data = {lib = "move_m@shocked@a", anim = "move_m@shocked@a"}},
  20.             {label = "Sombre", type = "attitude", data = {lib = "move_m@shadyped@a", anim = "move_m@shadyped@a"}},
  21.             {label = "Fatigue", type = "attitude", data = {lib = "move_m@buzzed", anim = "move_m@buzzed"}},
  22.             {label = "Pressee", type = "attitude", data = {lib = "move_m@hurry_butch@a", anim = "move_m@hurry_butch@a"}},
  23.             {label = "Fier", type = "attitude", data = {lib = "move_m@money", anim = "move_m@money"}},
  24.             {label = "Petite course", type = "attitude", data = {lib = "move_m@quick", anim = "move_m@quick"}},
  25.             {label = "Mangeuse d'homme", type = "attitude", data = {lib = "move_f@maneater", anim = "move_f@maneater"}},
  26.             {label = "Impertinent", type = "attitude", data = {lib = "move_f@sassy", anim = "move_f@sassy"}},  
  27.             {label = "Arrogante", type = "attitude", data = {lib = "move_f@arrogant@a", anim = "move_f@arrogant@a"}},
  28.         }
  29.     },
  30.    
  31.     {
  32.         name  = 'festives',
  33.         label = 'Festives',
  34.         items = {
  35.             {label = "Fumer une clope", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING"}},
  36.             {label = "Jouer de la musique", type = "scenario", data = {anim = "WORLD_HUMAN_MUSICIAN"}},
  37.             {label = "DJ", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@dj", anim = "dj"}},
  38.             {label = "Boire une biere", type = "scenario", data = {anim = "WORLD_HUMAN_DRINKING"}},
  39.             {label = "Bière en fete", type = "scenario", data = {anim = "WORLD_HUMAN_PARTYING"}},
  40.             {label = "Air Guitar", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@air_guitar", anim = "air_guitar"}},
  41.             {label = "J'te Baise", type = "anim", data = {lib = "anim@mp_player_intcelebrationfemale@air_shagging", anim = "air_shagging"}},
  42.             {label = "Rock'n'roll", type = "anim", data = {lib = "mp_player_int_upperrock", anim = "mp_player_int_rock"}},
  43.             {label = "Fumer un joint", type = "scenario", data = {anim = "WORLD_HUMAN_SMOKING_POT"}},
  44.             {label = "Bourré sur place", type = "anim", data = {lib = "amb@world_human_bum_standing@drunk@idle_a", anim = "idle_a"}},
  45.             {label = "Vomir en voiture", type = "anim", data = {lib = "oddjobs@taxi@tie", anim = "vomit_outside"}},
  46.         }
  47.     },
  48.  
  49.     {
  50.         name  = 'greetings',
  51.         label = 'Salutations',
  52.         items = {
  53.             {label = "Saluer", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_hello"}},
  54.             {label = "Serrer la main", type = "anim", data = {lib = "mp_common", anim = "givetake1_a"}},
  55.             {label = "Tchek", type = "anim", data = {lib = "mp_ped_interaction", anim = "handshake_guy_a"}},
  56.             {label = "Salut bandit", type = "anim", data = {lib = "mp_ped_interaction", anim = "hugs_guy_a"}},
  57.             {label = "Salut Militaire", type = "anim", data = {lib = "mp_player_int_uppersalute", anim = "mp_player_int_salute"}},
  58.         }
  59.     },
  60.  
  61.     {
  62.         name  = 'work',
  63.         label = 'Travail',
  64.         items = {
  65.             {label = "Pecher", type = "scenario", data = {anim = "world_human_stand_fishing"}},
  66.             {label = "Enquêter", type = "anim", data = {lib = "amb@code_human_police_investigate@idle_b", anim = "idle_f"}},
  67.             {label = "Parler à la radio", type = "anim", data = {lib = "random@arrests", anim = "generic_radio_chatter"}},
  68.             {label = "Faire la circulation", type = "scenario", data = {anim = "WORLD_HUMAN_CAR_PARK_ATTENDANT"}},
  69.             {label = "Utiliser les jumelles", type = "scenario", data = {anim = "WORLD_HUMAN_BINOCULARS"}},
  70.             {label = "Récolter", type = "scenario", data = {anim = "world_human_gardener_plant"}},
  71.             {label = "Réparer le moteur", type = "anim", data = {lib = "mini@repair", anim = "fixing_a_ped"}},
  72.             {label = "Observer", type = "scenario", data = {anim = "CODE_HUMAN_MEDIC_KNEEL"}},
  73.             {label = "Parler au client", type = "anim", data = {lib = "oddjobs@taxi@driver", anim = "leanover_idle"}},
  74.             {label = "Donner une facture", type = "anim", data = {lib = "oddjobs@taxi@cyi", anim = "std_hand_off_ps_passenger"}},
  75.             {label = "Donner les courses", type = "anim", data = {lib = "mp_am_hold_up", anim = "purchase_beerbox_shopkeeper"}},
  76.             {label = "Servir un shot", type = "anim", data = {lib = "mini@drinking", anim = "shots_barman_b"}},
  77.             {label = "Prendre une photo", type = "scenario", data = {anim = "WORLD_HUMAN_PAPARAZZI"}},
  78.             {label = "Prendre des notes", type = "scenario", data = {anim = "WORLD_HUMAN_CLIPBOARD"}},
  79.             {label = "Coup de marteau", type = "scenario", data = {anim = "WORLD_HUMAN_HAMMERING"}},
  80.             {label = "Faire la manche", type = "scenario", data = {anim = "WORLD_HUMAN_BUM_FREEWAY"}},
  81.             {label = "Faire la statue", type = "scenario", data = {anim = "WORLD_HUMAN_HUMAN_STATUE"}},
  82.         }
  83.     },
  84.  
  85.     {
  86.         name  = 'humors',
  87.         label = 'Humeurs',
  88.         items = {
  89.             {label = "Féliciter", type = "scenario", data = {anim = "WORLD_HUMAN_CHEERING"}},
  90.             {label = "Super", type = "anim", data = {lib = "mp_action", anim = "thanks_male_06"}},
  91.             {label = "Toi", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_point"}},
  92.             {label = "Viens", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_come_here_soft"}},
  93.             {label = "Qu'est ce qu'il y a ?", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_bring_it_on"}},
  94.             {label = "A moi", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_me"}},
  95.             {label = "Je le savais...", type = "anim", data = {lib = "anim@am_hold_up@male", anim = "shoplift_high"}},
  96.             {label = "Etre épuisé", type = "scenario", data = {lib = "amb@world_human_jog_standing@male@idle_b", anim = "idle_d"}},
  97.             {label = "Je suis dans la merde", type = "scenario", data = {lib = "amb@world_human_bum_standing@depressed@idle_a", anim = "idle_a"}},
  98.             {label = "Facepalm", type = "anim", data = {lib = "anim@mp_player_intcelebrationmale@face_palm", anim = "face_palm"}},
  99.             {label = "Calme-toi ", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_easy_now"}},
  100.             {label = "Qu'est ce que j'ai fait ?", type = "anim", data = {lib = "oddjobs@assassinate@multi@", anim = "react_big_variations_a"}},
  101.             {label = "Avoir peur", type = "anim", data = {lib = "amb@code_human_cower_stand@male@react_cowering", anim = "base_right"}},
  102.             {label = "On se bat ?", type = "anim", data = {lib = "anim@deathmatch_intros@unarmed", anim = "intro_male_unarmed_e"}},
  103.             {label = "C'est pas Possible !", type = "anim", data = {lib = "gestures@m@standing@casual", anim = "gesture_damn"}},
  104.             {label = "Enlacer", type = "anim", data = {lib = "mp_ped_interaction", anim = "kisses_guy_a"}},
  105.             {label = "Doigt d'honneur", type = "anim", data = {lib = "mp_player_int_upperfinger", anim = "mp_player_int_finger_01_enter"}},
  106.             {label = "Branleur", type = "anim", data = {lib = "mp_player_int_upperwank", anim = "mp_player_int_wank_01"}},
  107.             {label = "Balle dans la tete", type = "anim", data = {lib = "mp_suicide", anim = "pistol"}},
  108.         }
  109.     },
  110.  
  111.     {
  112.         name  = 'sports',
  113.         label = 'Sports',
  114.         items = {
  115.             {label = "Montrer ses muscles", type = "anim", data = {lib = "amb@world_human_muscle_flex@arms_at_side@base", anim = "base"}},
  116.             {label = "Barre de musculation", type = "anim", data = {lib = "amb@world_human_muscle_free_weights@male@barbell@base", anim = "base"}},
  117.             {label = "Faire des pompes", type = "anim", data = {lib = "amb@world_human_push_ups@male@base", anim = "base"}},
  118.             {label = "Faire des abdos", type = "anim", data = {lib = "amb@world_human_sit_ups@male@base", anim = "base"}},
  119.             {label = "Faire du yoga", type = "anim", data = {lib = "amb@world_human_yoga@male@base", anim = "base_a"}},
  120.             {label = "Jouer au tennis", type = "anim", data = {lib = "amb@world_human_tennis_player@male@idle_a", anim = "base_a"}},
  121.         }
  122.     },
  123.  
  124.     {
  125.         name  = 'misc',
  126.         label = 'Divers',
  127.         items = {
  128.             {label = "Se rendre à la police", type = "anim", data = {lib = "random@arrests@busted", anim = "idle_c"}},
  129.             {label = "Boire un café", type = "anim", data = {lib = "amb@world_human_aa_coffee@idle_a", anim = "idle_a"}},
  130.             {label = "S'asseoir", type = "anim", data = {lib = "anim@heists@prison_heistunfinished_biztarget_idle", anim = "target_idle"}},
  131.             {label = "Attendre contre un mur", type = "scenario", data = {anim = "world_human_leaning"}},
  132.             {label = "Couché sur le dos", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE_BACK"}},
  133.             {label = "Couché sur le ventre", type = "scenario", data = {anim = "WORLD_HUMAN_SUNBATHE"}},
  134.             {label = "Nettoyer quelque chose", type = "scenario", data = {anim = "world_human_maid_clean"}},
  135.             {label = "Préparer à manger", type = "scenario", data = {anim = "PROP_HUMAN_BBQ"}},
  136.             {label = "Position de Fouille", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_bj_to_prop_female"}},
  137.             {label = "Prendre un selfie", type = "scenario", data = {anim = "world_human_tourist_mobile"}},
  138.             {label = "Ecouter à une porte", type = "anim", data = {lib = "mini@safe_cracking", anim = "idle_base"}},
  139.         }
  140.     },
  141.  
  142.     {
  143.         name  = 'porn',
  144.         label = 'NSFW,
  145.         items = {
  146.             {label = "Homme se faire sucer en voiture", type = "anim", data = {lib = "oddjobs@towing", anim = "m_blow_job_loop"}},
  147.             {label = "Femme faire une gaterie en voiture", type = "anim", data = {lib = "oddjobs@towing", anim = "f_blow_job_loop"}},
  148.             {label = "Homme bais** en voiture", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_player"}},
  149.             {label = "Femme bais** en voiture", type = "anim", data = {lib = "mini@prostitutes@sexlow_veh", anim = "low_car_sex_loop_female"}},
  150.             {label = "Se gratter la queue", type = "anim", data = {lib = "mp_player_int_uppergrab_crotch", anim = "mp_player_int_grab_crotch"}},
  151.             {label = "Faire du charme", type = "anim", data = {lib = "mini@strip_club@idles@stripper", anim = "stripper_idle_02"}},
  152.             {label = "Pose michto", type = "scenario", data = {anim = "WORLD_HUMAN_PROSTITUTE_HIGH_CLASS"}},
  153.             {label = "Montrer sa poitrine", type = "anim", data = {lib = "mini@strip_club@backroom@", anim = "stripper_b_backroom_idle_b"}},
  154.             {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"}},
  155.             {label = "Strip Tease 2", type = "anim", data = {lib = "mini@strip_club@private_dance@part2", anim = "priv_dance_p2"}},
  156.             {label = "Twerker au sol", 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