Jump to content

Crs

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Gallery

Downloads

News Articles

Modding Wiki

RDR2 Native Database

RDR2 Native Parameters

RDR2 Player Clothes Database

RDR2 Ped Voices Database

RDR2 Ped Speech Lines

RDR Modding Tutorials

RDR2 Ped Model Database

RDR2 Animations Database

RDRFR Changelog

RDRFR Installation Guide

RDRFR Features

RDRFR Settings

LML User Contributions

Everything posted by Crs

  1. Probably you have solved by this time, but i will do an explanation to myself from some hours ago with my bad english in case someone could need it. -Go to the SDK of the rage plugin hook and copy the dll in the dependencies of your visual studio project -Now if you have written in your code """"Game.WasKeyJustPressed(Keys.G)""" you will see it underlined in red because it was updated (I saw it in https://ragepluginhook.net/Downloads.aspx?Hook=1 the version 2.76 ) to """Input.WasKeyJustPressed(Keys.G)""",now when you compiled and used in rdr2 you shouldn't have that problem
×
×
  • Create New...