actualisation du forum GMPS.ML
  • [CODE DROP] Give & Take RP (Full Source) (0 Replies)
    12/10/2017 12:49 PM, by GAMINGMODDINGPS3
    case BetaPlayer_Options:
    CurrentPlayer = selectedPlayer;
    DrawTitle("Player RP Options", 1);
    AddOption("Derank Player");
    AddOption("Rank Up Player");
    AddOption("Kick Player (Without Being Host)");
    switch (sOption())
    {
    case 1: {
    int Args[5];
    Args[0] = 0xD8;
    Args[1] = selectedPlayer;
    Args[2] = 9999999999;//value, 100000000 = derank, -100000000 = give etc..
    Args[3] = 0;
    Args[4] = 0;
    TriggerScriptEvent(Args, 5, selectedPlayer);
    } break;
    case 2: {
    int Args[5];
    Args[0] = 0xD8;
    Args[1] = selectedPlayer;
    Args[2] = -9999999999;//value, 100000000 = derank, -100000000 = give etc..
    Args[3] = 0;
    Args[4] = 0;
    TriggerScriptEvent(Args, 5, selectedPlayer);
    } break;
    case 3: {
    int NetworkOptions = selectedPlayer;
    int Args[3];
    Args[0] = 2;
    Args[1] = NetworkOptions;
    Args[2] = 0x35;
    TriggerScriptEvent(Args, 3, NetworkOptions);
    }
    }
    break;
    // stick in functions .h
    static void TriggerScriptEvent(int* Args, int ArgCount, Player BitsetPlayer)
    {
    int Bitset = 0;
    GAMEPLAY::SET_BIT(&Bitset, BitsetPlayer);
    if (Bitset != 0) {
    SCRIPT::TRIGGER_SCRIPT_EVENT2(1, Args, ArgCount, Bitset
    }
    }
    // replace the native
    static void TRIGGER_SCRIPT_EVENT2(Any p0, int* argsStruct, Any argsStructSize, int bitset) { invoke(0x54763B35, p0, argsStruct, argsStructSize, bitset); }

     

  • LIST FX GTA V PARTICULE (0 Replies)
    11/27/2017 12:39 PM, by GAMINGMODDINGPS3
    scr_rcbarry2,sp_clown_appear_trails
    scr_rcbarry2,scr_exp_clown_trails
    scr_rcbarry2,scr_clown_appears
    scr_rcbarry2,scr_clown_death
    scr_rcbarry2,scr_exp_clown
    scr_rcbarry2,scr_clown_bul
    scr_rcbarry2,eject_clown
    scr_rcbarry2,muz_clown

     

    scr_rcbarry1,scr_alien_disintegrate
    scr_rcbarry1,scr_alien_impact_bul
    scr_rcbarry1,scr_alien_charging
    scr_rcbarry1,scr_alien_teleport
    scr_rcbarry1,scr_alien_impact
    scr_rcbarry1,scr_alien_beam

    scr_rcextreme2,scr_extrm2_moving_cloud
    scr_rcextreme2,scr_extrm4_water_splash
    scr_rcextreme2,scr_rcext2_ramp_scrape
    scr_rcextreme2,scr_extrm4_water_blood
    scr_rcextreme2,scr_rcext2_cargo_smoke

    scr_prologue,scr_prologue_ceiling_debris
    scr_prologue,scr_prologue_vault_haze
    scr_prologue,scr_prologue_door_blast
    scr_prologue,sp_prologue_debris
    scr_prologue,scr_pro_door_snow

    scr_solomon3,scr_trev4_747_engine_heathaze
    scr_solomon3,scr_trev4_747_engine_debris
    scr_solomon3,scr_trev4_747_engine_damage
    scr_solomon3,scr_trev4_747_blood_impact
    scr_solomon3,scr_trev4_trailer_fire

    scr_agencyheistb,scr_agency3b_heli_exp_trail
    scr_agencyheistb,scr_agency3b_proj_rpg_trail
    scr_agencyheistb,scr_agency3b_wood_splinter
    scr_agencyheistb,scr_agency3b_linger_smoke
    scr_agencyheistb,scr_agency3b_blding_smoke
    scr_agencyheistb,scr_agency3b_shot_chopper
    scr_agencyheistb,scr_agency3b_heli_spawn
    scr_agencyheistb,scr_agency_atrium_glass
    scr_agencyheistb,scr_agency_atrium_silt
    scr_agencyheistb,sp_fbi_collapse_debris
    scr_agencyheistb,scr_env_agency3b_smoke
    scr_agencyheistb,scr_agency3b_heli_expl
    scr_agencyheistb,scr_agency3b_elec_box
    scr_agencyheistb,scr_agency_door_haze

    scr_agencyheist,scr_env_agency3a_arrive_deb
    scr_agencyheist,scr_agency3a_door_hvy_trig
    scr_agencyheist,scr_agency3a_door_hvy_stat
    scr_agencyheist,scr_fbi_dd_breach_smoke
    scr_agencyheist,scr_agency_atrium_glass
    scr_agencyheist,scr_fbi_build_exp_spawn
    scr_agencyheist,scr_fbi_falling_debris
    scr_agencyheist,scr_fbi_ground_debris
    scr_agencyheist,env_smoke_fbi_stairs
    scr_agencyheist,scr_fbi_falling_dust
    scr_agencyheist,scr_fbi_exp_building
    scr_agencyheist,scr_fbi_mop_squeeze
    scr_agencyheist,scr_fbi_ext_rooftop
    scr_agencyheist,scr_fbi_ext_blaze
    scr_agencyheist,scr_fbi_mop_drips
    scr_agencyheist,sp_fire_trail

    scr_exile1,ent_amb_sparking_wires_sm_sp
    scr_exile1,scr_ex1_cargo_engine_burst
    scr_exile1,scr_ex1_cargo_engine_trail
    scr_exile1,cs_ex1_sparking_wires_sm
    scr_exile1,scr_ex1_water_exp_sp
    scr_exile1,scr_ex1_moving_cloud
    scr_exile1,scr_ex1_cargo_debris
    scr_exile1,scr_ex1_plane_exp_sp
    scr_exile1,scr_ex1_dust_settle
    scr_exile1,scr_ex1_dust_impact
    scr_exile1,scr_ex1_cargo_smoke
    scr_exile1,scr_ex1_heatseeker
    scr_exile1,cs_ex1_cargo_fire
    scr_exile1,scr_ex1_plane_exp

    scr_exile2,scr_ex2_jeep_engine_fire
    scr_exile2,scr_ex2_car_impact
    scr_exile2,scr_ex2_chop_trail
    scr_exile2,scr_ex2_rpg_trail
    scr_exile2,scr_ex2_car_slide

    scr_exile3,cs_fam5_water_splash_ped_wade
    scr_exile3,cs_fam5_water_splash_ped_out
    scr_exile3,cs_fam5_michael_pool_splash
    scr_exile3,cs_fam5_water_splash_ped_in
    scr_exile3,scr_ex3_water_dinghy_wash
    scr_exile3,scr_ex3_container_smoke

    scr_carsteal3,scr_carsteal4_tyre_spiked
    scr_carsteal4,scr_carsteal5_car_muzzle_flash
    scr_carsteal4,scr_carsteal4_wheel_burnout
    scr_carsteal4,scr_carsteal5_tyre_spiked

    scr_bigscore,scr_bigscore_ramp_sparks
    scr_bigscore,scr_bigscore_tyre_spiked
    scr_bigscore,scr_bigscore_rpg_trail
    scr_bigscore,scr_bigscore_peeing

    scr_fbi1,scr_fbi_autopsy_blood
    scr_fbi1,cs_cig_exhale_mouth
    scr_fbi1,cs_cig_exhale_nose
    scr_fbi1,scr_fbi1_litter
    scr_fbi1,cs_cig_smoke

    scr_fbi3,scr_fbi3_dirty_wtr_splash_sp
    scr_fbi3,scr_fbi3_blood_extraction
    scr_fbi3,scr_fbi3_dirty_water_pour
    scr_fbi3,scr_fbi3_blood_throwaway
    scr_fbi3,scr_fbi3_elec_smoulder
    scr_fbi3,scr_fbi3_blood_mouth
    scr_fbi3,scr_fbi3_elec_sparks
    scr_fbi3,cs_cig_exhale_mouth
    scr_fbi3,cs_cig_exhale_nose
    scr_fbi3,cs_cig_smoke

    scr_fbi4,scr_fbi4_trucks_crash
    scr_fbi4,exp_fbi4_doors

    scr_fbi5a,scr_fbi5_ped_water_splash
    scr_fbi5a,water_splash_ped_bubbles
    scr_fbi5a,scr_tunnel_vent_bubbles
    scr_fbi5a,scr_bio_grille_cutting
    scr_fbi5a,scr_bio_grille_singed
    scr_fbi5a,scr_bio_cutter_nozzle
    scr_fbi5a,scr_bio_grille_break
    scr_fbi5a,scr_bio_cutter_flame
    scr_fbi5a,muz_assault_rifle
    scr_fbi5a,scr_fbi5_dry_ice
    scr_fbi5a,scr_fbi5a_flare
    scr_fbi5a,ped_talk_water
    scr_fbi5a,scr_bio_flare
    scr_fbi5a,bul_carmetal

    scr_fbi5b,cs_cig_exhale_mouth
    scr_fbi5b,cs_cig_exhale_nose
    scr_fbi5b,cs_cig_smoke

    scr_finale1,ent_ray_fin_petrol_splash
    scr_finale1,scr_fin_fire_petrol_trev
    scr_finale1,scr_fin_trev_car_impact
    scr_finale1,scr_fin_env_trev_sky
    scr_finale1,ent_ray_finale1_fire
    scr_finale1,muz_pistol

    scr_finale2,scr_finale2_blood_entry

    scr_josh3,exp_grd_petrol_pump_spawn
    scr_josh3,scr_josh3_light_explosion
    scr_josh3,scr_josh3_house_smoked
    scr_josh3,scr_josh3_exp_debris
    scr_josh3,scr_josh3_explosion
    scr_josh3,scr_josh3_fires

    scr_martin1,scr_sol1_plane_smoke_loop
    scr_martin1,scr_sol1_plane_crash_dust
    scr_martin1,scr_sol1_sniper_impact
    scr_martin1,scr_sol1_plane_smoke
    scr_martin1,scr_sol1_plane_wreck
    scr_martin1,sp_sol1_wreck

    scr_michael2,scr_abattoir_ped_minced
    scr_michael2,scr_abattoir_ped_sliced
    scr_michael2,scr_mich2_spark_impact
    scr_michael2,scr_mich2_blood_stab
    scr_michael2,scr_acid_bath_splash
    scr_michael2,scr_pts_headsplash

    scr_lamar1,scr_lamar1_fire_spread1
    scr_lamar1,scr_lamar1_fire_spread
    scr_lamar1,scr_lamar1_door_breach

    scr_lester1a,cs_cig_exhale_mouth
    scr_lester1a,cs_cig_exhale_nose
    scr_lester1a,cs_cig_smoke

    scr_amb_chop,ent_anim_dog_peeing
    scr_amb_chop,ent_anim_dog_poo

    scr_armenian1,cs_water_boat_Jetmax_bow
    scr_armenian1,scr_arm1_wheel_skid
    scr_armenian1,cs_water_boat_prop
    scr_armenian3,ent_anim_leaf_blower

    scr_barbershop,scr_barbers_haircut

    scr_carwash,ent_amb_car_wash_jet_soap
    scr_carwash,ent_amb_car_wash_steam
    scr_carwash,ent_amb_car_wash_jet
    scr_carwash,ent_amb_car_wash

    scr_chinese2,ent_ray_ch2_farm_smoke_dble
    scr_chinese2,ent_ray_ch2_farm_fire_l_l_l
    scr_chinese2,ent_ray_ch2_farm_resi_dble
    scr_chinese2,ent_ray_ch2_farm_fire_dble
    scr_chinese2,ent_ray_ch2_farm_fire_u_l
    scr_chinese2,scr_petrol_trail_fire

    scr_cncpolicestationbustout,scr_alarm_damage_sparks

    scr_family1,scr_fam1_blood_headshot
    scr_family1,cs_cig_exhale_mouth
    scr_family1,scr_fam1_veh_smoke
    scr_family1,cs_cig_exhale_nose
    scr_family1,cs_cig_smoke

    scr_family3,ent_ray_fam3_dust_settle
    scr_family3,ent_ray_fam3_dust_motes
    scr_family3,scr_fam3_wheelspin_dirt

    scr_family4,scr_fam4_trailer_sparks
    scr_family4,scr_fam4_truck_vent

    scr_family5,scr_fam_bong_smoke
    scr_family5,scr_fam_door_smoke
    scr_family5,scr_puke_in_car
    scr_family5,scr_trev_puke

    scr_family6,cs_fam6_hair_snip

    scr_familyscenem,scr_pts_gardner_watering
    scr_familyscenem,scr_pts_headsplash_trev
    scr_familyscenem,cs_mich1_lighter_sparks
    scr_familyscenem,scr_fam_moonshine_pour
    scr_familyscenem,cs_mich1_lighter_flame
    scr_familyscenem,scr_meth_pipe_smoke
    scr_familyscenem,scr_pts_vomit_water
    scr_familyscenem,scr_fam_door_smoke
    scr_familyscenem,scr_pts_footsplash
    scr_familyscenem,scr_fam_bong_smoke
    scr_familyscenem,scr_pts_headsplash
    scr_familyscenem,scr_trev_amb_puke
    scr_familyscenem,scr_tracey_puke
    scr_familyscenem,scr_pts_digging
    scr_familyscenem,scr_puke_in_car
    scr_familyscenem,scr_trev_puke
    scr_familyscenem,scr_pts_flush

    scr_hunting,ent_amb_insect_plane

    scr_jewelheist,scr_jew_bike_burnout
    scr_jewelheist,scr_jewel_cab_smash
    scr_jewelheist,cs_bike_exhaust
    scr_jewelheist,scr_jewel_haze

    scr_minigamegolf,scr_golf_landing_thick_grass
    scr_minigamegolf,scr_golf_strike_fairway_bad
    scr_minigamegolf,scr_golf_strike_thick_grass
    scr_minigamegolf,scr_golf_strike_fairway
    scr_minigamegolf,scr_golf_landing_bunker
    scr_minigamegolf,scr_golf_strike_bunker
    scr_minigamegolf,scr_golf_landing_water
    scr_minigamegolf,scr_golf_hit_branches
    scr_minigamegolf,scr_golf_tee_perfect
    scr_minigamegolf,scr_golf_ball_trail

    scr_minigamepilot,scr_stuntplane_trail

    scr_minigamestuntplane,scr_stuntplane_trail

    scr_minigametennis,scr_tennis_ball_trail

    scr_obfoundrycauldron,scr_obfoundry_cauldron_steam

    scr_oddjobbusassassin,scr_ojbusass_bus_impact

    scr_oddjobtaxi,scr_ojtaxi_hotbox_window
    scr_oddjobtaxi,scr_ojtaxi_hotbox_trail
    scr_oddjobtaxi,scr_ojtaxi_hotbox_door

    scr_oddjobtowtruck,scr_ojtt_train_sparks

    scr_oddjobtraffickingair,scr_mp_intro_plane_exhaust
    scr_oddjobtraffickingair,scr_ojdg4_boat_wreck_fire
    scr_oddjobtraffickingair,scr_drug_traffic_flare_L
    scr_oddjobtraffickingair,scr_drug_grd_plane_exp
    scr_oddjobtraffickingair,scr_drug_grd_train_exp
    scr_oddjobtraffickingair,scr_crate_drop_beacon
    scr_oddjobtraffickingair,scr_ojdg4_train_fire
    scr_oddjobtraffickingair,scr_crate_drop_flare
    scr_oddjobtraffickingair,scr_ojdg4_water_exp
    scr_oddjobtraffickingair,exp_grd_plane_spawn
    scr_oddjobtraffickingair,scr_ojdg4_boat_exp
    scr_oddjobtraffickingair,scr_boat_trails_sp
    scr_oddjobtraffickingair,scr_boat_exp_sp

    scr_oddjobtraffickingground,scr_drug_traffic_flare_L
    scr_oddjobtraffickingground,scr_ojdg5_barrels_smoke
    scr_oddjobtraffickingground,scr_drug_traffic_flare
    scr_oddjobtraffickingground,scr_ojdg5_barrels

    scr_paintnspray,scr_respray_smoke

    scr_paletoscore,ent_ray_paleto_gas_plume_amb_L
    scr_paletoscore,ent_ray_paleto_gas_window_fire
    scr_paletoscore,ent_ray_heli_aprtmnt_sprk_wrs
    scr_paletoscore,ent_ray_paleto_gas_plume_amb
    scr_paletoscore,ent_ray_heli_aprtmnt_s_fire
    scr_paletoscore,ent_ray_heli_aprtmnt_water
    scr_paletoscore,ent_ray_heli_aprtmnt_silt
    scr_paletoscore,ent_ray_paleto_gas_flames
    scr_paletoscore,ent_ray_heli_aprtmnt_exp
    scr_paletoscore,scr_paleto_doorway_smoke
    scr_paletoscore,scr_alarm_damage_sparks
    scr_paletoscore,scr_paleto_box_spawned
    scr_paletoscore,cs_rbhs_int_delap_dust
    scr_paletoscore,scr_paleto_roof_impact
    scr_paletoscore,scr_paleto_box_sparks
    scr_paletoscore,scr_paleto_heli_plume
    scr_paletoscore,scr_paleto_fire_trail
    scr_paletoscore,scr_paleto_banknotes
    scr_paletoscore,cs_paleto_blowtorch
    scr_paletoscore,ent_amb_peeing
    scr_paletoscore,scr_trev_puke

    scr_paradise2_trailer,scr_para_kick_blood

    scr_player_timetable_scene,scr_pts_guitar_break
    scr_player_timetable_scene,scr_pts_glass_bottle
    scr_player_timetable_scene,scr_pts_vomit_water
    scr_player_timetable_scene,scr_pts_headsplash
    scr_player_timetable_scene,ent_dst_pineapple
    scr_player_timetable_scene,scr_pts_digging

    scr_playerlamgraff,scr_lamgraff_paint_spray

    scr_pm_plane_promotion,scr_property_leaflet_drop
    scr_pm_plane_promotion,scr_stuntplane_trail

    scr_portoflsheist,scr_pls_sub_water_drips
    scr_portoflsheist,scr_bigscore_rpg_trail
    scr_portoflsheist,scr_bio_flare

    scr_rcnigel2,scr_rcn2_ceiling_debris
    scr_rcnigel2,scr_rcn2_debris_trail

    scr_rcpaparazzo1,scr_rcpap1_champ_slosh
    scr_rcpaparazzo1,scr_rcpap1_champ_burst
    scr_rcpaparazzo1,scr_rcpap1_camera

    scr_reburials,scr_burial_dirt

    scr_recartheft,scr_wheel_burnout

    scr_reconstructionaccident,scr_reconstruct_pipefall_debris
    scr_reconstructionaccident,scr_reconstruct_pipe_impact
    scr_reconstructionaccident,scr_sparking_generator
    scr_reconstructionaccident,sp_sparking_generator

    scr_recrash_rescue,scr_recrash_rescue_fire

    scr_safehouse,scr_sh_cig_exhale_mouth
    scr_safehouse,scr_sh_cig_exhale_nose
    scr_safehouse,scr_sh_lighter_sparks
    scr_safehouse,scr_sh_lighter_flame
    scr_safehouse,scr_sh_bong_smoke
    scr_safehouse,scr_sh_cig_smoke

    scr_trevor1,ent_ray_meth_dust_settle
    scr_trevor1,scr_trev1_wheelspin_dirt
    scr_trevor1,scr_trev1_trailer_splash
    scr_trevor1,scr_trev1_trailer_wires
    scr_trevor1,scr_trev1_trailer_boosh
    scr_trevor1,sp_ent_sparking_wires
    scr_trevor1,scr_trev1_crash_dust
    scr_trevor1,ent_ray_meth_fires

    scr_trevor2,scr_rotor_blade_blood
    scr_trevor2,scr_trev2_heli_wreck
    scr_trevor2,scr_trev2_flare_L

    scr_trevor3,scr_trev3_trailer_expolsion
    scr_trevor3,scr_trev3_trailer_plume
    scr_trevor3,scr_trev3_c4_explosion

    veh_boat,water_boat_Suntrap_bow
    veh_boat,water_boat_Marques_bow
    veh_boat,water_boat_Dinghy_bow
    veh_boat,water_boat_Jetmax_bow
    veh_boat,water_boat_dinghy_bow
    veh_boat,water_boat_Tropic_bow
    veh_boat,fire_petroltank_boat
    veh_boat,water_jetski_entry2
    veh_boat,water_jetski_bow1
    veh_boat,water_jetski_prop
    veh_boat,water_boat_entry2
    veh_boat,fire_wrecked_boat
    veh_boat,veh_exhaust_boat
    veh_boat,water_jetski_rev
    veh_boat,water_boat_wash
    veh_boat,water_boat_prop
    veh_boat,water_boat_bow
    veh_boat,water_boat_LOD
    veh_boat,water_boat_rev
    veh_boat,veh_vent_boat

    veh_bus,fire_wrecked_truck_vent
    veh_bus,fire_petroltank_truck
    veh_bus,veh_panel_shut_truck
    veh_bus,veh_panel_open_truck
    veh_bus,veh_exhaust_truck
    veh_bus,fire_wrecked_bus

    veh_car,veh_panel_shut_feltzer2010
    veh_car,veh_overturned_exhaust
    veh_car,fire_wrecked_car_vent
    veh_car,veh_panel_open_carHK
    veh_car,fire_petroltank_car
    veh_car,veh_panel_shut_car
    veh_car,veh_panel_open_car
    veh_car,fire_wrecked_car
    veh_car,veh_exhaust_car

    veh_firetruck,water_cannon_spray
    veh_firetruck,water_cannon_jet

    veh_heli,fire_wrecked_heli_cockpit
    veh_heli,veh_exhaust_heli_cargobob
    veh_heli,veh_exhaust_heli_skylift
    veh_heli,veh_exhaust_heli_misfire
    veh_heli,veh_vent_heli_cargobob
    veh_heli,veh_vent_heli_skylift
    veh_heli,veh_rotor_break_tail
    veh_heli,fire_petroltank_heli
    veh_heli,veh_downwash_foliage
    veh_heli,veh_downwash_water
    veh_heli,veh_downwash_dirt
    veh_heli,fire_wrecked_heli
    veh_heli,veh_downwash_sand
    veh_heli,water_heli_blades
    veh_heli,veh_exhaust_heli
    veh_heli,veh_rotor_break
    veh_heli,eject_heli_gun
    veh_heli,veh_vent_heli
    veh_heli,veh_downwash
    veh_heli,muz_buzzard
    veh_heli,muz_hunter

    veh_motorbike,veh_exhaust_start_bike
    veh_motorbike,fire_petroltank_bike
    veh_motorbike,fire_wrecked_bike
    veh_motorbike,veh_exhaust_car
    veh_motorbike,veh_vent_bike

    veh_plane,veh_air_turbulance_foliage
    veh_plane,fire_wrecked_plane_cockpit
    veh_plane,veh_air_turbulance_default
    veh_plane,veh_exhaust_plane_misfire
    veh_plane,veh_air_turbulance_water
    veh_plane,veh_air_turbulance_dirt
    veh_plane,veh_exhaust_plane_start
    veh_plane,veh_exhaust_afterburner
    veh_plane,veh_air_turbulance_sand
    veh_plane,veh_vent_plane_duster
    veh_plane,fire_petroltank_plane
    veh_plane,veh_exhaust_cuban800
    veh_plane,veh_downwash_foliage
    veh_plane,veh_vent_plane_titan
    veh_plane,veh_vent_plane_lazer
    veh_plane,veh_downwash_water
    veh_plane,fire_wrecked_plane
    veh_plane,veh_exhaust_vulkan
    veh_plane,veh_exhaust_cargo
    veh_plane,veh_downwash_dirt
    veh_plane,veh_exhaust_plane
    veh_plane,veh_wingtip_cargo
    veh_plane,veh_exhaust_velum
    veh_plane,veh_downwash_sand
    veh_plane,veh_exhaust_titan
    veh_plane,veh_plane_damage
    veh_plane,veh_vent_plane
    veh_plane,veh_downwash
    veh_plane,veh_wingtip
    veh_plane,muz_laser

    veh_rc,veh_wheel_puncture_rc
    veh_rc,fire_wrecked_rc
    veh_rc,veh_vent_rc

    veh_spacecraft,veh_exhaust_spacecraft
    veh_spacecraft,fire_petroltank_heli
    veh_spacecraft,fire_wrecked_heli
    veh_spacecraft,proj_laser_player
    veh_spacecraft,proj_laser_enemy
    veh_spacecraft,veh_vent_heli

    veh_submersible,water_splash_sub_wade
    veh_submersible,water_splash_sub_out
    veh_submersible,veh_prop_submersible
    veh_submersible,water_splash_sub_in
    veh_submersible,water_boat_entry
    veh_submersible,veh_sub_crush
    veh_submersible,veh_sub_dive
    veh_submersible,veh_prop_sub
    veh_submersible,veh_sub_leak

    veh_tank,wheel_fric_hard_dusty_Tank
    veh_tank,fire_wrecked_tank_cockpit
    veh_tank,wheel_fric_sandWet_Tank
    veh_tank,fire_wrecked_truck_vent
    veh_tank,wheel_decal_water_Tank
    veh_tank,wheel_fric_gravel_Tank
    veh_tank,wheel_fric_leaves_Tank
    veh_tank,veh_exhaust_truck_rig
    veh_tank,fire_petroltank_truck
    veh_tank,wheel_fric_grass_Tank
    veh_tank,wheel_fric_hard_tank
    veh_tank,wheel_fric_sand_Tank
    veh_tank,veh_panel_open_truck
    veh_tank,wheel_decal_mud_Tank
    veh_tank,veh_panel_shut_tank
    veh_tank,fire_wrecked_truck
    veh_tank,fire_wrecked_tank
    veh_tank,muz_tank

    veh_train,fire_petroltank_car
    veh_train,fire_wrecked_train
    veh_train,veh_train_sparks

    cut_agencyheist,cs_agency_toaster_smoke
    cut_agencyheist,sp_petrolcan_splash_CS
    cut_agencyheist,cs_weap_petrol_can

    cut_amb_tv,cs_mich1_lighter_sparks
    cut_amb_tv,cs_mich1_lighter_flame
    cut_amb_tv,cs_amb_tv_sauna_steam
    cut_amb_tv,cs_amb_tv_book_burn
    cut_amb_tv,cs_amb_tv_peeing

    cut_armenian1,cs_ped_foot_dusty
    cut_armenian1,cs_arm2_muz_smg
    cut_armenian2,muz_assault_rifle
    cut_armenian2,cs_bike_exhaust
    cut_armenian2,veh_exhaust_car
    cut_armenian2,eject_minigun
    cut_armenian2,eject_pistol
    cut_armenian2,blood_entry
    cut_armenian2,eject_auto
    cut_armenian2,muz_pistol

    cut_bigscore,cs_dry_ice_freezer_floor
    cut_bigscore,cs_dry_ice_freezer_door
    cut_bigscore,cs_dry_ice_point

    cut_carsteal1,cs_wheel_fric_sand_Bike
    cut_carsteal1,veh_exhaust_car
    cut_carsteal5,cs_car2_bang_blood
    cut_carsteal5,veh_exhaust_car

    cut_chinese1,cs_dry_ice_freezer_floor
    cut_chinese1,cs_dry_ice_freezer_door
    cut_chinese1,cs_ch1_veh_exhaust_car
    cut_chinese1,cs_ch1_head_bang_blood
    cut_chinese1,cs_cig_exhale_mouth
    cut_chinese1,cs_ch1_bourbon_pour
    cut_chinese1,cs_head_kick_blood
    cut_chinese1,cs_cig_exhale_nose
    cut_chinese1,cs_dry_ice_point
    cut_chinese1,cs_cig_smoke

    cut_exile1,ent_amb_sparking_wires_sm_sp
    cut_exile1,cs_ex1_sparking_wires_sm
    cut_exile1,cs_ex1_elec_malfunction
    cut_exile1,cs_ex1_plane_break_R
    cut_exile1,cs_ex1_plane_spark_L
    cut_exile1,cs_ex1_plane_break_L
    cut_exile1,cs_ex1_wing_smoulder
    cut_exile1,cs_ex1_plane_spark_R
    cut_exile1,cs_ex1_plane_impacts
    cut_exile1,cs_ex1_cargo_fire
    cut_exile1,ent_amb_peeing
    cut_exile1,eject_shotgun
    cut_exile1,bul_carmetal
    cut_exile1,muz_shotgun
    cut_exile1,muz_pistol

    cut_exile2,cs_exile2_gas_liquid_pour
    cut_exile2,scr_ex2_jeep_engine_fire
    cut_exile2,cs_fridge_door_cold_mist
    cut_exile2,sp_petrolcan_splash_CS
    cut_exile2,cs_exile2_iron_steam
    cut_exile2,cs_weap_petrol_can
    cut_exile2,cs_ex2_jeep_crash

    cut_exile3,cs_ex3_water_drips
    cut_exile3,cs_ex3_wheel_spin
    cut_exile3,cs_ex1_water_body
    cut_exile3,cs_ex1_water_arms
    cut_exile3,cs_ex1_water_box
    cut_exile3,cs_ex3_sand_dust

    cut_extreme,cs_ped_foot_dusty
    cut_extreme,cs_extr_bang_dirt

    cut_family1,cs_mich1_lighter_sparks
    cut_family1,cs_mich1_lighter_flame
    cut_family1,cs_cig_smoke_stub_out
    cut_family1,cs_fam1_bourbon_pour
    cut_family1,cs_cig_exhale_mouth
    cut_family1,cs_cig_exhale_nose
    cut_family1,cs_fam6_hair_snip
    cut_family1,veh_exhaust_car
    cut_family1,cs_cig_smoke

    cut_family2,cs_fam2_ped_water_splash
    cut_family2,cs_water_splash_jetski
    cut_family2,cs_cig_smoke_stub_out
    cut_family2,cs_fam2_radio_splash
    cut_family2,cs_cig_exhale_mouth
    cut_family2,cs_cig_smoke_inhale
    cut_family2,cs_fam2_ped_splash
    cut_family2,cs_cig_exhale_nose
    cut_family2,cs_fam2_foot_sand
    cut_family2,ped_water_drips
    cut_family2,cs_cig_smoke

    cut_family3,cs_fam3_cig_exhale_mouth
    cut_family3,cs_mich1_lighter_sparks
    cut_family3,cs_mich1_lighter_flame
    cut_family3,cs_fam3_brk_pot_plant
    cut_family3,cs_fam3_drool_drip
    cut_family3,cs_cig_exhale_nose
    cut_family3,cs_cig_smoke

    cut_family4,cs_fam4_fridge_door
    cut_family4,cs_fam4_shot_chandelier
    cut_family4,cs_fam4_liquid_broccoli
    cut_family4,wheel_decal_water_deep
    cut_family4,cs_fam4_whiskey_splash
    cut_family4,water_splash_veh_wade
    cut_family4,cs_fam4_whiskey_pour
    cut_family4,cs_fam4_juice_splash
    cut_family4,cs_fam4_juice_shot
    cut_family4,cs_fam4_juice_pour
    cut_family4,cs_fam4_juice_spit
    cut_family4,cs_fam4_water_pour
    cut_family4,muz_pistol

    cut_family5,cs_fam5_water_splash_ped_wade
    cut_family5,cs_fam5_water_splash_ped_out
    cut_family5,cs_fam5_michael_pool_splash
    cut_family5,cs_fam5_water_splash_ped
    cut_family5,cs_mich1_lighter_sparks
    cut_family5,cs_fam5_ped_water_drips
    cut_family5,cs_mich1_lighter_flame
    cut_family5,cs_fam4_whiskey_splash
    cut_family5,ped_underwater_trails
    cut_family5,cs_fam5_bourbon_pour
    cut_family5,cs_alien_hand_light
    cut_family5,cs_cig_exhale_mouth
    cut_family5,cs_cig_exhale_nose
    cut_family5,cs_alien_light_bed
    cut_family5,ped_breath_water
    cut_family5,cs_cig_smoke

  • Liste ID des Props, Vehicules, Animations, PNJ, Armes, Couleurs (0 Replies)
    11/27/2017 12:27 PM, by GAMINGMODDINGPS3
    Salut à tous 

     

    Je suis malencontreusement tombé sur le répertoire du site d'un mod menu :trollface:
    J'ai donc pu récupérer l'ensemble des ID de diverses choses :trollface:

    Le truc c'est que ça passe pas sur le post direct, ni en pastebin donc je vous file les .txt en lien mega comme ça vous les garderez 
    ​
    Voici donc le lien vers le dossier qui comprends :
    Animations.txt
    Armes.txt
    Couleurs.txt
    Objets.txt
    Pickup.txt (yé sais pas ce que c'est)
    PNJ.txt
    Props.txt
    Véhicules.txt 

       https://mega.nz/#F!HN8R0DLI!n9p8UzVfrLsjW3xNdZ_uPQ

    SI ça vous intéresse je peux sortir plus de trucs qui concernent peut être le menu en lui-même, moi je sais pas ce que ça vaut ni ce que c'est genre :
    Code:

    PLAYER
    Ped GET_PLAYER_PED(Player player) // 43A66C31C68491C0 6E31E993
    Returns ped for a player
    Ped GET_PLAYER_PED_SCRIPT_INDEX(Player player) // 50FAC3A3E030A6E1 6AC64990
    void SET_PLAYER_MODEL(Player player, Hash model) // 00A1CADD00108836 774A4C54
    void CHANGE_PLAYER_PED(Player player, Ped ped, BOOL p2, BOOL p3) // 048189FAC643DEEE BE515485
    void GET_PLAYER_RGB_COLOUR(Player player, int *r, int *g, int *b) // E902EF951DCE178F 6EF43BBB
    int GET_NUMBER_OF_PLAYERS() // 407C7F91DDB46C16 4C1B8867
    int GET_PLAYER_TEAM(Player player) // 37039302F4E0A008 9873E404
    void SET_PLAYER_TEAM(Player player, int team) // 0299FA38396A4940 725ADCF2
    Set player team on deathmatch and last team standing..
    teams +1 +2 +3
    Ou :
    Code:
    void main() {
    l_2 = 1;
    l_3 = 134;
    l_4 = 134;
    l_5 = 1;
    l_6 = 1;
    l_7 = 1;
    l_8 = 134;
    l_9 = 1;
    l_A = 12;
    l_B = 12;
    l_E = 0.001;
    l_13 = "NULL";
    GAMEPLAY::NETWORK_SET_SCRIPT_IS_SAFE_FOR_NETWORK_GAME();
    __505_$CE276F64C13FCAE9();
    while (1) {
    SYSTEM::WAIT(0);
    if (sub_60(l_14, l_14._f1, l_14._f2)) {
    SCRIPT::TERMINATE_THIS_THREAD();
    }
    }
    }
    auto sub_60(auto a_0, auto a_1, auto a_2) {
    if (a_0 == 6) {
    if (sub_477e6()) {
    if (((((((g_188880 == 8) || (g_188880 == 2)) || (g_188880 == 32)) || (g_188880 == 1)) || (g_188880 == 3)) || (g_188880 == 7)) || (g_188880 == 0)) {
    return 1;
    }
    }
    }
    if (a_0 == 27) {
    return 1;
    }
    switch (g_40001._f913) {
    case 0:
    sub_35b00(a_0, a_1, a_2);
    g_40001._f913 += 1;
    break;
    case 1:
    sub_3522d(a_0, a_1);
    g_40001._f913 += 1;
    break;
    case 2:
    sub_34d2a(a_0, a_1);
    g_40001._f913 += 1;
    break;


     

    Voilà, voilà, ENJOY !

  • [TUTO] Comment spawn un véhicule/ped/objet en ligne avec un script (0 Replies)
    11/27/2017 12:23 PM, by GAMINGMODDINGPS3
    Faire spawn en ligne n'est pas aussi simple qu'avec un sprx, c'est pour cela qu'il a fallu du temps avant d'avoir un vehicle spawner fonctionnel et visible pour tout le monde, pour les objets on peut les spawn mais c'est impossible de faire en sorte qu'ils ne bougent pas quand des autres joueurs sont dans la zone.

     

    D'abord soyez sûr d'avoir utilisé cette native NETWORK_SET_SCRIPT_IS_SAFE_FOR_NETWORK_GAME au début de votre script, j'ai eu quelques problèmes en faisant spawn des maps sans cette native.

    Puis, nous allons faire en sorte que votre script se transforme en un network script, mettez ceci dans votre boucle principale :
    Code:

    if (NETWORK_IS_GAME_IN_PROGRESS() && !NETWORK_GET_THIS_SCRIPT_IS_NETWORK_SCRIPT())
    {
    NETWORK_SET_THIS_SCRIPT_IS_NETWORK_SCRIPT(LobbySizeWithSpectators, 0, -1);
    NETWORK_GET_SCRIPT_STATUS();
    }


    Sans ça vous pourrez rien spawn en ligne et vous allez freeze comme un noob, ça permet de faire fonctionner plusieurs natives network qui ne fonctionnent pas sans comme set_network_id_can_migrate si je me souviens bien.
    LobbySizeWithSpectators correspond à 18, cette variable est déjà déclaré si vous utilisez le compilateur de ap ii intense et xbltoothpik.
    NETWORK_GET_SCRIPT_STATUS devrait être complètement inutile comme on utilise pas la valeur retourné mais pour une raison bizarre rien ne spawn si on ne l'appelle pas.
    Si vous voulez spawn un objet directement au début de votre script il faut utiliser WAIT(255); après NETWORK_GET_SCRIPT_STATUS pour que le script est le temps de se transformer en un network script, sinon rien ne devrait spawn au début.

     

    Maintenant on va faire notre fonction de spawn de véhicule, pour commencer on va charger notre model:
    Code:

    REQUEST_MODEL(VEHICLE_ADDER);
    while (!HAS_MODEL_LOADED(VEHICLE_ADDER))
    WAIT(0);
    seconde partie :
    Code:
    if (NETWORK_IS_GAME_IN_PROGRESS() && CAN_REGISTER_MISSION_VEHICLES(1))
    {
    RESERVE_NETWORK_MISSION_VEHICLES(1);
    Vehicle veh = CREATE_VEHICLE(VEHICLE_ADDER, GET_ENTITY_COORDS(PLAYER_PED_ID(), true), 0, true, 1);


    On vérifie si on est bien ligne et qu'on peut enregistrer un véhicule puis on le reserve et on le spawn.
    Pensez à bien utiliser true pour le bool utiliser par create_vehicle, c'est ça qui définit si le véhicule spawn est une véhicule online ou non.

     

    Dernière partie, on enregistre le véhicule on choppe son network id et on faire en sorte qu'il existe pour tous les autres joueurs :
    Code:

    if (NETWORK_DOES_NETWORK_ID_EXIST(netId))
    {
    _SET_ENTITY_REGISTER(ped, true);
    if (NETWORK_GET_ENTITY_IS_NETWORKED(ped))
    SET_NETWORK_ID_EXISTS_ON_ALL_MACHINES(netId, true);
    }


    Voilà comme ça vous aurait pas l'air d'un guignol à sauter dans le vide sur l'écran des autres joueurs.

     

    Seul problème c'est qu'il y a une limite de réservation/enregistrement d'entités, 50 pour les peds et 60 pour les véhicules et les objets ce qui est dommage pour faire spawn des maps en ligne vu que normalement on peut spawn jusqu'à 249 objets.
    Pour évitez d'atteindre cette limite vous pouvez utiliser SET_ENTITY_AS_NO_LONGER_NEEDED ça supprimera l'entité quand vous êtes loin de celle-ci.
    Si vous n'utilisez pas CAN_REGISTER_MISSION_VEHICLES(1) vous pourrez toujours spawn après la limite atteinte mais les autres joueurs ne verront pas ce que vous faite spawn.
    Utilisez SET_NETWORK_ID_CAN_MIGRATE(netId, false) après SET_NETWORK_ID_EXISTS_ON_ALL_MACHINES pour éviter que les objets bougent.

    J'ai fait une source pour exemple que vous pourrez trouver ici : https://pastebin.com/J3hXG8pf

    b
    y https://realitygaming.fr/threads/comment-spawn-un-vehicule-ped-objet-en-ligne-avec-un-script.601865/


    créé par EROOTIIK, 7 Juillet 2017.

  • GTA V Animations List (0 Replies)
    11/23/2017 03:07 PM, by GAMINGMODDINGPS3
    // www.GMPS.ML

     

    amb@bagels@male@walking@ static
    amb@code_human_cower@female@base base
    amb@code_human_cower@female@enter enter
    amb@code_human_cower@female@exit exit_flee
    amb@code_human_cower@female@idle_a idle_c
    amb@code_human_cower@female@react_cowering base_back_left
    amb@code_human_cower@male@base base
    amb@code_human_cower@male@enter enter
    amb@code_human_cower@male@exit exit_flee
    amb@code_human_cower@male@idle_a idle_b
    amb@code_human_cower@male@idle_b idle_d
    amb@code_human_cower@male@react_cowering base_back_left
    amb@code_human_cower_stand@female@base base
    amb@code_human_cower_stand@female@enter enter
    amb@code_human_cower_stand@female@exit exit_flee
    amb@code_human_cower_stand@female@idle_a idle_c
    amb@code_human_cower_stand@female@react_cowering base_back_left_exit
    amb@code_human_cower_stand@male@base base
    amb@code_human_cower_stand@male@enter enter
    amb@code_human_cower_stand@male@exit exit_flee
    amb@code_human_cower_stand@male@idle_a idle_b
    amb@code_human_cower_stand@male@react_cowering base_right
    amb@code_human_cross_road@female@base base
    amb@code_human_cross_road@female@idle_a idle_c
    amb@code_human_cross_road@female@idle_enter idle_intro
    amb@code_human_cross_road@male@base base
    amb@code_human_cross_road@male@idle_a idle_e
    amb@code_human_cross_road@male@idle_enter idle_enter
    amb@code_human_in_bus_passenger_idles@female@sit@base base
    amb@code_human_in_bus_passenger_idles@female@sit@idle_a idle_b
    amb@code_human_in_bus_passenger_idles@female@tablet@base base
    amb@code_human_in_bus_passenger_idles@female@tablet@idle_a idle_a
    amb@code_human_in_bus_passenger_idles@male@coffee@base base
    amb@code_human_in_bus_passenger_idles@male@coffee@idle_a idle_b
    amb@code_human_in_bus_passenger_idles@male@sit@base base
    amb@code_human_in_bus_passenger_idles@male@sit@idle_a idle_a
    amb@code_human_in_bus_passenger_idles@male@sit@idle_b idle_e
    amb@code_human_in_car_idles@generic@ds@base base
    amb@code_human_in_car_idles@generic@ds@idle_a idle_a
    amb@code_human_in_car_idles@generic@ds@idle_b idle_d
    amb@code_human_in_car_idles@generic@ds@idle_c idle_g
    amb@code_human_in_car_idles@generic@ds@idle_d idle_j
    amb@code_human_in_car_idles@generic@ds@idle_d idle_l
    amb@code_human_in_car_idles@generic@ps@base base
    amb@code_human_in_car_idles@generic@ps@idle_a idle_c
    amb@code_human_in_car_idles@generic@ps@idle_b idle_d
    amb@code_human_in_car_idles@generic@ps@idle_c idle_g
    amb@code_human_in_car_idles@generic@ps@idle_d idle_j
    amb@code_human_in_car_idles@generic@ps@idle_e idle_m
    amb@code_human_in_car_idles@generic@rds@base base
    amb@code_human_in_car_idles@generic@rds@idle_a idle_c
    amb@code_human_in_car_idles@generic@rds@idle_b idle_d
    amb@code_human_in_car_idles@generic@rds@idle_c idle_g
    amb@code_human_in_car_idles@generic@rds@idle_d idle_j
    amb@code_human_in_car_idles@generic@rds@idle_e idle_n
    amb@code_human_in_car_idles@generic@rps@base base
    amb@code_human_in_car_idles@generic@rps@idle_a idle_a
    amb@code_human_in_car_idles@generic@rps@idle_b idle_d
    amb@code_human_in_car_idles@generic@rps@idle_c idle_g
    amb@code_human_in_car_idles@generic@rps@idle_d idle_j
    amb@code_human_in_car_idles@generic@rps@idle_e idle_n
    amb@code_human_in_car_idles@low@ds@base base
    amb@code_human_in_car_idles@low@ds@idle_a idle_a
    amb@code_human_in_car_idles@low@ds@idle_b idle_d
    amb@code_human_in_car_idles@low@ds@idle_c idle_g
    amb@code_human_in_car_idles@low@ds@idle_d idle_j
    amb@code_human_in_car_idles@low@ps@base base
    amb@code_human_in_car_idles@low@ps@idle_a idle_a
    amb@code_human_in_car_idles@low@ps@idle_b idle_d
    amb@code_human_in_car_idles@low@ps@idle_c idle_g
    amb@code_human_in_car_idles@low@ps@idle_d idle_j
    amb@code_human_in_car_idles@low@ps@idle_e idle_n
    amb@code_human_in_car_idles@van@ds@base base
    amb@code_human_in_car_idles@van@ds@idle_a idle_a
    amb@code_human_in_car_idles@van@ds@idle_b idle_d
    amb@code_human_in_car_idles@van@ds@idle_c idle_g
    amb@code_human_in_car_idles@van@ds@idle_c idle_i
    amb@code_human_in_car_idles@van@ds@idle_d idle_j
    amb@code_human_in_car_idles@van@ps@base base
    amb@code_human_in_car_idles@van@ps@idle_a idle_a
    amb@code_human_in_car_idles@van@ps@idle_b idle_d
    amb@code_human_in_car_idles@van@ps@idle_c idle_g
    amb@code_human_in_car_idles@van@ps@idle_c idle_i
    amb@code_human_in_car_idles@van@ps@idle_d idle_j
    amb@code_human_in_car_idles@van@ps@idle_e idle_n
    amb@code_human_in_car_mp_actions@arse_pick@bodhi@rds@base idle_a
    amb@code_human_in_car_mp_actions@arse_pick@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@arse_pick@std@ps@base enter
    amb@code_human_in_car_mp_actions@arse_pick@std@rds@base enter
    amb@code_human_in_car_mp_actions@arse_pick@std@rps@base enter
    amb@code_human_in_car_mp_actions@dance@bodhi@ds@base exit_fp
    amb@code_human_in_car_mp_actions@dance@bodhi@ps@base enter_fp
    amb@code_human_in_car_mp_actions@dance@bodhi@rds@base exit
    amb@code_human_in_car_mp_actions@dance@bodhi@rds@base idle_b
    amb@code_human_in_car_mp_actions@dance@bodhi@rds@base idle_c
    amb@code_human_in_car_mp_actions@dance@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@dance@low@ds@base enter
    amb@code_human_in_car_mp_actions@dance@low@ps@base enter
    amb@code_human_in_car_mp_actions@dance@low@ps@base exit
    amb@code_human_in_car_mp_actions@dance@std@ds@base enter
    amb@code_human_in_car_mp_actions@dance@std@ps@base enter
    amb@code_human_in_car_mp_actions@dance@std@rds@base enter
    amb@code_human_in_car_mp_actions@dance@std@rps@base enter
    amb@code_human_in_car_mp_actions@drink@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@drink@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@drink@low@ds@base enter
    amb@code_human_in_car_mp_actions@drink@low@ps@base enter
    amb@code_human_in_car_mp_actions@drink@std@ds@base enter
    amb@code_human_in_car_mp_actions@drink@std@ps@base enter
    amb@code_human_in_car_mp_actions@drink@std@rds@base enter
    amb@code_human_in_car_mp_actions@drink@std@rps@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@low@ds@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@low@ps@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@std@ds@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@std@ds@base idle_a
    amb@code_human_in_car_mp_actions@drink_bottle@std@ps@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@std@rds@base enter
    amb@code_human_in_car_mp_actions@drink_bottle@std@rps@base enter
    amb@code_human_in_car_mp_actions@finger@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@finger@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@finger@low@ds@base enter
    amb@code_human_in_car_mp_actions@finger@low@ps@base enter
    amb@code_human_in_car_mp_actions@finger@low@ps@base exit
    amb@code_human_in_car_mp_actions@finger@std@ds@base enter
    amb@code_human_in_car_mp_actions@finger@std@ds@base exit
    amb@code_human_in_car_mp_actions@finger@std@ps@base idle_a
    amb@code_human_in_car_mp_actions@finger@std@rds@base enter
    amb@code_human_in_car_mp_actions@finger@std@rps@base idle_a
    amb@code_human_in_car_mp_actions@first_person@smoke@std@ds@base enter
    amb@code_human_in_car_mp_actions@first_person@smoke@std@ps@base enter
    amb@code_human_in_car_mp_actions@first_person@smoke@std@rds@base enter
    amb@code_human_in_car_mp_actions@first_person@smoke@std@rps@base enter
    amb@code_human_in_car_mp_actions@fist_pump@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@fist_pump@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@fist_pump@low@base idle_a
    amb@code_human_in_car_mp_actions@fist_pump@low@ds@base enter
    amb@code_human_in_car_mp_actions@fist_pump@low@ds@base exit
    amb@code_human_in_car_mp_actions@fist_pump@low@ps@base enter
    amb@code_human_in_car_mp_actions@fist_pump@std@ds@base idle_a
    amb@code_human_in_car_mp_actions@fist_pump@std@ps@base idle_a
    amb@code_human_in_car_mp_actions@fist_pump@std@rds@base exit
    amb@code_human_in_car_mp_actions@fist_pump@std@rds@base idle_a
    amb@code_human_in_car_mp_actions@fist_pump@std@rps@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_a@bodhi@rds@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_a@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@gang_sign_a@low@ds@base enter
    amb@code_human_in_car_mp_actions@gang_sign_a@low@ps@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_a@std@ds@base enter
    amb@code_human_in_car_mp_actions@gang_sign_a@std@ps@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_a@std@rds@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_a@std@rps@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_b@low@ds@base enter
    amb@code_human_in_car_mp_actions@gang_sign_b@low@ps@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_b@std@ds@base idle_a
    amb@code_human_in_car_mp_actions@gang_sign_b@std@ps@base enter
    amb@code_human_in_car_mp_actions@gang_sign_b@std@rds@base enter
    amb@code_human_in_car_mp_actions@gang_sign_b@std@rps@base enter
    amb@code_human_in_car_mp_actions@grab_crotch@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@grab_crotch@bodhi@rds@base exit
    amb@code_human_in_car_mp_actions@grab_crotch@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@grab_crotch@bodhi@rps@base exit
    amb@code_human_in_car_mp_actions@grab_crotch@low@ds@base enter
    amb@code_human_in_car_mp_actions@grab_crotch@low@ds@base exit
    amb@code_human_in_car_mp_actions@grab_crotch@low@ps@base enter
    amb@code_human_in_car_mp_actions@grab_crotch@std@ds@base idle_a
    amb@code_human_in_car_mp_actions@grab_crotch@std@ps@base enter
    amb@code_human_in_car_mp_actions@grab_crotch@std@rds@base enter
    amb@code_human_in_car_mp_actions@grab_crotch@std@rps@base enter
    amb@code_human_in_car_mp_actions@nod@bodhi@ds@base nod_no_fp
    amb@code_human_in_car_mp_actions@nod@low@ds@base nod_no
    amb@code_human_in_car_mp_actions@nod@std@ds@base nod_no
    amb@code_human_in_car_mp_actions@rock@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@rock@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@rock@low@ds@base enter
    amb@code_human_in_car_mp_actions@rock@low@ps@base enter
    amb@code_human_in_car_mp_actions@rock@std@ds@base enter
    amb@code_human_in_car_mp_actions@rock@std@ps@base enter
    amb@code_human_in_car_mp_actions@rock@std@rds@base enter
    amb@code_human_in_car_mp_actions@rock@std@rps@base enter
    amb@code_human_in_car_mp_actions@smoke@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@smoke@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@smoke@low@ds@base enter
    amb@code_human_in_car_mp_actions@smoke@low@ds@base idle_a
    amb@code_human_in_car_mp_actions@smoke@low@ps@base enter
    amb@code_human_in_car_mp_actions@smoke@low@ps@base idle_a
    amb@code_human_in_car_mp_actions@smoke@low@ps@base idle_b
    amb@code_human_in_car_mp_actions@smoke@std@ds@base enter
    amb@code_human_in_car_mp_actions@smoke@std@ps@base enter
    amb@code_human_in_car_mp_actions@smoke@std@rds@base enter
    amb@code_human_in_car_mp_actions@smoke@std@rps@base enter
    amb@code_human_in_car_mp_actions@tit_squeeze@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@tit_squeeze@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@tit_squeeze@low@ps@base enter
    amb@code_human_in_car_mp_actions@tit_squeeze@std@ps@base enter
    amb@code_human_in_car_mp_actions@tit_squeeze@std@rds@base enter
    amb@code_human_in_car_mp_actions@tit_squeeze@std@rps@base enter
    amb@code_human_in_car_mp_actions@v_sign@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@v_sign@bodhi@rps@base idle_a
    amb@code_human_in_car_mp_actions@v_sign@low@ds@base enter
    amb@code_human_in_car_mp_actions@v_sign@low@ps@base enter
    amb@code_human_in_car_mp_actions@v_sign@std@ds@base enter
    amb@code_human_in_car_mp_actions@v_sign@std@ps@base enter
    amb@code_human_in_car_mp_actions@v_sign@std@rds@base enter
    amb@code_human_in_car_mp_actions@v_sign@std@rps@base enter
    amb@code_human_in_car_mp_actions@wank@bodhi@rds@base enter
    amb@code_human_in_car_mp_actions@wank@bodhi@rps@ idle_a
    amb@code_human_in_car_mp_actions@wank@bodhi@rps@base enter
    amb@code_human_in_car_mp_actions@wank@low@ds@base enter
    amb@code_human_in_car_mp_actions@wank@low@ds@base exit
    amb@code_human_in_car_mp_actions@wank@low@ps@base enter
    amb@code_human_in_car_mp_actions@wank@std@ds@base exit
    amb@code_human_in_car_mp_actions@wank@std@ds@base idle_a
    amb@code_human_in_car_mp_actions@wank@std@ps@base enter
    amb@code_human_in_car_mp_actions@wank@std@rds@base enter
    amb@code_human_in_car_mp_actions@wank@std@rps@base enter
    amb@code_human_in_car_music@generic@ds@base base
    amb@code_human_in_car_music@generic@ds@idle_a idle_a
    amb@code_human_in_car_music@generic@ps@base base
    amb@code_human_in_car_music@generic@ps@idle_a idle_a
    amb@code_human_in_car_music@generic@rds@base base
    amb@code_human_in_car_music@generic@rds@idle_a idle_a
    amb@code_human_in_car_music@generic@rps@base base
    amb@code_human_in_car_music@generic@rps@idle_a idle_a
    amb@code_human_in_car_music@low@ds@base base
    amb@code_human_in_car_music@low@ds@idle_a idle_a
    amb@code_human_in_car_music@low@ps@base base
    amb@code_human_in_car_music@low@ps@idle_a idle_a
    amb@code_human_in_car_music@van@ds@base base
    amb@code_human_in_car_music@van@ds@idle_a idle_a
    amb@code_human_in_car_music@van@ps@base base
    amb@code_human_in_car_music@van@ps@idle_a idle_a
    amb@code_human_police_crowd_control@base base
    amb@code_human_police_crowd_control@idle_a idle_a
    amb@code_human_police_crowd_control@idle_a idle_b
    amb@code_human_police_crowd_control@idle_b idle_d
    amb@code_human_police_crowd_control@idle_intro idle_intro
    amb@code_human_police_investigate@base base
    amb@code_human_police_investigate@idle_a idle_a
    amb@code_human_police_investigate@idle_b idle_d
    amb@code_human_police_investigate@idle_b idle_f
    amb@code_human_police_investigate@idle_intro idle_intro
    amb@code_human_train_driver@base sit
    amb@code_human_train_driver@idle_a idle_a
    amb@code_human_wander_clipboard@male@base static
    amb@code_human_wander_clipboard@male@idle_a idle_b
    amb@code_human_wander_drinking@beer@female@base static
    amb@code_human_wander_drinking@beer@female@idle_a idle_a
    amb@code_human_wander_drinking@beer@female@idle_a idle_c
    amb@code_human_wander_drinking@beer@male@base static
    amb@code_human_wander_drinking@beer@male@idle_a idle_a
    amb@code_human_wander_drinking@beer@male@idle_a idle_c
    amb@code_human_wander_drinking@female@base static
    amb@code_human_wander_drinking@female@idle_a idle_b
    amb@code_human_wander_drinking@male@base static
    amb@code_human_wander_drinking@male@idle_a idle_c
    amb@code_human_wander_drinking_fat@beer@female@base static
    amb@code_human_wander_drinking_fat@beer@female@idle_a idle_a
    amb@code_human_wander_drinking_fat@beer@male@base static
    amb@code_human_wander_drinking_fat@beer@male@idle_a idle_a
    amb@code_human_wander_drinking_fat@female@base static
    amb@code_human_wander_drinking_fat@female@idle_a idle_a
    amb@code_human_wander_drinking_fat@male@base static
    amb@code_human_wander_drinking_fat@male@idle_a idle_c
    amb@code_human_wander_eating_donut@female@base static
    amb@code_human_wander_eating_donut@female@idle_a idle_b
    amb@code_human_wander_eating_donut@male@base static
    amb@code_human_wander_eating_donut@male@idle_a idle_c
    amb@code_human_wander_eating_donut_fat@female@base static
    amb@code_human_wander_eating_donut_fat@female@idle_a idle_a
    amb@code_human_wander_eating_donut_fat@male@base static
    amb@code_human_wander_eating_donut_fat@male@idle_a idle_a
    amb@code_human_wander_eating_donut_fat@male@idle_a idle_b
    amb@code_human_wander_gardener_leaf_blower@base static
    amb@code_human_wander_gardener_leaf_blower@idle_a idle_a
    amb@code_human_wander_idles@female@idle_a idle_c_lookaround
    amb@code_human_wander_idles@female@idle_b idle_d_trip
    amb@code_human_wander_idles@female@idle_b idle_f_checkwatch
    amb@code_human_wander_idles@male@idle_a idle_b_rubnose
    amb@code_human_wander_idles@male@idle_b idle_d_eyerub
    amb@code_human_wander_idles_cop@female@base base
    amb@code_human_wander_idles_cop@female@idle_a idle_a
    amb@code_human_wander_idles_cop@female@static static
    amb@code_human_wander_idles_cop@male@base base
    amb@code_human_wander_idles_cop@male@idle_a idle_a
    amb@code_human_wander_idles_cop@male@idle_a idle_c
    amb@code_human_wander_idles_cop@male@static static
    amb@code_human_wander_idles_fat@female@idle_a idle_a_hairtouch
    amb@code_human_wander_idles_fat@female@idle_b idle_e_checkwatch
    amb@code_human_wander_idles_fat@female@static static
    amb@code_human_wander_idles_fat@male@idle_a idle_a_wristwatch
    amb@code_human_wander_idles_fat@male@idle_b idle_d_eyerub
    amb@code_human_wander_idles_fat@male@static static
    amb@code_human_wander_mobile@female@base static
    amb@code_human_wander_mobile@female@enter enter
    amb@code_human_wander_mobile@female@exit exit
    amb@code_human_wander_mobile@female@idle_a idle_a
    amb@code_human_wander_mobile@male@base static
    amb@code_human_wander_mobile@male@enter enter
    amb@code_human_wander_mobile@male@exit exit
    amb@code_human_wander_mobile@male@idle_a idle_b
    amb@code_human_wander_mobile_fat@female@base static
    amb@code_human_wander_mobile_fat@female@enter enter
    amb@code_human_wander_mobile_fat@female@exit exit
    amb@code_human_wander_mobile_fat@female@idle_a idle_a
    amb@code_human_wander_mobile_fat@male@base static
    amb@code_human_wander_mobile_fat@male@enter enter
    amb@code_human_wander_mobile_fat@male@exit exit
    amb@code_human_wander_mobile_fat@male@idle_a idle_a
    amb@code_human_wander_music_listen@female@base static
    amb@code_human_wander_music_listen@female@idle_a idle_c
    amb@code_human_wander_music_listen@male@base static
    amb@code_human_wander_music_listen@male@idle_a idle_a
    amb@code_human_wander_purse@female@base static
    amb@code_human_wander_purse@female@idle_a idle_a
    amb@code_human_wander_rain@female@base static
    amb@code_human_wander_rain@female@idle_a idle_a
    amb@code_human_wander_rain@female@idle_a idle_c
    amb@code_human_wander_rain@female@idle_b idle_d
    amb@code_human_wander_rain@male_a@base static
    amb@code_human_wander_rain@male_a@idle_a idle_a
    amb@code_human_wander_rain@male_b@base static
    amb@code_human_wander_rain@male_b@idle_a idle_a
    amb@code_human_wander_rain@male_b@idle_a idle_c
    amb@code_human_wander_smoking@female@base static
    amb@code_human_wander_smoking@female@idle_a idle_b
    amb@code_human_wander_smoking@male@base static
    amb@code_human_wander_smoking@male@idle_a idle_a
    amb@code_human_wander_smoking_fat@female@base static
    amb@code_human_wander_smoking_fat@female@idle_a idle_c
    amb@code_human_wander_smoking_fat@male@base static
    amb@code_human_wander_smoking_fat@male@idle_a idle_b
    amb@code_human_wander_texting@female@base static
    amb@code_human_wander_texting@female@enter enter
    amb@code_human_wander_texting@female@exit exit
    amb@code_human_wander_texting@female@idle_a idle_c
    amb@code_human_wander_texting@female@idle_b idle_d
    amb@code_human_wander_texting@male@base static
    amb@code_human_wander_texting@male@enter enter
    amb@code_human_wander_texting@male@exit exit
    amb@code_human_wander_texting@male@idle_a idle_a
    amb@code_human_wander_texting@male@idle_a idle_b
    amb@code_human_wander_texting@male@idle_a idle_c
    amb@code_human_wander_texting_fat@female@base static
    amb@code_human_wander_texting_fat@female@enter enter
    amb@code_human_wander_texting_fat@female@exit exit
    amb@code_human_wander_texting_fat@female@idle_a idle_c
    amb@code_human_wander_texting_fat@male@base static
    amb@code_human_wander_texting_fat@male@enter enter
    amb@code_human_wander_texting_fat@male@exit exit
    amb@code_human_wander_texting_fat@male@idle_a idle_a
    amb@code_human_wander_texting_fat@male@idle_a idle_b
    amb@incar@male@patrol@base base
    amb@incar@male@patrol@ds@base base
    amb@incar@male@patrol@ds@enter enter
    amb@incar@male@patrol@ds@exit exit
    amb@incar@male@patrol@ds@idle_a idle_c
    amb@incar@male@patrol@ds@idle_b idle_d
    amb@incar@male@patrol@enter enter
    amb@incar@male@patrol@exit exit
    amb@incar@male@patrol@idle_a idle_c
    amb@incar@male@patrol@idle_b idle_d
    amb@incar@male@patrol@ps@base base
    amb@incar@male@patrol@ps@enter enter
    amb@incar@male@patrol@ps@exit exit
    amb@incar@male@patrol@ps@idle_a idle_a
    amb@incar@male@patrol@ps@idle_b idle_e
    amb@incar@male@patrol@torch@base base
    amb@incar@male@patrol@torch@enter enter
    amb@incar@male@patrol@torch@exit exit
    amb@incar@male@patrol@torch@idle_a idle_a
    amb@incar@male@patrol@torch@idle_b idle_d
    amb@incar@male@security@base base
    amb@incar@male@security@enter enter
    amb@incar@male@security@exit exit
    amb@incar@male@security@idle_a idle_a
    amb@incar@male@security@idle_b idle_d
    amb@incar@male@smoking@base base
    amb@incar@male@smoking@enter enter
    amb@incar@male@smoking@exit exit
    amb@incar@male@smoking@idle_a idle_a
    amb@incar@male@smoking@idle_b idle_d
    amb@incar@male@smoking_low@base base
    amb@incar@male@smoking_low@enter enter
    amb@incar@male@smoking_low@exit exit
    amb@incar@male@smoking_low@idle_a idle_a
    amb@incar@male@smoking_low@idle_b idle_d
    amb@incar@male@smoking_van@base base
    amb@incar@male@smoking_van@enter enter
    amb@incar@male@smoking_van@exit exit
    amb@incar@male@smoking_van@idle_a idle_a
    amb@incar@male@smoking_van@idle_b idle_e
    amb@lo_res_idles@ arms_up_lo_res_base
    amb@lo_res_idles@ creatures_world_rottweiler_sitting_lo_res_base
    amb@lo_res_idles@ generic_seating_lo_res_base
    amb@lo_res_idles@ prop_human_deckchair_drink_male_lo_res_base
    amb@lo_res_idles@ squat_lo_res_base
    amb@lo_res_idles@ world_human_bum_slumped_right_lo_res_base
    amb@lo_res_idles@ world_human_lean_female_holding_elbow_lo_res_base
    amb@lo_res_idles@ world_human_lean_female_texting_lo_res_base
    amb@lo_res_idles@ world_human_lean_male_texting_lo_res_base
    amb@lo_res_idles@ world_human_maid_clean_lo_res_base
    amb@lo_res_idles@ world_human_musician_guitar_lo_res_base
    amb@medic@standing@kneel@base base
    amb@medic@standing@kneel@enter enter
    amb@medic@standing@kneel@exit exit_flee
    amb@medic@standing@kneel@idle_a idle_a
    amb@medic@standing@tendtodead@base base
    amb@medic@standing@tendtodead@enter enter
    amb@medic@standing@tendtodead@exit exit_flee
    amb@medic@standing@tendtodead@idle_a idle_a
    amb@medic@standing@timeofdeath@base base
    amb@medic@standing@timeofdeath@enter enter
    amb@medic@standing@timeofdeath@exit exit_flee
    amb@medic@standing@timeofdeath@exit exit
    amb@medic@standing@timeofdeath@idle_a idle_a
    amb@medic@standing@timeofdeath@idle_a idle_b
    amb@prop_human_atm@female@base base
    amb@prop_human_atm@female@enter enter
    amb@prop_human_atm@female@exit exit
    amb@prop_human_atm@female@idle_a idle_a
    amb@prop_human_atm@male@base base
    amb@prop_human_atm@male@enter enter
    amb@prop_human_atm@male@exit exit
    amb@prop_human_atm@male@idle_a idle_b
    amb@prop_human_bbq@male@base base
    amb@prop_human_bbq@male@enter enter
    amb@prop_human_bbq@male@exit exit
    amb@prop_human_bbq@male@idle_a idle_b
    amb@prop_human_bbq@male@idle_b idle_d
    amb@prop_human_bum_bin@base base
    amb@prop_human_bum_bin@enter enter
    amb@prop_human_bum_bin@exit exit
    amb@prop_human_bum_bin@idle_a idle_a
    amb@prop_human_bum_bin@idle_b idle_d
    amb@prop_human_bum_bin@react_flee flee_forward
    amb@prop_human_bum_shopping_cart@male@base base
    amb@prop_human_bum_shopping_cart@male@enter enter
    amb@prop_human_bum_shopping_cart@male@idle_a idle_a
    amb@prop_human_movie_bulb@base base
    amb@prop_human_movie_bulb@exit exit
    amb@prop_human_movie_bulb@idle_a idle_a
    amb@prop_human_movie_studio_light@base base
    amb@prop_human_movie_studio_light@exit exit
    amb@prop_human_movie_studio_light@idle_a idle_b
    amb@prop_human_muscle_chin_ups@male@base base
    amb@prop_human_muscle_chin_ups@male@enter enter
    amb@prop_human_muscle_chin_ups@male@exit exit_flee
    amb@prop_human_muscle_chin_ups@male@idle_a idle_a
    amb@prop_human_parking_meter@female@base base_female
    amb@prop_human_parking_meter@female@enter enter_female
    amb@prop_human_parking_meter@female@exit exit_female
    amb@prop_human_parking_meter@female@idle_a idle_b_female
    amb@prop_human_parking_meter@male@base base
    amb@prop_human_parking_meter@male@enter enter
    amb@prop_human_parking_meter@male@exit exit
    amb@prop_human_parking_meter@male@idle_a idle_a
    amb@prop_human_seat_bar@female@elbows_on_bar@base base
    amb@prop_human_seat_bar@female@elbows_on_bar@idle_a idle_a
    amb@prop_human_seat_bar@female@elbows_on_bar@idle_b idle_e
    amb@prop_human_seat_bar@female@elbows_on_bar@react_coward enter_left_back
    amb@prop_human_seat_bar@female@elbows_on_bar@react_cowering enter_front
    amb@prop_human_seat_bar@female@elbows_on_bar@react_cowering enter_left_back
    amb@prop_human_seat_bar@female@elbows_on_bar@react_cowering enter_right_back
    amb@prop_human_seat_bar@female@elbows_on_bar@react_cowering exit_right_back
    amb@prop_human_seat_bar@female@elbows_on_bar@react_cowering idle_left
    amb@prop_human_seat_bar@female@elbows_on_bar@react_flee flee_right_exit_right
    amb@prop_human_seat_bar@female@elbows_on_bar@react_shock right_back
    amb@prop_human_seat_bar@female@left_elbow_on_bar@base base
    amb@prop_human_seat_bar@female@left_elbow_on_bar@idle_a idle_a
    amb@prop_human_seat_bar@female@left_elbow_on_bar@idle_b idle_d
    amb@prop_human_seat_bar@female@left_elbow_on_bar@react_coward exit_left
    amb@prop_human_seat_bar@female@left_elbow_on_bar@react_flee flee_right_exit_right
    amb@prop_human_seat_bar@female@left_elbow_on_bar@react_shock right_back
    amb@prop_human_seat_bar@male@elbows_on_bar@base base
    amb@prop_human_seat_bar@male@elbows_on_bar@idle_a idle_a
    amb@prop_human_seat_bar@male@elbows_on_bar@idle_b idle_d
    amb@prop_human_seat_bar@male@elbows_on_bar@react_aggressive exit_left_back
    amb@prop_human_seat_bar@male@elbows_on_bar@react_coward enter_right
    amb@prop_human_seat_bar@male@elbows_on_bar@react_cowering enter_back
    amb@prop_human_seat_bar@male@elbows_on_bar@react_cowering exit_right_back
    amb@prop_human_seat_bar@male@elbows_on_bar@react_flee flee_right_exit_right
    amb@prop_human_seat_bar@male@elbows_on_bar@react_shock left_back
    amb@prop_human_seat_bar@male@hands_on_bar@base base
    amb@prop_human_seat_bar@male@hands_on_bar@idle_a idle_a
    amb@prop_human_seat_bar@male@hands_on_bar@idle_b idle_d
    amb@prop_human_seat_bar@male@hands_on_bar@react_aggressive enter_left
    amb@prop_human_seat_bar@male@hands_on_bar@react_aggressive enter_right_back
    amb@prop_human_seat_bar@male@hands_on_bar@react_coward enter_left_back
    amb@prop_human_seat_bar@male@hands_on_bar@react_cower idle_right_back
    amb@prop_human_seat_bar@male@hands_on_bar@react_cowering enter_front
    amb@prop_human_seat_bar@male@hands_on_bar@react_flee flee_right_exit_forward
    amb@prop_human_seat_bar@male@hands_on_bar@react_shock forward
    amb@prop_human_seat_chair@female@arms_folded@base base
    amb@prop_human_seat_chair@female@arms_folded@enter enter_fwd
    amb@prop_human_seat_chair@female@arms_folded@exit exit_fwd
    amb@prop_human_seat_chair@female@arms_folded@idle_a idle_a
    amb@prop_human_seat_chair@female@arms_folded@idle_b idle_e
    amb@prop_human_seat_chair@female@arms_folded@react_coward exit_right
    amb@prop_human_seat_chair@female@arms_folded@react_cowering enter_left
    amb@prop_human_seat_chair@female@arms_folded@react_flee exit_back
    amb@prop_human_seat_chair@female@arms_folded@react_shock back_left
    amb@prop_human_seat_chair@female@legs_crossed@base base
    amb@prop_human_seat_chair@female@legs_crossed@enter enter_fwd
    amb@prop_human_seat_chair@female@legs_crossed@exit exit_fwd
    amb@prop_human_seat_chair@female@legs_crossed@idle_a idle_a
    amb@prop_human_seat_chair@female@legs_crossed@idle_b idle_e
    amb@prop_human_seat_chair@female@legs_crossed@react_coward enter_left
    amb@prop_human_seat_chair@female@legs_crossed@react_cowering enter_right
    amb@prop_human_seat_chair@female@legs_crossed@react_flee exit_fwd
    amb@prop_human_seat_chair@female@legs_crossed@react_shock back_left
    amb@prop_human_seat_chair@female@proper@base base
    amb@prop_human_seat_chair@female@proper@enter enter_fwd
    amb@prop_human_seat_chair@female@proper@exit exit_forward
    amb@prop_human_seat_chair@female@proper@idle_a idle_a
    amb@prop_human_seat_chair@female@proper@idle_b idle_d
    amb@prop_human_seat_chair@female@proper@react_coward enter_back
    amb@prop_human_seat_chair@female@proper@react_cowering enter_left
    amb@prop_human_seat_chair@female@proper@react_exit_table left_back
    amb@prop_human_seat_chair@female@proper@react_flee exit_right
    amb@prop_human_seat_chair@female@proper@react_flee_table left_fwd
    amb@prop_human_seat_chair@female@proper@react_shock back_right
    amb@prop_human_seat_chair@female@proper@react_shock right
    amb@prop_human_seat_chair@female@proper_skinny@base base
    amb@prop_human_seat_chair@female@proper_skinny@enter enter_fwd
    amb@prop_human_seat_chair@female@proper_skinny@exit exit_forward
    amb@prop_human_seat_chair@female@proper_skinny@idle_a idle_a
    amb@prop_human_seat_chair@female@proper_skinny@idle_b idle_e
    amb@prop_human_seat_chair@female@proper_skinny@react_coward enter_back
    amb@prop_human_seat_chair@female@proper_skinny@react_cowering cover_enter
    amb@prop_human_seat_chair@female@proper_skinny@react_cowering exit_back_left
    amb@prop_human_seat_chair@female@proper_skinny@react_exit_table left_back
    amb@prop_human_seat_chair@female@proper_skinny@react_flee exit_left
    amb@prop_human_seat_chair@female@proper_skinny@react_flee_table left_back
    amb@prop_human_seat_chair@female@proper_skinny@react_shock back_left
    amb@prop_human_seat_chair@male@elbows_on_knees@base base
    amb@prop_human_seat_chair@male@elbows_on_knees@enter enter_forward
    amb@prop_human_seat_chair@male@elbows_on_knees@exit exit_forward
    amb@prop_human_seat_chair@male@elbows_on_knees@idle_a idle_a
    amb@prop_human_seat_chair@male@elbows_on_knees@idle_b idle_e
    amb@prop_human_seat_chair@male@elbows_on_knees@react_aggressive enter_back
    amb@prop_human_seat_chair@male@elbows_on_knees@react_coward enter_back
    amb@prop_human_seat_chair@male@elbows_on_knees@react_cowering exit_front
    amb@prop_human_seat_chair@male@elbows_on_knees@react_flee flee_forward
    amb@prop_human_seat_chair@male@elbows_on_knees@react_shock back_left
    amb@prop_human_seat_chair@male@generic@base base
    amb@prop_human_seat_chair@male@generic@enter enter_forward
    amb@prop_human_seat_chair@male@generic@exit exit_forward
    amb@prop_human_seat_chair@male@generic@idle_a idle_a
    amb@prop_human_seat_chair@male@generic@idle_b idle_d
    amb@prop_human_seat_chair@male@generic@react_aggressive enter_right
    amb@prop_human_seat_chair@male@generic@react_coward enter_left
    amb@prop_human_seat_chair@male@generic@react_coward enter_right
    amb@prop_human_seat_chair@male@generic@react_cowering enter_front
    amb@prop_human_seat_chair@male@generic@react_exit_table left_back
    amb@prop_human_seat_chair@male@generic@react_flee flee_forward
    amb@prop_human_seat_chair@male@generic@react_flee_table left_back
    amb@prop_human_seat_chair@male@generic@react_shock right
    amb@prop_human_seat_chair@male@generic_skinny@base base
    amb@prop_human_seat_chair@male@generic_skinny@enter enter_forward
    amb@prop_human_seat_chair@male@generic_skinny@exit exit_forward
    amb@prop_human_seat_chair@male@generic_skinny@idle_a idle_a
    amb@prop_human_seat_chair@male@generic_skinny@idle_b idle_d
    amb@prop_human_seat_chair@male@generic_skinny@react_aggressive enter_back
    amb@prop_human_seat_chair@male@generic_skinny@react_coward exit_left
    amb@prop_human_seat_chair@male@generic_skinny@react_cowering idle_back_left
    amb@prop_human_seat_chair@male@generic_skinny@react_exit_table left_back
    amb@prop_human_seat_chair@male@generic_skinny@react_flee flee_forward
    amb@prop_human_seat_chair@male@generic_skinny@react_flee_table left_back
    amb@prop_human_seat_chair@male@generic_skinny@react_shock right
    amb@prop_human_seat_chair@male@left_elbow_on_knee@base base
    amb@prop_human_seat_chair@male@left_elbow_on_knee@enter enter_forward
    amb@prop_human_seat_chair@male@left_elbow_on_knee@exit exit_forward
    amb@prop_human_seat_chair@male@left_elbow_on_knee@idle_a idle_a
    amb@prop_human_seat_chair@male@left_elbow_on_knee@idle_b idle_d
    amb@prop_human_seat_chair@male@left_elbow_on_knee@react_aggressive enter_back
    amb@prop_human_seat_chair@male@left_elbow_on_knee@react_aggressive exit_right
    amb@prop_human_seat_chair@male@left_elbow_on_knee@react_coward enter_back
    amb@prop_human_seat_chair@male@left_elbow_on_knee@react_cowering exit_front
    amb@prop_human_seat_chair@male@left_elbow_on_knee@react_flee flee_left
    amb@prop_human_seat_chair@male@left_elbow_on_knee@react_shock right
    amb@prop_human_seat_chair@male@recline_b@base_b base_b
    amb@prop_human_seat_chair@male@right_foot_out@base base
    amb@prop_human_seat_chair@male@right_foot_out@enter enter
    amb@prop_human_seat_chair@male@right_foot_out@exit exit
    amb@prop_human_seat_chair@male@right_foot_out@idle_a idle_a
    amb@prop_human_seat_chair@male@right_foot_out@idle_b idle_d
    amb@prop_human_seat_chair_drink@female@generic@base base
    amb@prop_human_seat_chair_drink@female@generic@enter enter
    amb@prop_human_seat_chair_drink@female@generic@exit exit_fwd
    amb@prop_human_seat_chair_drink@female@generic@idle_a idle_a
    amb@prop_human_seat_chair_drink@female@generic@idle_a idle_b
    amb@prop_human_seat_chair_drink@male@generic@base base
    amb@prop_human_seat_chair_drink@male@generic@exit exit_forward
    amb@prop_human_seat_chair_drink@male@generic@idle_a idle_a
    amb@prop_human_seat_chair_drink@male@generic@idle_b idle_d
    amb@prop_human_seat_chair_drink_beer@female@base base
    amb@prop_human_seat_chair_drink_beer@female@exit exit_fwd
    amb@prop_human_seat_chair_drink_beer@female@idle_a idle_a
    amb@prop_human_seat_chair_drink_beer@male@base base
    amb@prop_human_seat_chair_drink_beer@male@exit exit_forward
    amb@prop_human_seat_chair_drink_beer@male@idle_a idle_a
    amb@prop_human_seat_chair_drink_beer@male@idle_b idle_d
    amb@prop_human_seat_chair_food@female@base base
    amb@prop_human_seat_chair_food@female@exit exit
    amb@prop_human_seat_chair_food@female@idle_a idle_a
    amb@prop_human_seat_chair_food@female@idle_b idle_e
    amb@prop_human_seat_chair_food@male@base base
    amb@prop_human_seat_chair_food@male@exit exit
    amb@prop_human_seat_chair_food@male@idle_a idle_a
    amb@prop_human_seat_chair_mp@female@heels@base base
    amb@prop_human_seat_chair_mp@female@heels@enter enter_fwd
    amb@prop_human_seat_chair_mp@female@heels@exit exit_fwd
    amb@prop_human_seat_chair_mp@female@heels@idle_a idle_a
    amb@prop_human_seat_chair_mp@female@heels@idle_b idle_d
    amb@prop_human_seat_chair_mp@female@proper@base base
    amb@prop_human_seat_chair_mp@female@proper@enter enter_fwd
    amb@prop_human_seat_chair_mp@female@proper@exit exit_forward
    amb@prop_human_seat_chair_mp@female@proper@exit exit_fwd
    amb@prop_human_seat_chair_mp@female@proper@idle_a idle_b
    amb@prop_human_seat_chair_mp@female@proper@idle_a idle_c
    amb@prop_human_seat_chair_mp@female@proper@idle_b idle_d
    amb@prop_human_seat_chair_mp@male@generic@base base
    amb@prop_human_seat_chair_mp@male@generic@enter enter_forward
    amb@prop_human_seat_chair_mp@male@generic@exit exit_forward
    amb@prop_human_seat_chair_mp@male@generic@idle_a idle_b
    amb@prop_human_seat_chair_mp@male@generic@idle_b idle_e
    amb@prop_human_seat_computer@female@base base
    amb@prop_human_seat_computer@female@idle_a idle_c
    amb@prop_human_seat_computer@female@react_cowering cover_enter
    amb@prop_human_seat_computer@male@base base
    amb@prop_human_seat_computer@male@idle_a idle_a
    amb@prop_human_seat_computer@male@idle_b idle_e
    amb@prop_human_seat_computer@male@react_cowering cover_idle
    amb@prop_human_seat_computer@male@react_shock forward
    amb@prop_human_seat_deckchair@female@base base
    amb@prop_human_seat_deckchair@female@enter enter
    amb@prop_human_seat_deckchair@female@exit exit_flee
    amb@prop_human_seat_deckchair@female@idle_a idle_a
    amb@prop_human_seat_deckchair@male@base base
    amb@prop_human_seat_deckchair@male@enter enter
    amb@prop_human_seat_deckchair@male@exit exit_flee
    amb@prop_human_seat_deckchair@male@idle_a idle_a
    amb@prop_human_seat_deckchair_drink@female@base base
    amb@prop_human_seat_deckchair_drink@female@exit exit_flee
    amb@prop_human_seat_deckchair_drink@female@idle_a idle_d
    amb@prop_human_seat_deckchair_drink@female@react_cowering idle_fwd
    amb@prop_human_seat_deckchair_drink@male@generic@base base
    amb@prop_human_seat_deckchair_drink@male@generic@exit exit_flee
    amb@prop_human_seat_deckchair_drink@male@generic@idle_a idle_a
    amb@prop_human_seat_deckchair_drink@male@generic@react_cowering exit_left
    amb@prop_human_seat_muscle_bench_press@base base
    amb@prop_human_seat_muscle_bench_press@enter enter
    amb@prop_human_seat_muscle_bench_press@exit exit_flee
    amb@prop_human_seat_muscle_bench_press@idle_a idle_a
    amb@prop_human_seat_sewing@female@base base
    amb@prop_human_seat_sewing@female@idle_a idle_a
    amb@prop_human_seat_strip_watch@bit_thuggy@base base
    amb@prop_human_seat_strip_watch@bit_thuggy@enter enter
    amb@prop_human_seat_strip_watch@bit_thuggy@exit exit
    amb@prop_human_seat_strip_watch@bit_thuggy@idle_a idle_a
    amb@prop_human_seat_strip_watch@bouncy_guy@base base
    amb@prop_human_seat_strip_watch@bouncy_guy@enter enter
    amb@prop_human_seat_strip_watch@bouncy_guy@exit exit
    amb@prop_human_seat_strip_watch@bouncy_guy@idle_a idle_a
    amb@prop_human_seat_strip_watch@bouncy_guy@idle_a idle_b
    amb@prop_human_seat_strip_watch@female@base base
    amb@prop_human_seat_strip_watch@female@enter enter
    amb@prop_human_seat_strip_watch@female@exit exit
    amb@prop_human_seat_strip_watch@female@idle_a idle_a
    amb@prop_human_seat_sunlounger@female@base base
    amb@prop_human_seat_sunlounger@female@enter enter_left
    amb@prop_human_seat_sunlounger@female@exit exit_right
    amb@prop_human_seat_sunlounger@female@exit_flee exit_left_flee
    amb@prop_human_seat_sunlounger@female@idle_a idle_a
    amb@prop_human_seat_sunlounger@female@react_cowering cover_enter
    amb@prop_human_seat_sunlounger@female@react_cowering exit_right
    amb@prop_human_seat_sunlounger@female@react_cowering idle_back_left
    amb@prop_human_seat_sunlounger@female@react_cowering idle_fwd
    amb@prop_human_seat_sunlounger@male@base base
    amb@prop_human_seat_sunlounger@male@enter enter_left
    amb@prop_human_seat_sunlounger@male@exit exit_right
    amb@prop_human_seat_sunlounger@male@exit_flee exit_left_flee
    amb@prop_human_seat_sunlounger@male@idle_a idle_a
    amb@prop_human_seat_sunlounger@male@react_cowering exit_front
    amb@world_human_aa_coffee@base base
    amb@world_human_aa_coffee@idle_a idle_a
    amb@world_human_aa_smoke@male@base base
    amb@world_human_aa_smoke@male@idle_a idle_a
    amb@world_human_aa_smoke@male@idle_a idle_c
    amb@world_human_binoculars@female@base base
    amb@world_human_binoculars@female@enter enter
    amb@world_human_binoculars@female@exit exit
    amb@world_human_binoculars@female@idle_a idle_b
    amb@world_human_binoculars@female@idle_b idle_f
    amb@world_human_binoculars@male@base base
    amb@world_human_binoculars@male@enter enter
    amb@world_human_binoculars@male@exit exit
    amb@world_human_binoculars@male@idle_a idle_c
    amb@world_human_binoculars@male@idle_b idle_f
    amb@world_human_bum_freeway@male@base base
    amb@world_human_bum_freeway@male@idle_a idle_a
    amb@world_human_bum_freeway@male@idle_b idle_d
    amb@world_human_bum_slumped@male@laying_on_left_side@base base
    amb@world_human_bum_slumped@male@laying_on_left_side@flee forward
    amb@world_human_bum_slumped@male@laying_on_left_side@idle_a idle_b
    amb@world_human_bum_slumped@male@laying_on_right_side@base base
    amb@world_human_bum_slumped@male@laying_on_right_side@flee forward
    amb@world_human_bum_slumped@male@laying_on_right_side@idle_a idle_a
    amb@world_human_bum_slumped@male@laying_on_right_side@idle_b idle_d
    amb@world_human_bum_standing@depressed@base base
    amb@world_human_bum_standing@depressed@idle_a idle_a
    amb@world_human_bum_standing@drunk@base base
    amb@world_human_bum_standing@drunk@idle_a idle_a
    amb@world_human_bum_standing@twitchy@base base
    amb@world_human_bum_standing@twitchy@idle_a idle_a
    amb@world_human_bum_wash@male@high@base base
    amb@world_human_bum_wash@male@high@idle_a idle_a
    amb@world_human_bum_wash@male@low@base base
    amb@world_human_bum_wash@male@low@idle_a idle_a
    amb@world_human_car_park_attendant@male@base base
    amb@world_human_car_park_attendant@male@idle_a idle_a
    amb@world_human_cheering@female_a base
    amb@world_human_cheering@female_b base
    amb@world_human_cheering@female_c base
    amb@world_human_cheering@female_d base
    amb@world_human_cheering@male_a base
    amb@world_human_cheering@male_b base
    amb@world_human_cheering@male_d base
    amb@world_human_cheering@male_e base
    amb@world_human_clipboard@male@base base
    amb@world_human_clipboard@male@idle_a idle_c
    amb@world_human_clipboard@male@idle_b idle_d
    amb@world_human_const_drill@male@drill@base base
    amb@world_human_const_drill@male@drill@idle_a idle_a
    amb@world_human_cop_idles@female@base base
    amb@world_human_cop_idles@female@idle_a idle_b
    amb@world_human_cop_idles@female@idle_b idle_e
    amb@world_human_cop_idles@female@idle_enter idle_intro
    amb@world_human_cop_idles@male@base base
    amb@world_human_cop_idles@male@idle_a idle_b
    amb@world_human_cop_idles@male@idle_b idle_e
    amb@world_human_cop_idles@male@idle_enter idle_intro
    amb@world_human_drinking@beer@female@base base
    amb@world_human_drinking@beer@female@enter enter
    amb@world_human_drinking@beer@female@exit exit
    amb@world_human_drinking@beer@female@idle_a idle_f
    amb@world_human_drinking@beer@male@base base
    amb@world_human_drinking@beer@male@enter enter
    amb@world_human_drinking@beer@male@exit exit
    amb@world_human_drinking@beer@male@idle_a idle_a
    amb@world_human_drinking@coffee@female@base base
    amb@world_human_drinking@coffee@female@enter enter
    amb@world_human_drinking@coffee@female@exit exit
    amb@world_human_drinking@coffee@female@idle_a idle_a
    amb@world_human_drinking@coffee@male@base base
    amb@world_human_drinking@coffee@male@enter enter
    amb@world_human_drinking@coffee@male@exit exit
    amb@world_human_drinking@coffee@male@idle_a idle_a
    amb@world_human_drinking_fat@beer@male@base base
    amb@world_human_drinking_fat@beer@male@enter enter
    amb@world_human_drinking_fat@beer@male@exit exit
    amb@world_human_drinking_fat@beer@male@idle_a idle_a
    amb@world_human_drinking_fat@coffee@female@base base
    amb@world_human_drinking_fat@coffee@female@enter enter
    amb@world_human_drinking_fat@coffee@female@exit exit
    amb@world_human_drinking_fat@coffee@female@idle_a idle_a
    amb@world_human_drug_dealer_hard@male@base base
    amb@world_human_drug_dealer_hard@male@enter enter
    amb@world_human_drug_dealer_hard@male@exit exit
    amb@world_human_drug_dealer_hard@male@idle_a idle_a
    amb@world_human_drug_dealer_hard@male@idle_b idle_d
    amb@world_human_gardener_leaf_blower@base base
    amb@world_human_gardener_leaf_blower@idle_a idle_a
    amb@world_human_gardener_plant@female@base base_female
    amb@world_human_gardener_plant@female@enter enter_female
    amb@world_human_gardener_plant@female@exit exit_female
    amb@world_human_gardener_plant@female@idle_a idle_a_female
    amb@world_human_gardener_plant@male@base base
    amb@world_human_gardener_plant@male@enter enter
    amb@world_human_gardener_plant@male@exit exit
    amb@world_human_gardener_plant@male@idle_a idle_a
    amb@world_human_gardener_plant@male@idle_a idle_b
    amb@world_human_golf_player@male@base base
    amb@world_human_golf_player@male@idle_a idle_a
    amb@world_human_golf_player@male@idle_b idle_d
    amb@world_human_guard_patrol@male@base base
    amb@world_human_guard_patrol@male@enter enter
    amb@world_human_guard_patrol@male@exit exit
    amb@world_human_guard_patrol@male@idle_a idle_a
    amb@world_human_guard_patrol@male@idle_b idle_e
    amb@world_human_hammering@male@base base
    amb@world_human_hammering@male@idle_a idle_a
    amb@world_human_hang_out_street@female_arm_side@base base
    amb@world_human_hang_out_street@female_arm_side@enter enter
    amb@world_human_hang_out_street@female_arm_side@exit exit
    amb@world_human_hang_out_street@female_arm_side@idle_a idle_a
    amb@world_human_hang_out_street@female_arms_crossed@base base
    amb@world_human_hang_out_street@female_arms_crossed@enter enter
    amb@world_human_hang_out_street@female_arms_crossed@exit exit
    amb@world_human_hang_out_street@female_arms_crossed@idle_a idle_a
    amb@world_human_hang_out_street@female_hold_arm@base base
    amb@world_human_hang_out_street@female_hold_arm@enter enter
    amb@world_human_hang_out_street@female_hold_arm@exit exit
    amb@world_human_hang_out_street@female_hold_arm@idle_a idle_a
    amb@world_human_hang_out_street@male_a@base base
    amb@world_human_hang_out_street@male_a@enter enter
    amb@world_human_hang_out_street@male_a@exit exit
    amb@world_human_hang_out_street@male_a@idle_a idle_a
    amb@world_human_hang_out_street@male_a@idle_a idle_b
    amb@world_human_hang_out_street@male_b@base base
    amb@world_human_hang_out_street@male_b@enter enter
    amb@world_human_hang_out_street@male_b@exit exit
    amb@world_human_hang_out_street@male_b@idle_a idle_b
    amb@world_human_hang_out_street@male_c@base base
    amb@world_human_hang_out_street@male_c@enter enter
    amb@world_human_hang_out_street@male_c@exit exit
    amb@world_human_hang_out_street@male_c@idle_a idle_a
    amb@world_human_hang_out_street@male_c@idle_b idle_d
    amb@world_human_hiker_standing@female@base base
    amb@world_human_hiker_standing@female@idle_a idle_b
    amb@world_human_hiker_standing@male@base base
    amb@world_human_hiker_standing@male@idle_a idle_b
    amb@world_human_janitor@male@base base
    amb@world_human_janitor@male@idle_a idle_a
    amb@world_human_jog@female@base base
    amb@world_human_jog@female@idle_a idle_a
    amb@world_human_jog@female@idle_b idle_d
    amb@world_human_jog@male@base base
    amb@world_human_jog@male@idle_a idle_a
    amb@world_human_jog_standing@female@base base
    amb@world_human_jog_standing@female@idle_a idle_a
    amb@world_human_jog_standing@male@base base
    amb@world_human_jog_standing@male@fitbase base
    amb@world_human_jog_standing@male@fitidle_a idle_a
    amb@world_human_jog_standing@male@idle_a idle_a
    amb@world_human_jog_standing@male@idle_b idle_d
    amb@world_human_leaning@female@coffee@base base
    amb@world_human_leaning@female@coffee@exit exit
    amb@world_human_leaning@female@coffee@idle_a idle_a
    amb@world_human_leaning@female@smoke@base base
    amb@world_human_leaning@female@smoke@exit exit_front
    amb@world_human_leaning@female@smoke@idle_a idle_a
    amb@world_human_leaning@female@wall@back@hand_up@base base
    amb@world_human_leaning@female@wall@back@hand_up@coward_react coward_react_front_enter
    amb@world_human_leaning@female@wall@back@hand_up@enter enter_left
    amb@world_human_leaning@female@wall@back@hand_up@exit exit_front
    amb@world_human_leaning@female@wall@back@hand_up@flee flee_react_front
    amb@world_human_leaning@female@wall@back@hand_up@idle_a idle_a
    amb@world_human_leaning@female@wall@back@hand_up@idle_b idle_e
    amb@world_human_leaning@female@wall@back@hand_up@react_shock front
    amb@world_human_leaning@female@wall@back@holding_elbow@base base
    amb@world_human_leaning@female@wall@back@holding_elbow@enter enter_front
    amb@world_human_leaning@female@wall@back@holding_elbow@exit exit_front
    amb@world_human_leaning@female@wall@back@holding_elbow@idle_a idle_a
    amb@world_human_leaning@female@wall@back@holding_elbow@idle_b idle_e
    amb@world_human_leaning@female@wall@back@holding_elbow@react_coward exit_right
    amb@world_human_leaning@female@wall@back@holding_elbow@react_flee flee_right
    amb@world_human_leaning@female@wall@back@holding_elbow@react_shock front
    amb@world_human_leaning@female@wall@back@mobile@base base
    amb@world_human_leaning@female@wall@back@mobile@exit call_to_text_transition
    amb@world_human_leaning@female@wall@back@mobile@idle_a idle_a
    amb@world_human_leaning@female@wall@back@texting@base base
    amb@world_human_leaning@female@wall@back@texting@exit exit
    amb@world_human_leaning@female@wall@back@texting@exit text_to_call_transition
    amb@world_human_leaning@female@wall@back@texting@idle_a idle_a
    amb@world_human_leaning@male@coffee@base base
    amb@world_human_leaning@male@coffee@exit exit
    amb@world_human_leaning@male@coffee@idle_a idle_a
    amb@world_human_leaning@male@wall@back@beer@base base
    amb@world_human_leaning@male@wall@back@beer@exit exit
    amb@world_human_leaning@male@wall@back@beer@idle_a idle_b
    amb@world_human_leaning@male@wall@back@foot_up@aggro_react aggro_react_forward_enter
    amb@world_human_leaning@male@wall@back@foot_up@aggro_react aggro_react_right_enter
    amb@world_human_leaning@male@wall@back@foot_up@base base
    amb@world_human_leaning@male@wall@back@foot_up@coward_react coward_react_forward_enter
    amb@world_human_leaning@male@wall@back@foot_up@coward_react coward_react_right_enter
    amb@world_human_leaning@male@wall@back@foot_up@coward_react coward_react_right_exit
    amb@world_human_leaning@male@wall@back@foot_up@enter enter_back
    amb@world_human_leaning@male@wall@back@foot_up@exit exit_front
    amb@world_human_leaning@male@wall@back@foot_up@flee flee_react_front
    amb@world_human_leaning@male@wall@back@foot_up@idle_a idle_a
    amb@world_human_leaning@male@wall@back@foot_up@idle_b idle_d
    amb@world_human_leaning@male@wall@back@foot_up@react_shock front
    amb@world_human_leaning@male@wall@back@hands_together@aggro_react aggro_react_front_enter
    amb@world_human_leaning@male@wall@back@hands_together@aggro_react aggro_react_left_enter
    amb@world_human_leaning@male@wall@back@hands_together@aggro_react aggro_react_right_exit
    amb@world_human_leaning@male@wall@back@hands_together@base base
    amb@world_human_leaning@male@wall@back@hands_together@coward_react coward_react_forward_enter
    amb@world_human_leaning@male@wall@back@hands_together@coward_react coward_react_left_exit
    amb@world_human_leaning@male@wall@back@hands_together@enter enter_right
    amb@world_human_leaning@male@wall@back@hands_together@exit exit_front
    amb@world_human_leaning@male@wall@back@hands_together@flee flee_react_right
    amb@world_human_leaning@male@wall@back@hands_together@idle_a idle_c
    amb@world_human_leaning@male@wall@back@hands_together@idle_b idle_e
    amb@world_human_leaning@male@wall@back@hands_together@react_shock front
    amb@world_human_leaning@male@wall@back@legs_crossed@base base
    amb@world_human_leaning@male@wall@back@legs_crossed@enter enter_back
    amb@world_human_leaning@male@wall@back@legs_crossed@exit exit_back
    amb@world_human_leaning@male@wall@back@legs_crossed@idle_a idle_c
    amb@world_human_leaning@male@wall@back@legs_crossed@idle_b idle_d
    amb@world_human_leaning@male@wall@back@legs_crossed@react_aggressive enter_front
    amb@world_human_leaning@male@wall@back@legs_crossed@react_coward enter_front
    amb@world_human_leaning@male@wall@back@legs_crossed@react_coward enter_left
    amb@world_human_leaning@male@wall@back@legs_crossed@react_coward exit_right
    amb@world_human_leaning@male@wall@back@legs_crossed@react_flee flee_right
    amb@world_human_leaning@male@wall@back@legs_crossed@react_shock front
    amb@world_human_leaning@male@wall@back@mobile@base base
    amb@world_human_leaning@male@wall@back@mobile@exit exit
    amb@world_human_leaning@male@wall@back@mobile@exit mobile_to_text_transition
    amb@world_human_leaning@male@wall@back@mobile@idle_a idle_a
    amb@world_human_leaning@male@wall@back@smoking@base base
    amb@world_human_leaning@male@wall@back@smoking@exit exit_front
    amb@world_human_leaning@male@wall@back@smoking@idle_a idle_a
    amb@world_human_leaning@male@wall@back@texting@base base
    amb@world_human_leaning@male@wall@back@texting@exit exit
    amb@world_human_leaning@male@wall@back@texting@exit text_to_mobile_transition
    amb@world_human_leaning@male@wall@back@texting@idle_a idle_b
    amb@world_human_maid_clean@ idle_e
    amb@world_human_maid_clean@base base
    amb@world_human_maid_clean@idle_a idle_a
    amb@world_human_maid_clean@idle_b idle_e
    amb@world_human_mobile_film_shocking@female@base base
    amb@world_human_mobile_film_shocking@female@enter enter
    amb@world_human_mobile_film_shocking@female@exit exit
    amb@world_human_mobile_film_shocking@female@idle_a idle_a
    amb@world_human_mobile_film_shocking@male@base base
    amb@world_human_mobile_film_shocking@male@enter enter
    amb@world_human_mobile_film_shocking@male@exit exit
    amb@world_human_mobile_film_shocking@male@idle_a idle_c
    amb@world_human_muscle_flex@arms_at_side@base base
    amb@world_human_muscle_flex@arms_at_side@idle_a idle_a
    amb@world_human_muscle_flex@arms_in_front@base base
    amb@world_human_muscle_flex@arms_in_front@idle_a idle_b
    amb@world_human_muscle_free_weights@male@barbell@base base
    amb@world_human_muscle_free_weights@male@barbell@idle_a idle_a
    amb@world_human_musician@bongos@male@base base
    amb@world_human_musician@bongos@male@idle_a idle_b
    amb@world_human_musician@guitar@male@base base
    amb@world_human_musician@guitar@male@idle_a idle_a
    amb@world_human_paparazzi@male@base base
    amb@world_human_paparazzi@male@enter enter
    amb@world_human_paparazzi@male@exit exit
    amb@world_human_paparazzi@male@idle_a idle_a
    amb@world_human_partying@female@partying_beer@base base
    amb@world_human_partying@female@partying_beer@idle_a idle_a
    amb@world_human_partying@female@partying_beer@idle_a idle_b
    amb@world_human_partying@female@partying_cellphone@base base
    amb@world_human_partying@female@partying_cellphone@idle_a idle_a
    amb@world_human_partying@male@partying_beer@base base
    amb@world_human_partying@male@partying_beer@idle_a idle_b
    amb@world_human_picnic@female@base base
    amb@world_human_picnic@female@enter enter
    amb@world_human_picnic@female@exit exit_flee
    amb@world_human_picnic@female@idle_a idle_a
    amb@world_human_picnic@male@base base
    amb@world_human_picnic@male@enter enter
    amb@world_human_picnic@male@exit exit_flee
    amb@world_human_picnic@male@idle_a idle_a
    amb@world_human_power_walker@female@base base
    amb@world_human_power_walker@female@idle_a idle_a
    amb@world_human_power_walker@female@static static
    amb@world_human_prostitute@cokehead@base base
    amb@world_human_prostitute@cokehead@enter enter
    amb@world_human_prostitute@cokehead@exit exit
    amb@world_human_prostitute@cokehead@idle_a idle_b
    amb@world_human_prostitute@crackhooker@base base
    amb@world_human_prostitute@crackhooker@enter enter
    amb@world_human_prostitute@crackhooker@exit exit
    amb@world_human_prostitute@crackhooker@idle_a idle_c
    amb@world_human_prostitute@french@base base
    amb@world_human_prostitute@french@enter enter
    amb@world_human_prostitute@french@exit exit
    amb@world_human_prostitute@french@idle_a idle_a
    amb@world_human_prostitute@hooker@base base
    amb@world_human_prostitute@hooker@enter enter
    amb@world_human_prostitute@hooker@exit exit
    amb@world_human_prostitute@hooker@idle_a idle_a
    amb@world_human_push_ups@male@base base
    amb@world_human_push_ups@male@enter enter
    amb@world_human_push_ups@male@exit exit
    amb@world_human_push_ups@male@idle_a idle_a
    amb@world_human_seat_steps@female@hands_by_sides@base base
    amb@world_human_seat_steps@female@hands_by_sides@enter enter
    amb@world_human_seat_steps@female@hands_by_sides@exit exit
    amb@world_human_seat_steps@female@hands_by_sides@idle_a idle_a
    amb@world_human_seat_steps@female@hands_by_sides@idle_b idle_d
    amb@world_human_seat_steps@female@hands_by_sides@react_flee flee_forward
    amb@world_human_seat_steps@female@hands_by_sides@static_reacts static_react_back_left
    amb@world_human_seat_steps@male@elbows_on_knees@base base
    amb@world_human_seat_steps@male@elbows_on_knees@enter enter
    amb@world_human_seat_steps@male@elbows_on_knees@exit exit
    amb@world_human_seat_steps@male@elbows_on_knees@idle_a idle_a
    amb@world_human_seat_steps@male@elbows_on_knees@idle_b idle_d
    amb@world_human_seat_steps@male@elbows_on_knees@react_flee flee_forward
    amb@world_human_seat_steps@male@elbows_on_knees@static_reacts static_react_back_left
    amb@world_human_seat_steps@male@elbows_on_knees_skinny@base base_skinny
    amb@world_human_seat_steps@male@elbows_on_knees_skinny@enter enter_skinny
    amb@world_human_seat_steps@male@elbows_on_knees_skinny@exit exit_skinny
    amb@world_human_seat_steps@male@elbows_on_knees_skinny@idle_a idle_a_skinny
    amb@world_human_seat_steps@male@elbows_on_knees_skinny@idle_b idle_d_skinny
    amb@world_human_seat_steps@male@elbows_on_knees_skinny@react_flee flee_forward
    amb@world_human_seat_steps@male@elbows_on_knees_skinny@static_reacts forward_skinny
    amb@world_human_seat_steps@male@hands_in_lap@base base
    amb@world_human_seat_steps@male@hands_in_lap@enter enter
    amb@world_human_seat_steps@male@hands_in_lap@exit exit
    amb@world_human_seat_steps@male@hands_in_lap@idle_a idle_a
    amb@world_human_seat_steps@male@hands_in_lap@idle_b idle_d
    amb@world_human_seat_steps@male@hands_in_lap@react_flee flee_forward
    amb@world_human_seat_steps@male@hands_in_lap@static_reacts static_react_back_left
    amb@world_human_seat_wall@female@hands_by_sides@base base
    amb@world_human_seat_wall@female@hands_by_sides@cowering back_left
    amb@world_human_seat_wall@female@hands_by_sides@cowering enter_left
    amb@world_human_seat_wall@female@hands_by_sides@enter enter_fwd_from_ledge
    amb@world_human_seat_wall@female@hands_by_sides@exit exit_back_to_ledge
    amb@world_human_seat_wall@female@hands_by_sides@flee back
    amb@world_human_seat_wall@female@hands_by_sides@idle_a idle_a
    amb@world_human_seat_wall@female@hands_by_sides@shock back_left
    amb@world_human_seat_wall@male@hands_by_sides@base base
    amb@world_human_seat_wall@male@hands_by_sides@enter enter_low_left
    amb@world_human_seat_wall@male@hands_by_sides@exit back_to_wall
    amb@world_human_seat_wall@male@hands_by_sides@flee_ledge flee_forward
    amb@world_human_seat_wall@male@hands_by_sides@flee_wall flee_forward
    amb@world_human_seat_wall@male@hands_by_sides@idle_a idle_a
    amb@world_human_seat_wall@male@hands_by_sides@idle_a idle_b
    amb@world_human_seat_wall@male@hands_by_sides@react_aggro forward
    amb@world_human_seat_wall@male@hands_by_sides@react_coward forward_to_ground
    amb@world_human_seat_wall@male@hands_by_sides@react_cowering enter_forward
    amb@world_human_seat_wall@male@hands_by_sides@react_shock back_left
    amb@world_human_seat_wall@male@hands_in_lap@base base
    amb@world_human_seat_wall_eating@female@sandwich_right_hand@base base
    amb@world_human_seat_wall_eating@female@sandwich_right_hand@idle_a idle_b
    amb@world_human_seat_wall_eating@male@both_hands@base base
    amb@world_human_seat_wall_eating@male@both_hands@idle_a idle_a
    amb@world_human_seat_wall_tablet@female@base base
    amb@world_human_seat_wall_tablet@female@exit exit
    amb@world_human_seat_wall_tablet@female@idle_a idle_c
    amb@world_human_seat_wall_tablet@male@base base
    amb@world_human_seat_wall_tablet@male@exit exit
    amb@world_human_seat_wall_tablet@male@idle_a idle_b
    amb@world_human_seat_wall_tablet@male@idle_b idle_d
    amb@world_human_security_shine_torch@male@base base
    amb@world_human_security_shine_torch@male@enter enter
    amb@world_human_security_shine_torch@male@exit exit
    amb@world_human_security_shine_torch@male@idle_a idle_a
    amb@world_human_security_shine_torch@male@idle_b idle_d
    amb@world_human_sit_ups@male@base base
    amb@world_human_sit_ups@male@enter enter
    amb@world_human_sit_ups@male@exit exit_flee
    amb@world_human_sit_ups@male@idle_a idle_a
    amb@world_human_smoking@female@base base
    amb@world_human_smoking@female@enter enter
    amb@world_human_smoking@female@exit exit
    amb@world_human_smoking@female@idle_a idle_b
    amb@world_human_smoking@male@male_a@base base
    amb@world_human_smoking@male@male_a@enter enter
    amb@world_human_smoking@male@male_a@exit exit
    amb@world_human_smoking@male@male_a@idle_a idle_c
    amb@world_human_smoking@male@male_b@base base
    amb@world_human_smoking@male@male_b@enter enter
    amb@world_human_smoking@male@male_b@exit exit
    amb@world_human_smoking@male@male_b@idle_a idle_a
    amb@world_human_smoking@male@male_b@idle_a idle_b
    amb@world_human_smoking_fat@female@base base
    amb@world_human_smoking_fat@female@enter enter
    amb@world_human_smoking_fat@female@exit exit
    amb@world_human_smoking_fat@female@idle_a idle_b
    amb@world_human_smoking_fat@male@male_a@base base
    amb@world_human_smoking_fat@male@male_a@enter enter
    amb@world_human_smoking_fat@male@male_a@exit exit
    amb@world_human_smoking_fat@male@male_a@idle_a idle_c
    amb@world_human_smoking_fat@male@male_b@base base
    amb@world_human_smoking_fat@male@male_b@enter enter
    amb@world_human_smoking_fat@male@male_b@exit exit
    amb@world_human_smoking_fat@male@male_b@idle_a idle_a
    amb@world_human_smoking_fat@male@male_b@idle_a idle_b
    amb@world_human_smoking_pot@female@base base
    amb@world_human_smoking_pot@female@fat@base base
    amb@world_human_smoking_pot@female@fat@idle_a idle_b
    amb@world_human_smoking_pot@female@idle_a idle_b
    amb@world_human_smoking_pot@male@base base
    amb@world_human_smoking_pot@male@idle_a idle_c
    amb@world_human_stand_fire@male@base base
    amb@world_human_stand_fire@male@idle_a idle_a
    amb@world_human_stand_fishing@base base
    amb@world_human_stand_fishing@idle_a idle_a
    amb@world_human_stand_fishing@idle_a idle_c
    amb@world_human_stand_guard@male@base base
    amb@world_human_stand_guard@male@enter enter
    amb@world_human_stand_guard@male@exit exit
    amb@world_human_stand_guard@male@idle_a idle_a
    amb@world_human_stand_guard@male@idle_b idle_d
    amb@world_human_stand_impatient@female@no_sign@base base
    amb@world_human_stand_impatient@female@no_sign@enter enter
    amb@world_human_stand_impatient@female@no_sign@exit exit
    amb@world_human_stand_impatient@female@no_sign@idle_a idle_a

  • COLOR LIST GTA V PS3 (0 Replies)
    11/23/2017 02:59 PM, by GAMINGMODDINGPS3
    -1=Random
    0=Metallic Black
    1=Metallic Graphite Black
    2=Metallic Black Steal
    3=Metallic Dark Silver
    4=Metallic Silver
    5=Metallic Blue Silver
    6=Metallic Steel Gray
    7=Metallic Shadow Silver
    8=Metallic Stone Silver
    9=Metallic Midnight Silver
    10=Metallic Gun Metal
    11=Metallic Anthracite Grey
    12=Matte Black
    13=Matte Gray
    14=Matte Light Grey
    15=Util Black
    16=Util Black Poly
    17=Util Dark silver
    18=Util Silver
    19=Util Gun Metal
    20=Util Shadow Silver
    21=Worn Black
    22=Worn Graphite
    23=Worn Silver Grey
    24=Worn Silver
    25=Worn Blue Silver
    26=Worn Shadow Silver
    27=Metallic Red
    28=Metallic Torino Red
    29=Metallic Formula Red
    30=Metallic Blaze Red
    31=Metallic Graceful Red
    32=Metallic Garnet Red
    33=Metallic Desert Red
    34=Metallic Cabernet Red
    35=Metallic Candy Red
    36=Metallic Sunrise Orange
    37=Metallic Classic Gold
    38=Metallic Orange
    39=Matte Red
    40=Matte Dark Red
    41=Matte Orange
    42=Matte Yellow
    43=Util Red
    44=Util Bright Red
    45=Util Garnet Red
    46=Worn Red
    47=Worn Golden Red
    48=Worn Dark Red
    49=Metallic Dark Green
    50=Metallic Racing Green
    51=Metallic Sea Green
    52=Metallic Olive Green
    53=Metallic Green
    54=Metallic Gasoline Blue Green
    55=Matte Lime Green
    56=Util Dark Green
    57=Util Green
    58=Worn Dark Green
    59=Worn Green
    60=Worn Sea Wash
    61=Metallic Midnight Blue
    62=Metallic Dark Blue
    63=Metallic Saxony Blue
    64=Metallic Blue
    65=Metallic Mariner Blue
    66=Metallic Harbor Blue
    67=Metallic Diamond Blue
    68=Metallic Surf Blue
    69=Metallic Nautical Blue
    70=Metallic Bright Blue
    71=Metallic Purple Blue
    72=Metallic Spinnaker Blue
    73=Metallic Ultra Blue
    74=Metallic Bright Blue
    75=Util Dark Blue
    76=Util Midnight Blue
    77=Util Blue
    78=Util Sea Foam Blue
    79=Uil Lightning blue
    80=Util Maui Blue Poly
    81=Util Bright Blue
    82=Matte Dark Blue
    83=Matte Blue
    84=Matte Midnight Blue
    85=Worn Dark blue
    86=Worn Blue
    87=Worn Light blue
    88=Metallic Taxi Yellow
    89=Metallic Race Yellow
    90=Metallic Bronze
    91=Metallic Yellow Bird
    92=Metallic Lime
    93=Metallic Champagne
    94=Metallic Pueblo Beige
    95=Metallic Dark Ivory
    96=Metallic Choco Brown
    97=Metallic Golden Brown
    98=Metallic Light Brown
    99=Metallic Straw Beige
    100=Metallic Moss Brown
    101=Metallic Biston Brown
    102=Metallic Beechwood
    103=Metallic Dark Beechwood
    104=Metallic Choco Orange
    105=Metallic Beach Sand
    106=Metallic Sun Bleeched Sand
    107=Metallic Cream
    108=Util Brown
    109=Util Medium Brown
    110=Util Light Brown
    111=Metallic White
    112=Metallic Frost White
    113=Worn Honey Beige
    114=Worn Brown
    115=Worn Dark Brown
    116=Worn straw beige
    117=Brushed Steel
    118=Brushed Black steel
    119=Brushed Aluminium
    120=Chrome
    121=Worn Off White
    122=Util Off White
    123=Worn Orange
    124=Worn Light Orange
    125=Metallic Securicor Green
    126=Worn Taxi Yellow
    127=police car blue
    128=Matte Green
    129=Matte Brown
    130=Worn Orange
    131=Matte White
    132=Worn White
    133=Worn Olive Army Green
    134=Pure White
    135=Hot Pink
    136=Salmon pink
    137=Metallic Vermillion Pink
    138=Orange
    139=Green
    140=Blue
    141=Mettalic Black Blue
    142=Metallic Black Purple
    143=Metallic Black Red
    144=hunter green
    145=Metallic Purple
    146=Metaillic V Dark Blue
    147=MODSHOP BLACK1
    148=Matte Purple
    149=Matte Dark Purple
    150=Metallic Lava Red
    151=Matte Forest Green
    152=Matte Olive Drab
    153=Matte Desert Brown
    154=Matte Desert Tan
    155=Matte Foilage Green
    156=DEFAULT ALLOY COLOR
    157=Epsilon Blue