function pokazloginy()
local team = getPlayerTeam(source)
local r, g, b = getTeamColor(team)
local hex = RGBToHex (r, g, b)
if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then
outputChatBox ( hex..getPlayerName(source).." #CFECECADMINIST#ff3301", root, 255, 255, 255, true)
end
end
addEventHandler("onPlayerLogin",root, pokazloginy)