New dev need help Locating scripthookvdotnet.dll #1670
Answered
by
kagikn
taboototsaa
asked this question in
Q&A
-
|
From my understanding i need to locate scripthookvdotnet.dll. The issue being i can only find 2 and 3 or the asi. I feel like a chicken without it's head. If anyone can point me in the right direction i'd very much appreciate it. |
Beta Was this translation helpful? Give feedback.
Answered by
kagikn
Jan 24, 2026
Replies: 1 comment 3 replies
-
|
The only binary files that are included in an archive are |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are putting your
.dllfile to the scripts folder or putting your.csfile without compiling? You add aScriptHookVDotNet3.dllreference to your project if you are compiling your script into a.dllfile. Otherwise, you add.3to the file name of your.csfile right before the extension name.csso the script explicitly specifies v3 API.