Jump to content
View in the app

A better way to browse. Learn more.

RDR2Mods.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

insus100

Members
  • Joined

  • Last visited

  1. insus100 started following Smoking emotes
  2. Hello. I've been messing with TASK::TASK_PLAY_EMOTE_WITH_HASH native to try and get the online smoking emotes working in SP. This native works fine for other emotes like Greets: TASK::TASK_PLAY_EMOTE_WITH_HASH(PLAYER::PLAYER_PED_ID(), EMOTE_TYPE_GREET, EMOTE_PM_FULLBODY, MISC::GET_HASH_KEY("KIT_EMOTE_GREET_FANCY_BOW_1"), 0, 0, 0, 0, 0); However when using the smoke action it does nothing at all: TASK::TASK_PLAY_EMOTE_WITH_HASH(PLAYER::PLAYER_PED_ID(), EMOTE_TYPE_ACTION, EMOTE_PM_FULLBODY, KIT_EMOTE_ACTION_SMOKE_CIGARETTE_1, 1, 1, 1, 1, 1); // TASK::TASK_PLAY_EMOTE_WITH_HASH(PLAYER::PLAYER_PED_ID(), 1, 2, MISC::GET_HASH_KEY("KIT_EMOTE_ACTION_SMOKE_CIGARETTE_1"), 1, 1, 1, 1, 1); I've tried multiple combinations for the last boolean values and the playbackMode (EMOTE_PM_UPPER, UPPER_LOOP) to no avail. I've also tried to load the corresponding clipset: static auto clipset = "CLIPSET@SCRIPT_MP@EMOTES@SMOKE_CIGARETTE@MALE@UNARMED@UPPER";//from emotes.xml if (!STREAMING::HAS_CLIP_SET_LOADED(clipset)) { printf("Clipset not loaded."); STREAMING::REQUEST_CLIP_SET(clipset);//it won't load the clipset and nothing works. while (!STREAMING::HAS_CLIP_SET_LOADED(clipset)) {//it will never load, never exits this loop. wait_for(0); } printf("Clipset loaded."); } Also, if I use the cigarettes from the inventory and run this code it just cuts the interaction. I've been looking at decompiled scripts but couldn't find anything useful. They just call the TASK_PLAY_EMOTE native and my guess is I'm missing some native calls before playing the emote. Any help is appreciated

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.