Jump to content

some scripts dont work when autostart


zombienation

Recommended Posts

Hello,

Does anybody had this to? When u start a script in the server it works but when u do it in the conf file so it autostart it dont work?

Also when that script is the last that start it dont work. Or merging it with an other script either..

I'd like to fix this with admin boost. Resource

Its nice cuz the carbreaks work when flying :)

Link to comment

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

Add this at:

    <!-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped. 
         To specify several resources, add more <resource> parameter(s). --> 
  
    <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"/> 

Link to comment
<resource src="resource" startup="1" protected="0"/> 

Add this at:

    <!-- Specifies resources that are loaded when the server starts and/or which are protected from being stopped. 
         To specify several resources, add more <resource> parameter(s). --> 
  
    <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"/> 

hey, thank you but all the server scripts are in the conf file like that, also startup is at 1

so i dont know why it dont work :D

also when i merged scripts to reduce the ammount of scripts, some scripts didn't worked either, but i did them out of the merged script then to keep them working,

but then like adminboost only works for me when i start it after the server started up, even when it is setted in the conf file to autostart

Link to comment
Maybe your resources are bugged , did you check them?

well i have checked it a few times to find bugged resources, but is there an other way then testing resource one by one?

Just try /start -resourcename- then open up Console by pressing "~" , you will get an error message if it is bugged

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