root مو لازم تسوي لوب لكل اللاعبين وانت تقدر تستخدم
addEventHandler ( "onPlayerChat", root,
function ( )
local acc = getAccountName ( getPlayerAccount ( source ) )
if ( isObjectInACLGroup ( "user." .. acc, aclGetGroup ( "Console" ) ) ) then
playSoundFrontEnd ( root, 101 )
end
end
)