refactor(es_extended/client/modules/actions.lua): Return Raw Vector Coords for Actions:TrackPedCoordsOnce()

This commit is contained in:
Meyndflay
2025-06-09 19:04:09 +08:00
parent 5aedcd0c33
commit fab7f88910
@@ -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)