Jump to content

[REL] Resource Starter System v1.3


Sora

Recommended Posts

Hello everybody :) ..

i've created this resource since few weeks ago , i've developed it a little bit further and released it here today

this resource will list all the resources which had been started by the admin on a file called resources.xml and start them when it starts

9600.png

Requirements :

* Add the script to admin group - to give the resource the right of starting resources

* Add yourself to console group or the allowed group in settings

* Add the resource to startup in the server configuration file mtaserver.conf -- optional but recommended to use the resource to its full potential p.s if you wanted it to be started automatically

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

Features :

* The started resource will be listed

* The stopped resource will be removed ( only if you enabled autoremover from settings)

* All the listed resources will be started

* Management gui, for adding and removing startup resources

* Settings for the allowed group to access the management gui..

Didn't understand what's resource job?

No problem, i'd try to explain it as best as i can

If you started this resource and then started your other resource(s) in your server & then restarted your server, you wouldn't need to start them all over again just start this resource and it will do all the work for you

Simply it's an easy startup system

Use command /rss to open the management window/gui

Resource Page

Download the latest version

Please notify me about any bugs

* i recommend turning autoremover option off , and protecting the resource from server configuration file (mtaserver.conf)

<resource src="resourcestarter" startup="1" protected="1" />
 
Edited by Sora
Syntax
Link to comment
  • 2 weeks later...
how to add the script to the admin group?

Open admin panel , go to resources tab then click on manage acl , double click on Admin , click add object , type

resource.resourcestarter 

then click ok .

or much easier way excute this command

Open admin go to resources tab , put this code below on the edit box then click server button

aclGroupAddObject (aclGetGroup("Admin"), "resource.resourcestarter") 

* notice that resourcestarter is script name

Link to comment
I apologize but I am beginner.

Could you explain me better?

no problem at all ..

you just need to do the same as the steps up there but different a bit,

add your account name into group called Console .. steps are

1 - open admin panel

2 - go to resources tab

3 - click on manage acl

4 - double click on Console

5 - click add object

6 - type user.youraccountname ( for example user.estica )

Link to comment
  • 1 month later...

Hello :)

I installed your mod correctly but when i add resource i can't see it on list.

I also paste " aclGroupAddObject (aclGetGroup("Admin"), "resource.resourcestarter")" , after this console said "false"

when i changed Admin to Console it said "true" , but still after this operations and restarting server i can't add resources to your console .

I'm waiting foryour reply .

Thanks

Link to comment
Hello :)

I installed your mod correctly but when i add resource i can't see it on list.

I also paste " aclGroupAddObject (aclGetGroup("Admin"), "resource.resourcestarter")" , after this console said "false"

when i changed Admin to Console it said "true" , but still after this operations and restarting server i can't add resources to your console .

I'm waiting foryour reply .

Thanks

You can add it to admin or console group in the basic way

1 - open admin panel

2 - go to resources tab

3 - click on manage acl

4 - double click on Console

5 - click add object

6 - type resource.resourcestarter

and the same if you want to add it to admin group

.. if you want add your self to console group so you can open the manage gui

follow the instructions above

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