From 4d4498cd8dd6b7c389c1c3e94393e93ae132bfdf Mon Sep 17 00:00:00 2001 From: Kyle Belanger Date: Fri, 5 Apr 2019 22:10:06 -0400 Subject: [PATCH] Oh right I forgot this doesn't work --- ZSCRIPT.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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