Mooshe

Emote Actions

Aug 11th, 2020
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.02 KB | None | 0 0
  1. // https://vespura.com/doc/natives/#_0xB31A277C1AC7B7FF
  2. //
  3. // Seems related to _TASK_EMOTE(hash, ...) in script_mp_rel. Here's an example taken from shop_tailor.c:
  4. void func_1256(int iParam0, int iParam1, int iParam2, int iParam3, int iParam4, var uParam5)
  5. {
  6.     if (!does_entity_exist(iParam0))
  7.     {
  8.         return;
  9.     }
  10.     if (!is_entity_a_ped(iParam0))
  11.     {
  12.         return;
  13.     }
  14.     if (!func_1858(iParam1))
  15.     {
  16.         return;
  17.     }
  18.     _task_emote(iParam0, uParam5, iParam2, iParam1, iParam3, iParam4, 0, 0);
  19. }
  20.  
  21. public enum Emote {
  22.     kit_emote_action_blow_kiss_1 = 0x72E36635,
  23.     kit_emote_action_boast_1 = 0xB55EEAF3,
  24.     kit_emote_action_coin_flip_1 = 0xD833963E,
  25.     kit_emote_action_fist_pump_1 = 0xFFF9D9F1,
  26.     kit_emote_action_flex_1 = 0xD1DE4D57,
  27.     kit_emote_action_follow_me_1 = 0x427B55FF,
  28.     kit_emote_action_hissyfit_1 = 0x2F7D0AAE,
  29.     kit_emote_action_howl_1 = 0x344F2AAD,
  30.     kit_emote_action_lets_craft_1 = 0xE73CA11A,
  31.     kit_emote_action_lets_fish_1 = 0x451FDE80,
  32.     kit_emote_action_lets_go_1 = 0x5EFEBD3B,
  33.     kit_emote_action_lets_play_cards_1 = 0xCDB9A85C,
  34.     kit_emote_action_look_distance_1 = 0x37BD5D0E,
  35.     kit_emote_action_look_yonder_1 = 0x78D3CC,
  36.     kit_emote_action_newthreads_1 = 0xC932823C,
  37.     kit_emote_action_point_1 = 0x1CFB34E2,
  38.     kit_emote_action_posse_up_1 = 0x1C46EA2F,
  39.     kit_emote_action_prospector_jig_1 = 0x4DF1E20B,
  40.     kit_emote_action_scheme_1 = 0x2322C484,
  41.     kit_emote_action_shoothip_1 = 0x9E47E124,
  42.     kit_emote_action_skyward_shooting_1 = 0x7396A2DE,
  43.     kit_emote_action_smoke_cigarette_1 = 0x8B7F8EEB,
  44.     kit_emote_action_smoke_cigar_1 = 0x81615BA3,
  45.     kit_emote_action_spit_1 = 0x826DB95A,
  46.     kit_emote_action_stop_here_1 = 0x9B31C214,
  47.     kit_emote_dance_awkward_a_1 = 0xEE810879,
  48.     kit_emote_dance_carefree_a_1 = 0xF0AF179A,
  49.     kit_emote_dance_carefree_b_1 = 0xDA4651B5,
  50.     kit_emote_dance_confident_b_1 = 0xFED34C73,
  51.     kit_emote_dance_drunk_a_1 = 0x9548C407,
  52.     kit_emote_dance_drunk_b_1 = 0x3E32E670,
  53.     kit_emote_dance_graceful_a_1 = 0x847214D2,
  54.     kit_emote_dance_old_a_1 = 0xCFC7AEBA,
  55.     kit_emote_dance_wild_a_1 = 0xCF840A9,
  56.     kit_emote_dance_wild_b_1 = 0x43F71CA8,
  57.     kit_emote_greet_fancy_bow_1 = 0x8186AA35,
  58.     kit_emote_greet_gentlewave_1 = 0x35B5A903,
  59.     kit_emote_greet_get_over_here_1 = 0x9CA62011,
  60.     kit_emote_greet_glad_1 = 0x1F3549C4,
  61.     kit_emote_greet_hat_flick_1 = 0xE18A99A1,
  62.     kit_emote_greet_hat_tip_1 = 0xA927A00F,
  63.     kit_emote_greet_hey_you_1 = 0x3196F0E3,
  64.     kit_emote_greet_respectful_bow_1 = 0x949C021C,
  65.     kit_emote_greet_seven_1 = 0x3CB5E70E,
  66.     kit_emote_greet_subtle_wave_1 = 0xA38D1E64,
  67.     kit_emote_greet_tada_1 = 0xE4746943,
  68.     kit_emote_greet_thumbsup_1 = 0x1960746B,
  69.     kit_emote_greet_tough_1 = 0x700DD5CB,
  70.     kit_emote_greet_wavenear_1 = 0xEBC75584,
  71.     kit_emote_reaction_applause_1 = 0xF2D01E20,
  72.     kit_emote_reaction_begmercy_1 = 0x9D39270,
  73.     kit_emote_reaction_clap_along_1 = 0xC84FB6B6,
  74.     kit_emote_reaction_hangover_1 = 0xFB4C77D3,
  75.     kit_emote_reaction_how_dare_you_1 = 0x6B6D921F,
  76.     kit_emote_reaction_hurl_1 = 0xBD4EC3FB,
  77.     kit_emote_reaction_hush_your_mouth_1 = 0x9DF6FD3F,
  78.     kit_emote_reaction_jovial_laugh_1 = 0x11B0F575,
  79.     kit_emote_reaction_nod_head_1 = 0xCEF7AA76,
  80.     kit_emote_reaction_pointlaugh_1 = 0x2FDFF3B2,
  81.     kit_emote_reaction_shakehead_1 = 0xD91245C6,
  82.     kit_emote_reaction_shot_1 = 0xF96C2623,
  83.     kit_emote_reaction_shuffle_1 = 0xC4610D39,
  84.     kit_emote_reaction_slow_clap_1 = 0x3D04F806,
  85.     kit_emote_reaction_sob_1 = 0x4D94578,
  86.     kit_emote_reaction_surrender_1 = 0xC303F8C3,
  87.     kit_emote_reaction_thumbsdown_1 = 0x59F420A1,
  88.     kit_emote_reaction_who_me_1 = 0x13A5C689,
  89.     kit_emote_reaction_yeehaw_1 = 0x1A92F963,
  90.     kit_emote_taunt_boohoo_1 = 0xEB7A5F2,
  91.     kit_emote_taunt_chicken_1 = 0x6CC9FE53,
  92.     kit_emote_taunt_flip_off_1 = 0x39C68938,
  93.     kit_emote_taunt_im_watching_you_1 = 0xDF036AFF,
  94.     kit_emote_taunt_provoke_1 = 0x5B65DD1D,
  95.     kit_emote_taunt_throat_slit_1 = 0x4AE9E06C,
  96.     kit_emote_taunt_up_yours_1 = 0x15216DE4,
  97.     kit_emote_taunt_versus_1 = 0x828C7F5B,
  98.     kit_emote_taunt_war_cry_1 = 0x3AD8141A,
  99.     kit_emote_taunt_youstink_1 = 0xF6130E04,
  100.     kit_emote_twirl_gun = 0xE6D0DD51,
  101.     kit_emote_twirl_gun_dual = 0xE04E36A5,
  102.     kit_emote_twirl_gun_left_holster = 0x43F0C62B
  103. }
  104.  
Add Comment
Please, Sign In to add comment