mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Fix Teleport error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user