zee_ Posted March 23, 2020 Share Posted March 23, 2020 Greatings, I'm newbie in this forum and MTA, I have wish replace cars, weapons, skins and map objects on my server, how I can do it? I never worked with resources and I don't know how load it on server. Link to comment
The_GTA Posted March 23, 2020 Share Posted March 23, 2020 Welcome to the MTA forums, zee_! Have you tried using the modloader resource? It is made by an old friend of mine and I remember that it worked well. I recommend using a ready-made resource first. Maybe if you feel like it you can script your own optimized stuff in the future. Link to comment
zee_ Posted March 23, 2020 Author Share Posted March 23, 2020 1 minute ago, The_GTA said: Welcome to the MTA forums, zee_! Have you tried using the modloader resource? It is made by an old friend of mine and I remember that it worked well. I recommend using a ready-made resource first. Maybe if you feel like it you can script your own optimized stuff in the future. Thank you, how to load this resource to my server? Link to comment
The_GTA Posted March 23, 2020 Share Posted March 23, 2020 (edited) 21 minutes ago, zee_ said: Thank you, how to load this resource to my server? Np, just create a folder called "zee_modloader" and paste the contents of the .zip into there. If you want dynamic support then put the "zee_modloader" resource as Moderator in your ACL.xml file. <group name="Moderator"> <acl name="Moderator"></acl> <object name="resource.mapcycler"></object> <object name="resource.mapmanager"></object> <object name="resource.resourcemanager"></object> <object name="resource.votemanager"></object> <object name="resource.zee_modloader" /> <!-- this line over here !--> </group> When you are done installing it just type "start zee_modloader". Please read the resource documentation for further details (installing mods, etc). Edited March 23, 2020 by The_GTA 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