mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Proper hud natives
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user