Shared
lib.getNearbyPlayers
Get the player id, ped handle, and coords of all players within range of a set of coordinates.
lib.getNearbyPlayers(coords, maxDistance, includePlayer)
- coords:
vector3
- The coords to check from.
- maxDistance?:
number
- The max distance to check.
- Default:
2.0
- includePlayer?:
boolean
- Whether or not to include the current player. Ignored on the server.
- Default:
false
Return:
- players:
{ id: number, ped: number, coords: vector3 }[]