fast_and_furius Posted February 19, 2008 Posted February 19, 2008 i forgot how i did it and now i want to set only 1 admin at a friends server i got the acl.xml admin part like this <group name="Admin"> <acl name="Moderator"/> <acl name="SuperModerator"/> <acl name="Admin"/> <acl name="RPC"/> <object name="user.User1(ME)"/> <object name="resource.*"/> <object name="resource.admin"/> <object name="user.user2"/> <object name="user.User3"/> <object name="user.User4"/> <object name="user.user5"/> </group> Plese tell me how to do it i have tryed this: <group name="Admin"> <acl name="Moderator"/> <acl name="SuperModerator"/> <acl name="Admin"/> <acl name="RPC"/> <object name="User2"/> <object name="resource.*"/> <object name="resource.admin"/> <object name="user1(Me)"/> </group> And: <group name="Admin"> <acl name="Moderator"/> <acl name="SuperModerator"/> <acl name="Admin"/> <acl name="RPC"/> <object name="user.user1(not me)"/> <object name="resource.*"/> <object name="resource.admin"/> </group> plese tell me how to make only one admin!!! im feeling My new name is: [PS]ThePro Whe have 4 servers!!!!! Pothole Studios is back in buissnes! if my signature is too big pm me but dont just delete it plese.
Oli Posted February 20, 2008 Posted February 20, 2008 Read this and you should get the hang of it http://development.mtasa.com/index.php? ... ing_admins Proud member of Multi Theft Auto Founder of Full Metal Jacket Creator of MTA:mA:GRS http://www.mtafmj.com http://www.full-fat.com
lil Toady Posted February 20, 2008 Posted February 20, 2008 under admin group will give every resource access to admin functions, that's not very secure, especially if you will be downloading resources for your server. You don't want a map for stealth to ban everyone on your server for example, do you? Do not PM me, im not going to read it anyway.
fast_and_furius Posted February 20, 2008 Author Posted February 20, 2008 under admin group will give every resource access to admin functions, that's not very secure, especially if you will be downloading resources for your server. You don't want a map for stealth to ban everyone on your server for example, do you? i use my server for tests any ways and i dont get a lot of peapole so there is not gonna be any problem My new name is: [PS]ThePro Whe have 4 servers!!!!! Pothole Studios is back in buissnes! if my signature is too big pm me but dont just delete it plese.
Recommended Posts