Anubhav Posted September 29, 2014 Share Posted September 29, 2014 Hello guyz! I was wondering how to make modules. Any example or any tutorials? I would realy appreciate that! I checked wiki - din't understand anything :-/ Link to comment
Saml1er Posted September 29, 2014 Share Posted September 29, 2014 (edited) Learn C++. Case closed. Edited September 29, 2014 by Guest Link to comment
Anubhav Posted September 29, 2014 Author Share Posted September 29, 2014 For txd files: http://www.gtagarage.com/mods/show.php?id=8320For dff files: http://thepiratebay.se/torrent/6466584/ ... V2012-ISO_ ( http://www.gtagarage.com/mods/show.php?id=9172 ) --- you need to install kams script in 3ds max For collision files: http://www.gtagarage.com/mods/show.php?id=1154 https://wiki.multitheftauto.com/wiki/Modules I don't want to make mods, I want to make modules! lol Link to comment
Anubhav Posted September 29, 2014 Author Share Posted September 29, 2014 Where can I find tutorials? What should I search? Link to comment
Mr_Moose Posted September 29, 2014 Share Posted September 29, 2014 You had the link right here: https://wiki.multitheftauto.com/wiki/Modules, download the library and check it, c++ files are compiled by commands in the file named "MAKEFILE", unpack and use cd to the location of your make file then type "make" and run. If you're unfamiliar with c++ then learn it, Link to comment
Anubhav Posted September 29, 2014 Author Share Posted September 29, 2014 I am not that good with it, but I have those files and. But I don't get how to do it what things are needed. Link to comment
Mr_Moose Posted September 29, 2014 Share Posted September 29, 2014 Modules are class libraries and extensions, they are compiled into .dll files in Windows and .so files in Linux and imported via "mtaserver.conf" under that section with modules. Making a module should be just like writing a class library in C++, try with something simple. Use the gcc compiler on Linux or visual studio if you're on Windows. Link to comment
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