fast_and_furius Posted February 19, 2008 Share 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 Link to comment
Oli Posted February 20, 2008 Share Posted February 20, 2008 Read this and you should get the hang of it http://development.mtasa.com/index.php? ... ing_admins Link to comment
lil Toady Posted February 20, 2008 Share 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? Link to comment
fast_and_furius Posted February 20, 2008 Author Share 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 Link to comment
Recommended Posts