odin2000 Posted September 5, 2012 Share Posted September 5, 2012 Hi all. I have MVS 2010, and ScriptHook.dll, so can someone show me how to create mod, just for example... in Skype or any other programm. Im just dont know how to start (what project to create etc.. etc..) xD Please guys =) Link to comment Share on other sites More sharing options...
pedro2555 Posted September 16, 2012 Share Posted September 16, 2012 I code mods in C#, so I will explain you how to start but assuming you already know C# or VB. Start VS (I use Visual C# it's free) and start a new project of type 'Class Library' (so that the output will be a .dll rather than an .exe). VS should give you a lot of things already done. Now you need to add a reference to Scripthook.dll Go to Project -> Add Reference, and search for the scripthook.dll, set this reference not to be copied to the output directory. In project properties change the name of th build assembly to MyProject.net, and change the output directory to your gta scripts folder. Hope it helps. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now