diff --git a/client/main.lua b/client/main.lua index 3ba23626..51595b65 100644 --- a/client/main.lua +++ b/client/main.lua @@ -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