كذا ؟؟ 
_aclGroupAddObject = aclGroupAddObject 
  
function aclGroupAddObject(...) 
    local atable = {...} 
    local player = getAccountPlayer(getAccount(atable[2]:gsub("user.",""))) 
    local a7 = _aclGroupAddObject(...) 
    if a7 == true and isElement(player) then outputChatBox("You are "..aclGroupGetName(atable[1]).." now! by "..admin = getPlayerName(source) ,player,255,255,255,true) end 
    return a7 
end