diff --git a/[core]/es_extended/client/modules/actions.lua b/[core]/es_extended/client/modules/actions.lua index 8308c017..ea54afb1 100644 --- a/[core]/es_extended/client/modules/actions.lua +++ b/[core]/es_extended/client/modules/actions.lua @@ -56,7 +56,7 @@ function Actions:TrackPedCoordsOnce() local coords = GetEntityCoords(ESX.PlayerData.ped) - return { x = coords.x, y = coords.y, z = coords.z } + return coords end }) end)