diff --git a/ZSCRIPT.txt b/ZSCRIPT.txt index f31eb90..1cb37cf 100644 --- a/ZSCRIPT.txt +++ b/ZSCRIPT.txt @@ -28,8 +28,8 @@ class RLHUDHandler : StaticEventHandler { Super.RenderOverlay(e); - DrawTexture("MEDIA0", 0, 20); - DrawBigText("" .. RLPlayer.Medikit, "Brick", 16, 16); + // DrawTexture("MEDIA0", 0, 20); + // DrawBigText("" .. RLPlayer.Medikit, "Brick", 16, 16); } ui void DrawBigText(string text, Color color, float x, float y) const