From 4bbd1d952162c3c2117076f4dcb6fb7e566cd92c Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Mon, 20 May 2019 23:05:10 +0200 Subject: [PATCH] Proper hud natives --- client/main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/main.lua b/client/main.lua index ac67c870..0bdb4283 100644 --- a/client/main.lua +++ b/client/main.lua @@ -641,10 +641,9 @@ end function drawLoadingText(text, red, green, blue, alpha) SetTextFont(4) - SetTextProportional(0) SetTextScale(0.0, 0.5) SetTextColour(red, green, blue, alpha) - SetTextDropShadow(0, 0, 0, 0, 255) + SetTextDropshadow(0, 0, 0, 0, 255) SetTextEdge(1, 0, 0, 0, 255) SetTextDropShadow() SetTextOutline()