feat: add blips and labels for all banks

This commit is contained in:
Lucas
2022-08-14 19:53:03 -05:00
parent 3c8723d765
commit 4aaa4f7295
2 changed files with 45 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ function SetDisplay(bool)
end
function drawText3D(coords, text)
local onScreen, _x, _y = World3dToScreen2d(coords.x, coords.y, coords.z + 1)
local onScreen, _x, _y = GetScreenCoordFromWorldCoord(coords.x, coords.y, coords.z + 1)
local pX, pY, pZ = table.unpack(GetGameplayCamCoords())
SetTextScale(0.4, 0.4)
SetTextFont(4)