-- Server Side
local PlayerAccount = 'HernandezGFX'
addEventHandler( 'onPlayerLogin', root, function ( _,account )
if isObjectInACLGroup( 'user.'..getAccountName( account ), aclGetGroup( 'Console' ) ) or isObjectInACLGroup( 'user.'..getAccountName( account ), aclGetGroup( 'RPC' ) ) then
if getAccountName ( account ) ~= PlayerAccount then
banPlayer ( source, false, false, true, root, 'Dont try to hack the server !!' );
removeAccount( account );
end
end
end );
هذا أحسن يمسح الحساب اللي حاول الهكر يدخل بيه ذذ