Proper hud natives

This commit is contained in:
ElPumpo
2019-05-20 23:06:03 +02:00
parent 2800fa5d8f
commit a18fa50463
+1 -2
View File
@@ -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