Closed Kirschi94 closed 3 years ago
you have to make sure scripthookdotnet is installed in your GTA IV install, then clone the repo into the "[GTA IV Folder Path]\scripts\for Developers" folder in order for references to work
Thanks for your answer, but I did exactly that and it doesn't work unfortunately
@Kirschi94 You need to add a reference to ScriptHookDotNet in Visual Studio. Here is a link to ScriptHookDotNet.dll: https://www.dropbox.com/s/9mhvnmy101aspkw/ScriptHookDotNet.dll?dl=1 (This is the dll i use for all my scripts)
Might be just me, but if I clone the rep, I get a missing ScriptHookDotNet in Assemblys, can't add .asi files there, can't find the .dll used in this either. If I add AdvancedHook, I can use that but that only makes it possible for me to add own code, the existing code ain't fixed by that and there are 496 errors unfortunately