Gostaria de deixar o Painel abrindo em duas ACL ao invés de acionar o player em varias
function painel(thePlayer)
login = getAccountName(getPlayerAccount(thePlayer))
if isObjectInACLGroup("user."..login, aclGetGroup("TAGBOPE")) then ----- o grupo que vc criou no painel admin
triggerClientEvent(thePlayer, "BPAbrir", getRootElement())
else
--outputChatBox("#FF0000* #000000[#FF0000ERRO#000000]#FFFFFF- Somente mebros da BOPE podem abrir o painel.", thePlayer, 255, 0, 0, true)
end
end