Jump to content
  • 0

evreytime i restart my server the mods gone


MaxxR

Question

4 answers to this question

Recommended Posts

  • 0

u need to follow the example which i given u see below, Open MtaServer.conf go to line 205-230 here :

-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped. 
         To specify several resources, add more  parameter(s). --> 
     
    "admin" startup="1" protected="0" /> 
    "defaultstats" startup="1" protected="0" /> 
    "helpmanager" startup="1" protected="0" /> 
    "RRr" startup="1" protected="0" /> 
    "mapcycler" startup="1" protected="0" /> 
    "mapmanager" startup="1" protected="0" /> 
    "parachute" startup="1" protected="0" /> 
    "resourcebrowser" startup="1" protected="1" default="true" /> 
    "resourcemanager" startup="1" protected="1" /> 
    "scoreboard" startup="1" protected="0" /> 
    "spawnmanager" startup="1" protected="0" /> 
    "voice" startup="1" protected="0" /> 
    "votemanager" startup="1" protected="0" /> 
    -- play is the default freeroam gamemode. Remove the following line to prevent it from starting. --> 
    "play" startup="1" protected="0" /> 

if u want to add a resource of the mod use this code :

"resourceName" startup="1" protected="0" />

 

 

 

if u need resource then use these better and simpile ;

https://forum.multitheftauto.com/topic/43765-rel-resource-starter-system-v13/?tab=comments#comment-429469

Link to comment
  • 0

I have tried to decipher your english and I´m pretty sure you mean that every time you restart the server, everything you started before does not start.

This happens because you haven't used mtaserver.conf to specify the startup resources.

Go to the server directory: Server/mods/deathmatch and click on "mtaserver.conf". There should be some lines with something along these lines:

    <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="1" 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="voice" startup="1" protected="0" />
    <resource src="votemanager" startup="1" protected="0" />
    <resource src="webadmin" startup="1" protected="0" />
    <resource src="play" startup="1" protected="0" />

Well, the thing after the "src" is the resource name, put the names of the resources you want to activate on startup there, then everything will work just fine.

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