Skip to content

Multi Theft Auto resource/server management script.

Notifications You must be signed in to change notification settings

lucasig11/startResources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

startResources

Setup:

1. Into your server console, run the following command:

aclrequest startResources allow all

2. Go to your mtaserver.conf file in the deathmatch directory.
3. Configure the startup by adding the following line at the bottom of your document, right before the </config> tag.
<resource src="startResources" startup="1" protected="0" />

Use:

1. Once the resource is loaded and succesfully running (don't forget to run /debugscript 3 into your ingame console (F8)), just run /save and the script will do it's job.
1.1. You will be able to see the saving progress through the debugscript, which shouldn't take very long, but depends on the amount of running resources you have.
2. Once all your current resources are saved in the database, you can rely on the script for starting them whenever your server starts.

Caution:

1. To avoid any conflicts, it's recommended that you keep the resource name as startResources.

About

Multi Theft Auto resource/server management script.

Topics

Resources

Stars

Watchers

Forks

Languages