From 15489ec3c798199df945d6290d86a653299c249c Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Mon, 20 May 2019 23:05:38 +0200 Subject: [PATCH] Proper hud natives --- client/functions.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/client/functions.lua b/client/functions.lua index ac6a6109..a8e3c3d1 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -1010,7 +1010,6 @@ ESX.Game.Utils.DrawText3D = function(coords, text, size) if onScreen then SetTextScale(0.0 * scale, 0.55 * scale) SetTextFont(0) - SetTextProportional(1) SetTextColour(255, 255, 255, 255) SetTextDropshadow(0, 0, 0, 0, 255) SetTextEdge(2, 0, 0, 0, 150)