Jump to content

[HELP] DETECT MODIFIED CORECONFIG


kraayuq

Recommended Posts

Hi... I don't know what you mean by coreconfig.xml (I don't think this comes with the default MTA SA server...
But in the server files you can find mtaserver.conf file which had all of the loaded resources.

Down almost at the bottom (of mtaserver.conf):

    
--You'll see this area which is where you put your Resources...
--resource src is the name of the resource.
--startup="0" means don't start up when server starts and startup="1" means DO start up when server starts.
--and protected="1" means don't shutdown server while this service is active (it should be used for database scripts.

--I think what you want is: <resource src="YourResource" startup="0" protected="0" /> (startup="0" is what I think you want to do.)


	<resource src="admin" startup="0" protected="0" />
    <resource src="Commands" startup="1" protected="0" />
    <resource src="Database" startup="1" protected="1" />
    <resource src="DXRec" startup="0" protected="0" />
    <resource src="GPS" startup="1" protected="0" />
    <resource src="HUD" startup="1" protected="0" />
    <resource src="JobSystem" startup="1" protected="0" />
    <resource src="LoginSystem" startup="1" protected="0" />
    <resource src="MiniMap" startup="1" protected="0" />
    <resource src="RadioSystem" startup="1" protected="0" />
    <resource src="Spawns" startup="1" protected="0" />
    <resource src="Speedometer" startup="1" protected="0" />
    <resource src="FuelSystem" startup="1" protected="0" />
    <resource src="VehicleSystem" startup="1" protected="0" />
    <resource src="YouTubePanel" startup="1" protected="0" />
    
    
</config>


Sorry if I am way off on this... I am an amateur coder just trying to help.

 

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