mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
c32138eedd
Moved getPlayersInArea / getClosestPlayer / getPedsInArea / getObjectsInArea / getVehiclesInArea / getClosestPed / getClosestObject / getClosestVehicle to xLib; es_extended re-exposes them through server compat shims. Flagged: getNearbyPlayers iterates ESX.Players (es_extended server state), which is not portable across the lib boundary - the lib relies on that global being present at call time.