Saltyq / ScriptHookRDR2DotNet

*this project is ABANDONED* An ASI plugin for Red Dead Redemption 2, which allows anyone to create scripts using any .NET language.
zlib License
92 stars 39 forks source link

Can't build the project #10

Closed Shtivi closed 4 years ago

Shtivi commented 4 years ago

Hi, When I try to compile the project I get the following error: "The name RDR2DN does not exist in the current context", in several places such Native.cs, World.cs, Global.cs... Am I missing something?

Saltyq commented 4 years ago

Go to output folder copy ScriptHookRDRDotNet.asi rename copy to ScriptHookRDRDotNet.dll

Shtivi commented 4 years ago

thanks