Fix Teleport error

This commit is contained in:
Tony Stark
2022-09-06 12:52:57 +05:30
committed by GitHub
parent 1ded3628bf
commit 04a685dcd5
+1 -1
View File
@@ -361,7 +361,7 @@ CreateThread(function()
ESX.ShowHelpNotification(v.Hint)
hintIsShowed = true
if IsControlJustReleased(0, 38) then
ESX.Game.Teleport(PlayerPedId(), position)
ESX.Game.Teleport(PlayerPedId(), v.Teleport)
end
end
end