diff --git a/client/job.lua b/client/job.lua index 85be6428..94e5a782 100644 --- a/client/job.lua +++ b/client/job.lua @@ -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() diff --git a/client/main.lua b/client/main.lua index adefb232..3a8f2c36 100644 --- a/client/main.lua +++ b/client/main.lua @@ -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)