Jump to content
  • 0

How to run server on resources?


ExiloGaming

Question

Hey. I am learning how to get a MTA server to work. I downloaded resources for my server. ONLY resources, No info to install it.

Can any teach me where to put the resources? I dont want to run DM with the resources, but I want it to run on the resources. If you understand me :P

-Thanks!

Link to comment

17 answers to this question

Recommended Posts

  • 0

ya, go to your mtaserver.conf located before the resources folder and go to the bottom and remove these:

<resource src="admin" startup="1" protected="0" /> 
    <resource src="defaultstats" startup="1" protected="0" /> 
    <resource src="helpmanager" startup="1" protected="0" /> 
    <resource src="joinquit" startup="1" protected="0" /> 
    <resource src="mapcycler" startup="1" protected="0" /> 
    <resource src="mapmanager" startup="1" protected="0" /> 
    <resource src="parachute" startup="1" protected="0" /> 
    <resource src="resourcebrowser" startup="1" protected="0" default="true" /> 
    <resource src="resourcemanager" startup="1" protected="1" /> 
    <resource src="scoreboard" startup="1" protected="0" /> 
    <resource src="spawnmanager" startup="1" protected="0" /> 
    <resource src="votemanager" startup="1" protected="0" /> 
    <resource src="webadmin" startup="1" protected="0" /> 

Link to comment
  • 0

ok, now to start the resources you got from the site...

If there all in one folder, then just replace the line that says play with the name of the folder,

other than that, you have to add a line like this:

<resource src="RESOURCE NAME" startup="1" protected="0" /> 

Link to comment
  • 0

ok, you got resources from another site and you want to put it on your server so you could use them... rite???

So, put the resources in the "resources" folder located (MTA San Andreas 1.3\server\mods\deathmatch).

After, if you want the resources to start when you start the server, add

<resource src="RESOURCE/FOLDER NAME HERE" startup="1" protected="0" /> 

in the mtaserver.conf, after the server start you could go in and check if everything is ok.

Link to comment
  • 0

Still get this erro: 5ewlyh.png

I made a folder in the resources folder with name play . Added the resources in the folder. and editing the config file and starting it, but get the erro. If you want, You can go on Teamviewer on me and check if anything is wrong if you have time. Cause I cant get it to work, and I am following the things you say I have to. If you got time, then we can do it. -Exilo

Link to comment
  • 0

oh...

ok, if you want to add the resource but want to put them in a folder, well, your gonna have to take everything out of the resource folder and put it in the play folder...

then create or edit a file called meta.xml and add the files using this format:

Script:

<script src="SCRIPT NAME HERE.lua" /> 

Map:

<file src="FILE NAME HERE.txd" /> 

More info here:Meta.xml

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...