zombienation Posted January 20, 2012 Posted January 20, 2012 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
Xeno Posted January 20, 2012 Posted January 20, 2012 <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"/>
zombienation Posted January 20, 2012 Author Posted January 20, 2012 <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 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
sora+ Posted January 21, 2012 Posted January 21, 2012 Maybe your resources are bugged , did you check them?
zombienation Posted January 21, 2012 Author Posted January 21, 2012 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?
sora+ Posted January 21, 2012 Posted January 21, 2012 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
drk Posted January 21, 2012 Posted January 21, 2012 Post the resource code here and we can help you finding bugs.
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