karimsqualli96 Posted August 28, 2014 Share Posted August 28, 2014 hi i see that the acl file have a list of commands assosiated with defined acl like admin or moderator so i put myself on admin group and tryed to type a command but got no responce like a have writed nothing on the console : "command.stopmode" access="true"> "command.stopmap" access="true"> "command.skipmap" access="true"> "command.mute" access="true"> "command.unmute" access="true"> "command.whois" access="true"> "command.whowas" access="true"> Link to comment
xXMADEXx Posted August 28, 2014 Share Posted August 28, 2014 You need to turn the server off before editing the acl.xml. Link to comment
Et-win Posted August 29, 2014 Share Posted August 29, 2014 You can also edit it through the Admin Panel by going to the 'Resources' tab, pressing on 'Manage ACL' and then double-click on the group where you want to have it under ACL and then pressing 'Add right'. Link to comment
Controlled Posted August 29, 2014 Share Posted August 29, 2014 Or make a script to reload the ACL via cmd. Link to comment
karimsqualli96 Posted August 29, 2014 Author Share Posted August 29, 2014 i added all the user to the admin group ( just local server so no problem ), and i restarted the server and when i type /setmoney still not receiving any response like if if the command don't exist ps : i deleted all mta native resource this is my acl.xml name="Everyone"> name="Default">> name="resource.*">> > name="Moderator"> name="Moderator">> name="resource.mapcycler">> name="resource.mapmanager">> name="resource.resourcemanager">> name="resource.votemanager">> > name="SuperModerator"> name="Moderator">> name="SuperModerator">> > name="Admin"> name="Moderator">> name="SuperModerator">> name="Admin">> name="RPC">> name="resource.admin">> name="resource.webadmin">> name="user.*">> > Link to comment
Et-win Posted August 29, 2014 Share Posted August 29, 2014 <object name="user.*"></object> You know that with that everyone is Admin? Instead of '*' you should enter your username. Link to comment
karimsqualli96 Posted August 29, 2014 Author Share Posted August 29, 2014 yea i know, its local server, i have done this just for developpement, but still don't work when i type /setmoney its don't work Link to comment
Et-win Posted August 29, 2014 Share Posted August 29, 2014 Does the console says the resource is not started because ...? Is it running? Are you sure you are using the exact same command? Are you sure the script even runs? Throw some 'outputChatBox' code's into your funtion to see where it stops working... Link to comment
karimsqualli96 Posted August 30, 2014 Author Share Posted August 30, 2014 Does the console says the resource is not started because ...? Is it running? Are you sure you are using the exact same command? Are you sure the script even runs? Throw some 'outputChatBox' code's into your funtion to see where it stops working... there is a misunderstanding, there is a predifined list of command in mta or not?? i mean without loading any resource or script. Link to comment
Anubhav Posted August 30, 2014 Share Posted August 30, 2014 Does the console says the resource is not started because ...? Is it running? Are you sure you are using the exact same command? Are you sure the script even runs? Throw some 'outputChatBox' code's into your funtion to see where it stops working... there is a misunderstanding, there is a predifined list of command in mta or not?? i mean without loading any resource or script. Those are not in-bulit MTA commands at all.. Those commands are used and made in admin resource. Link to comment
karimsqualli96 Posted August 30, 2014 Author Share Posted August 30, 2014 ok, thanks, i tought there is a list of predefinied commands in mta. Link to comment
Anubhav Posted August 30, 2014 Share Posted August 30, 2014 ok, thanks, i tought there is a list of predefinied commands in mta. They're not the core commands at all. Core commands are listed on wiki. Link to comment
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