diff --git a/client/functions.lua b/client/functions.lua index e9f2ca8..64f464d 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -21,13 +21,8 @@ end function QBCore.Functions.DrawText(x, y, width, height, scale, r, g, b, a, text) -- Use local function instead SetTextFont(4) - SetTextProportional(0) SetTextScale(scale, scale) SetTextColour(r, g, b, a) - SetTextDropShadow(0, 0, 0, 0, 255) - SetTextEdge(2, 0, 0, 0, 255) - SetTextDropShadow() - SetTextOutline() SetTextEntry('STRING') AddTextComponentString(text) DrawText(x - width / 2, y - height / 2 + 0.005)