Proper hud natives

This commit is contained in:
ElPumpo
2019-05-20 23:04:48 +02:00
parent 181f060a18
commit 19d6e032af
2 changed files with 2 additions and 5 deletions
+1 -2
View File
@@ -846,10 +846,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()
+1 -3
View File
@@ -152,10 +152,9 @@ function StartDistressSignal()
timer = timer - 30
SetTextFont(4)
SetTextProportional(1)
SetTextScale(0.45, 0.45)
SetTextColour(185, 185, 185, 255)
SetTextDropShadow(0, 0, 0, 0, 255)
SetTextDropshadow(0, 0, 0, 0, 255)
SetTextEdge(1, 0, 0, 0, 255)
SetTextDropShadow()
SetTextOutline()
@@ -193,7 +192,6 @@ end
function DrawGenericTextThisFrame()
SetTextFont(4)
SetTextProportional(0)
SetTextScale(0.0, 0.5)
SetTextColour(255, 255, 255, 255)
SetTextDropshadow(0, 0, 0, 0, 255)