Unused text native

This commit is contained in:
ElPumpo
2019-05-31 12:41:20 +02:00
parent a18fa50463
commit bb1c90f50d
-1
View File
@@ -27,7 +27,6 @@ function drawTxt(x,y, width, height, scale, text, r,g,b,a, outline)
SetTextScale(scale, scale)
SetTextColour(r, g, b, a)
SetTextDropshadow(0, 0, 0, 0,255)
SetTextEdge(1, 0, 0, 0, 255)
SetTextDropShadow()
if outline then SetTextOutline() end