Sobre a ACL, se eu colocar isso, vai funcionar?
 
Acl = "Console"
Comando = "adm"
function abrirPainel (source,command)
 local acc = getAccountName(getPlayerAccount(source))
      if isObjectInACLGroup("user."..acc, aclGetGroup (Acl)) then
   end
end
addCommandHandler (Comando, abrirPainel)
	Sobre varias ACL´s, posso usar isso? 
 
if isObjectInACLGroup("user."..acc, aclGetGroup (Acl)) or isObjectInACLGroup("user."..acc, aclGetGroup (Acl)) then