From 04a685dcd5fc6b3afb80affa37808f8af9947962 Mon Sep 17 00:00:00 2001 From: Tony Stark <76168122+tony-stark-17@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:52:57 +0530 Subject: [PATCH] Fix Teleport error --- [esx_addons]/esx_jobs/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[esx_addons]/esx_jobs/client/main.lua b/[esx_addons]/esx_jobs/client/main.lua index e322c6c4..6699ed67 100644 --- a/[esx_addons]/esx_jobs/client/main.lua +++ b/[esx_addons]/esx_jobs/client/main.lua @@ -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