addEventHandler("onPlayerLogout", getRootElement(),
function ()
local name = getPlayerName ( source )
if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then
exports[getResourceName(resource)]:addNotification(root, name.." kilépett a tulajdonos szolgálatból!", "success")
end
end
)
what wrong? onPlayerLogin working with this.. wtf?!