[Solved] Making ASI Scripts
-
I have one quick question how could I make an ASI script rather then a NET and what is the difference. Thanks!
-
@NotCrunchyTaco I believe ASI scripts are written in C++ and hook directly into ScriptHookV rather than going through ScriptHookDotNet.
You'd make them pretty much the same way that you do now, except that you'd be doing everything directly with the natives, plus you'd have to learn C++.
-
@LeeC2202 Yes that makes a lot of sense because you put ASI in the Main Folder and no ScriptHookVDotNet is not needed and sadly I don't feel like learning C++ I guess I will stick to NET Thanks for the quick and simple answer!
-
@NotCrunchyTaco I've tried to learn C++ a few times but I hate it for the same reason I hated Java... all the messing about with header files.
I think you can do more if you bypass ScriptHookDotNet but I don't know if what you can do, is worth the effort of learning C++.
-
@LeeC2202 Yeah there does seem to more functions but I'm pretty sure you're right C++ seems a lot more complex but it might be more rewarding because there seems to be a lot more possibilities