Proper hud natives

This commit is contained in:
ElPumpo
2019-05-20 23:05:10 +02:00
parent 8528fd8037
commit 4bbd1d9521
+1 -2
View File
@@ -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()