mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
refactor(es_extended/client/modules/actions.lua): Return Raw Vector Coords for Actions:TrackPedCoordsOnce()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user