Update natives

This commit is contained in:
Kakarot
2022-03-22 22:52:27 -05:00
committed by GitHub
parent de28c3c9db
commit 9c818ecd02
+3 -3
View File
@@ -120,9 +120,9 @@ local function Draw3DText(coords, str)
SetTextProportional(1)
SetTextOutline()
SetTextCentre(1)
SetTextEntry("STRING")
AddTextComponentString(str)
DrawText(worldX, worldY)
BeginTextCommandDisplayText("STRING")
AddTextComponentSubstringPlayerName(str)
EndTextCommandDisplayText(worldX, worldY)
end
end