Jump to content

[HELP] Replacing Cars, Weapons, Skins, Map Objects


zee_

Recommended Posts

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
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 by The_GTA
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...