Oh right I forgot this doesn't work

master
Kyle Belanger 2019-04-05 22:10:06 -04:00
parent 1d37b6345f
commit 4d4498cd8d
1 changed files with 2 additions and 2 deletions

View File

@ -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