Nope.. still nothing..
@ForgeSubscribe
public void ArmorlvlTest(RenderGameOverlayEvent.Post event){
//========Resolution========
res = new ScaledResolution(mc.gameSettings, mc.displayWidth, mc.displayHeight);
int width = res.getScaledWidth();
int height = res.getScaledHeight();
//========Resolution========+
this.mc.renderEngine.func_110577_a(new ResourceLocation("Num/Chintzy/Preview.png"));
GL11.glEnable(GL11.GL_BLEND);
GL11.glColor4f(1, 1, 1, 0.5f);
drawTexturedModalRect(width-120, height-80, 75, 105, 110, 50);
mc.func_110434_K().func_110577_a(Gui.field_110324_m);
}