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.

ruxyne

Members
  • Joined

  • Last visited

Everything posted by ruxyne

  1. Hello! I'm very new to modding and programming in general. I'm trying to make a spawned ped automatically mount my horse when I mount up. However, I can't seem to get it to work properly. The ped just stands there and does nothing. Sometimes, they mount the horse only after I dismount. Here's the code I'm using: Ped playerPed = PLAYER::PLAYER_PED_ID(); if (PED::IS_PED_ON_MOUNT(playerPed)) { Entity playerHorse = PED::GET_MOUNT(playerPed); if (companionPed && ENTITY::DOES_ENTITY_EXIST(companionPed) && !ENTITY::IS_ENTITY_DEAD(companionPed)) { if (!PED::IS_PED_ON_MOUNT(companionPed) || PED::GET_MOUNT(companionPed) != playerHorse) { TASK::CLEAR_PED_TASKS(companionPed, false, false); TASK::TASK_MOUNT_ANIMAL(companionPed, playerHorse, -1, 0, 2.0f, 0, 0, 0); PED::SET_PED_KEEP_TASK(companionPed, true); } } }I also tried setting the seat index to 1, but it didn’t work either. If anyone can help me figure out what I’m doing wrong, I’d really appreciate it!

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.