From a18fa50463ce9402595360bf5268969b94b56926 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Mon, 20 May 2019 23:06:03 +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 3ba23626..51595b65 100644 --- a/client/main.lua +++ b/client/main.lua @@ -24,10 +24,9 @@ end) function drawTxt(x,y, width, height, scale, text, r,g,b,a, outline) SetTextFont(0) - SetTextProportional(0) SetTextScale(scale, scale) SetTextColour(r, g, b, a) - SetTextDropShadow(0, 0, 0, 0,255) + SetTextDropshadow(0, 0, 0, 0,255) SetTextEdge(1, 0, 0, 0, 255) SetTextDropShadow() if outline then SetTextOutline() end