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.

Featured Replies

Posted

I have been trying to make a help message in rdr2 appear for days now but no matter what I do it just keeps crashing. Here is my code in c# by the way.

argasd1.p0 = duration;
            argasd1.p1 = 0;
            argasd1.p2 = 0;
            argasd1.p3 = 0;
            
           
            argasd2.p0 = 0;
            argasd2.p1 = Function.Call<string>(Hash._CREATE_VAR_STRING, 10, "LITERAL_STRING", message);
       
            Function.Call<string>(Hash._0x049D5C615BD38BAD, argasd1.p0, argasd2.p1, 1);

Does anyone know what I am doing wrong?

  • Author
9 hours ago, LMS said:

Try changing the return type of your call to CREATE_VAR_STRING to long instead of string. Also pass the actual structures as parameters, not values from the structures).

Ok, I changed the return type to long, but what do you mean by "pass the actual structures as parameters, not values from the structures)."? Could you provide an example?

  • Author
12 hours ago, LMS said:

Try changing the return type of your call to CREATE_VAR_STRING to long instead of string. Also pass the actual structures as parameters, not values from the structures).

Passing the stucts as params gives me an error

  • Author

argasd2' is a type, which is not valid in the given context    
 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.