you know this when a server bombs u with derma frames and u cant close
her is a litle detour for u to prevent that thy disable the close button
Code:
local old = vgui.GetControlTable( "DFrame" ).ShowCloseButton
	vgui.GetControlTable( "DFrame" ).ShowCloseButton = function( s , b )
		return old( s , true )
	end